docusign_esign.models.account_settings_information
DocuSign REST API
The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501
OpenAPI spec version: v2.1 Contact: devcenter@docusign.com Generated by: https://github.com/swagger-api/swagger-codegen.git
1# coding: utf-8 2 3""" 4 DocuSign REST API 5 6 The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501 7 8 OpenAPI spec version: v2.1 9 Contact: devcenter@docusign.com 10 Generated by: https://github.com/swagger-api/swagger-codegen.git 11""" 12 13 14import pprint 15import re # noqa: F401 16 17import six 18 19from docusign_esign.client.configuration import Configuration 20 21 22class AccountSettingsInformation(object): 23 """NOTE: This class is auto generated by the swagger code generator program. 24 25 Do not edit the class manually. 26 """ 27 28 """ 29 Attributes: 30 swagger_types (dict): The key is attribute name 31 and the value is attribute type. 32 attribute_map (dict): The key is attribute name 33 and the value is json key in definition. 34 """ 35 swagger_types = { 36 'access_code_format': 'AccessCodeFormat', 37 'account_date_time_format': 'str', 38 'account_date_time_format_metadata': 'SettingsMetadata', 39 'account_default_language': 'str', 40 'account_default_language_metadata': 'SettingsMetadata', 41 'account_name': 'str', 42 'account_name_metadata': 'SettingsMetadata', 43 'account_notification': 'AccountNotification', 44 'account_ui_settings': 'AccountUISettings', 45 'adopt_sig_config': 'str', 46 'adopt_sig_config_metadata': 'SettingsMetadata', 47 'advanced_correct': 'str', 48 'advanced_correct_metadata': 'SettingsMetadata', 49 'allow_access_code_format': 'str', 50 'allow_access_code_format_metadata': 'SettingsMetadata', 51 'allow_account_management_granular': 'str', 52 'allow_account_management_granular_metadata': 'SettingsMetadata', 53 'allow_account_member_name_change': 'str', 54 'allow_account_member_name_change_metadata': 'SettingsMetadata', 55 'allow_advanced_recipient_routing_conditional': 'str', 56 'allow_advanced_recipient_routing_conditional_metadata': 'SettingsMetadata', 57 'allow_agent_name_email_edit': 'str', 58 'allow_agent_name_email_edit_metadata': 'SettingsMetadata', 59 'allow_agreement_actions': 'str', 60 'allow_agreement_actions_metadata': 'SettingsMetadata', 61 'allow_agreement_orchestration_workflows': 'str', 62 'allow_agreement_orchestration_workflows_metadata': 'SettingsMetadata', 63 'allow_auto_nav_settings': 'str', 64 'allow_auto_nav_settings_metadata': 'SettingsMetadata', 65 'allow_auto_tagging': 'str', 66 'allow_auto_tagging_metadata': 'SettingsMetadata', 67 'allow_bulk_send': 'str', 68 'allow_bulk_send_metadata': 'SettingsMetadata', 69 'allow_cd_withdraw': 'str', 70 'allow_cd_withdraw_metadata': 'SettingsMetadata', 71 'allow_connect_http_listener_configs': 'str', 72 'allow_connect_o_auth_ui': 'str', 73 'allow_connect_send_finish_later': 'str', 74 'allow_connect_send_finish_later_metadata': 'SettingsMetadata', 75 'allow_connect_unified_payload_ui': 'str', 76 'allow_consumer_disclosure_override': 'str', 77 'allow_consumer_disclosure_override_metadata': 'SettingsMetadata', 78 'allow_data_download': 'str', 79 'allow_data_download_metadata': 'SettingsMetadata', 80 'allow_delayed_routing': 'str', 81 'allow_delayed_routing_metadata': 'SettingsMetadata', 82 'allow_delegated_signing': 'str', 83 'allow_delegated_signing_metadata': 'SettingsMetadata', 84 'allow_doc_gen_documents': 'str', 85 'allow_doc_gen_documents_metadata': 'SettingsMetadata', 86 'allow_document_disclosures': 'str', 87 'allow_document_disclosures_metadata': 'SettingsMetadata', 88 'allow_documents_on_signed_envelopes': 'str', 89 'allow_documents_on_signed_envelopes_metadata': 'SettingsMetadata', 90 'allow_document_visibility': 'str', 91 'allow_document_visibility_metadata': 'SettingsMetadata', 92 'allow_e_hanko_stamps': 'str', 93 'allow_e_hanko_stamps_metadata': 'SettingsMetadata', 94 'allow_e_note_e_original': 'str', 95 'allow_e_note_e_original_metadata': 'SettingsMetadata', 96 'allow_envelope_correct': 'str', 97 'allow_envelope_correct_metadata': 'SettingsMetadata', 98 'allow_envelope_custody_transfer': 'str', 99 'allow_envelope_custody_transfer_metadata': 'SettingsMetadata', 100 'allow_envelope_custom_fields': 'str', 101 'allow_envelope_custom_fields_metadata': 'SettingsMetadata', 102 'allow_envelope_publish_reporting': 'str', 103 'allow_envelope_publish_reporting_metadata': 'SettingsMetadata', 104 'allow_envelope_reporting': 'str', 105 'allow_envelope_reporting_metadata': 'SettingsMetadata', 106 'allow_expression': 'str', 107 'allow_expression_metadata': 'SettingsMetadata', 108 'allow_express_signer_certificate': 'str', 109 'allow_express_signer_certificate_metadata': 'SettingsMetadata', 110 'allow_extended_sending_resource_file': 'str', 111 'allow_extended_sending_resource_file_metadata': 'SettingsMetadata', 112 'allow_external_linked_accounts': 'str', 113 'allow_external_linked_accounts_metadata': 'SettingsMetadata', 114 'allow_external_signature_pad': 'str', 115 'allow_external_signature_pad_metadata': 'SettingsMetadata', 116 'allow_idv_for_eu_qualified_signatures': 'str', 117 'allow_idv_for_eu_qualified_signatures_metadata': 'SettingsMetadata', 118 'allow_idv_level1': 'str', 119 'allow_idv_level1_metadata': 'SettingsMetadata', 120 'allow_idv_level2': 'str', 121 'allow_idv_level2_metadata': 'SettingsMetadata', 122 'allow_idv_level3': 'str', 123 'allow_idv_level3_metadata': 'SettingsMetadata', 124 'allow_idv_platform': 'str', 125 'allow_idv_platform_metadata': 'SettingsMetadata', 126 'allow_in_person': 'str', 127 'allow_in_person_electronic_notary': 'str', 128 'allow_in_person_electronic_notary_metadata': 'SettingsMetadata', 129 'allow_in_person_metadata': 'SettingsMetadata', 130 'allow_managed_stamps': 'str', 131 'allow_managed_stamps_metadata': 'SettingsMetadata', 132 'allow_managing_envelopes_on_behalf_of_others': 'str', 133 'allow_managing_envelopes_on_behalf_of_others_metadata': 'SettingsMetadata', 134 'allow_markup': 'str', 135 'allow_markup_metadata': 'SettingsMetadata', 136 'allow_member_time_zone': 'str', 137 'allow_member_time_zone_metadata': 'SettingsMetadata', 138 'allow_merge_fields': 'str', 139 'allow_merge_fields_metadata': 'SettingsMetadata', 140 'allow_multiple_brand_profiles': 'str', 141 'allow_multiple_brand_profiles_metadata': 'SettingsMetadata', 142 'allow_multiple_signer_attachments': 'str', 143 'allow_multiple_signer_attachments_metadata': 'SettingsMetadata', 144 'allow_non_us_phone_auth': 'str', 145 'allow_non_us_phone_auth_metadata': 'SettingsMetadata', 146 'allow_ocr_of_envelope_documents': 'str', 147 'allow_ocr_of_envelope_documents_metadata': 'SettingsMetadata', 148 'allow_offline_signing': 'str', 149 'allow_offline_signing_metadata': 'SettingsMetadata', 150 'allow_open_trust_signer_certificate': 'str', 151 'allow_open_trust_signer_certificate_metadata': 'SettingsMetadata', 152 'allow_organization_docusign_monitor': 'str', 153 'allow_organization_docusign_monitor_metadata': 'SettingsMetadata', 154 'allow_organization_domain_user_management': 'str', 155 'allow_organization_domain_user_management_metadata': 'SettingsMetadata', 156 'allow_organizations': 'str', 157 'allow_organizations_metadata': 'SettingsMetadata', 158 'allow_organization_sso_management': 'str', 159 'allow_organization_sso_management_metadata': 'SettingsMetadata', 160 'allow_organization_to_use_in_person_electronic_notary': 'str', 161 'allow_organization_to_use_in_person_electronic_notary_metadata': 'SettingsMetadata', 162 'allow_organization_to_use_remote_notary': 'str', 163 'allow_organization_to_use_remote_notary_metadata': 'SettingsMetadata', 164 'allow_organization_to_use_third_party_electronic_notary': 'str', 165 'allow_organization_to_use_third_party_electronic_notary_metadata': 'SettingsMetadata', 166 'allow_participant_recipient_type': 'str', 167 'allow_participant_recipient_type_metadata': 'SettingsMetadata', 168 'allow_payment_processing': 'str', 169 'allow_payment_processing_metadata': 'SettingsMetadata', 170 'allow_performance_analytics': 'str', 171 'allow_performance_analytics_metadata': 'SettingsMetadata', 172 'allow_phone_authentication': 'str', 173 'allow_phone_authentication_metadata': 'SettingsMetadata', 174 'allow_phone_auth_override': 'str', 175 'allow_phone_auth_override_metadata': 'SettingsMetadata', 176 'allow_private_signing_groups': 'str', 177 'allow_private_signing_groups_metadata': 'SettingsMetadata', 178 'allow_recipient_connect': 'str', 179 'allow_recipient_connect_metadata': 'SettingsMetadata', 180 'allow_reminders': 'str', 181 'allow_reminders_metadata': 'SettingsMetadata', 182 'allow_remote_notary': 'str', 183 'allow_remote_notary_metadata': 'SettingsMetadata', 184 'allow_resource_file_branding': 'str', 185 'allow_resource_file_branding_metadata': 'SettingsMetadata', 186 'allow_safe_bio_pharma_signer_certificate': 'str', 187 'allow_safe_bio_pharma_signer_certificate_metadata': 'SettingsMetadata', 188 'allow_scheduled_sending': 'str', 189 'allow_scheduled_sending_metadata': 'SettingsMetadata', 190 'allow_security_appliance': 'str', 191 'allow_security_appliance_metadata': 'SettingsMetadata', 192 'allow_sending_envelopes_on_behalf_of_others': 'str', 193 'allow_sending_envelopes_on_behalf_of_others_metadata': 'SettingsMetadata', 194 'allow_send_to_certified_delivery': 'str', 195 'allow_send_to_certified_delivery_metadata': 'SettingsMetadata', 196 'allow_send_to_intermediary': 'str', 197 'allow_send_to_intermediary_metadata': 'SettingsMetadata', 198 'allow_server_templates': 'str', 199 'allow_server_templates_metadata': 'SettingsMetadata', 200 'allow_set_embedded_recipient_start_url': 'str', 201 'allow_set_embedded_recipient_start_url_metadata': 'SettingsMetadata', 202 'allow_shared_tabs': 'str', 203 'allow_shared_tabs_metadata': 'SettingsMetadata', 204 'allow_signature_stamps': 'str', 205 'allow_signature_stamps_metadata': 'SettingsMetadata', 206 'allow_sign_document_from_home_page': 'str', 207 'allow_sign_document_from_home_page_metadata': 'SettingsMetadata', 208 'allow_signer_reassign': 'str', 209 'allow_signer_reassign_metadata': 'SettingsMetadata', 210 'allow_signer_reassign_override': 'str', 211 'allow_signer_reassign_override_metadata': 'SettingsMetadata', 212 'allow_signing_extensions': 'str', 213 'allow_signing_extensions_metadata': 'SettingsMetadata', 214 'allow_signing_groups': 'str', 215 'allow_signing_groups_metadata': 'SettingsMetadata', 216 'allow_signing_insights': 'str', 217 'allow_signing_insights_metadata': 'SettingsMetadata', 218 'allow_signing_radio_deselect': 'str', 219 'allow_signing_radio_deselect_metadata': 'SettingsMetadata', 220 'allow_sign_now': 'str', 221 'allow_sign_now_metadata': 'str', 222 'allow_sms_delivery': 'str', 223 'allow_sms_delivery_metadata': 'SettingsMetadata', 224 'allow_social_id_login': 'str', 225 'allow_social_id_login_metadata': 'SettingsMetadata', 226 'allow_supplemental_documents': 'str', 227 'allow_supplemental_documents_metadata': 'SettingsMetadata', 228 'allow_third_party_electronic_notary': 'str', 229 'allow_third_party_electronic_notary_metadata': 'SettingsMetadata', 230 'allow_users_to_access_directory': 'str', 231 'allow_users_to_access_directory_metadata': 'SettingsMetadata', 232 'allow_value_insights': 'str', 233 'allow_value_insights_metadata': 'SettingsMetadata', 234 'allow_web_forms': 'str', 235 'allow_web_forms_metadata': 'SettingsMetadata', 236 'anchor_population_scope': 'str', 237 'anchor_population_scope_metadata': 'SettingsMetadata', 238 'anchor_tag_versioned_placement_enabled': 'str', 239 'anchor_tag_versioned_placement_metadata_enabled': 'SettingsMetadata', 240 'attach_completed_envelope': 'str', 241 'attach_completed_envelope_metadata': 'SettingsMetadata', 242 'authentication_check': 'str', 243 'authentication_check_metadata': 'SettingsMetadata', 244 'auto_nav_rule': 'str', 245 'auto_nav_rule_metadata': 'SettingsMetadata', 246 'auto_provision_signer_account': 'str', 247 'auto_provision_signer_account_metadata': 'SettingsMetadata', 248 'bcc_email_archive': 'str', 249 'bcc_email_archive_metadata': 'SettingsMetadata', 250 'beta_switch_configuration': 'str', 251 'beta_switch_configuration_metadata': 'SettingsMetadata', 252 'billing_address': 'AddressInformation', 253 'billing_address_metadata': 'SettingsMetadata', 254 'bulk_send': 'str', 255 'bulk_send_action_resend_limit': 'str', 256 'bulk_send_max_copies_in_batch': 'str', 257 'bulk_send_max_unprocessed_envelopes_count': 'str', 258 'bulk_send_metadata': 'SettingsMetadata', 259 'can_self_brand_send': 'str', 260 'can_self_brand_send_metadata': 'SettingsMetadata', 261 'can_self_brand_sign': 'str', 262 'can_self_brand_sign_metadata': 'SettingsMetadata', 263 'can_use_salesforce_o_auth': 'str', 264 'can_use_salesforce_o_auth_metadata': 'SettingsMetadata', 265 'capture_voice_recording': 'str', 266 'capture_voice_recording_metadata': 'SettingsMetadata', 267 'cfr21_simplified_signing_enabled': 'str', 268 'cfr21_simplified_signing_enabled_metadata': 'SettingsMetadata', 269 'cfr_use_wide_image': 'str', 270 'cfr_use_wide_image_metadata': 'SettingsMetadata', 271 'check_for_multiple_admins_on_account': 'str', 272 'check_for_multiple_admins_on_account_metadata': 'SettingsMetadata', 273 'chrome_signature_enabled': 'str', 274 'chrome_signature_enabled_metadata': 'SettingsMetadata', 275 'comment_email_show_message_text': 'str', 276 'comment_email_show_message_text_metadata': 'SettingsMetadata', 277 'comments_allow_envelope_override': 'str', 278 'comments_allow_envelope_override_metadata': 'SettingsMetadata', 279 'conditional_fields_enabled': 'str', 280 'conditional_fields_enabled_metadata': 'SettingsMetadata', 281 'consumer_disclosure_frequency': 'str', 282 'consumer_disclosure_frequency_metadata': 'SettingsMetadata', 283 'convert_pdf_fields': 'str', 284 'convert_pdf_fields_metadata': 'SettingsMetadata', 285 'data_population_scope': 'str', 286 'data_population_scope_metadata': 'SettingsMetadata', 287 'disable_auto_template_matching': 'str', 288 'disable_auto_template_matching_metadata': 'SettingsMetadata', 289 'disable_mobile_app': 'str', 290 'disable_mobile_app_metadata': 'SettingsMetadata', 291 'disable_mobile_push_notifications': 'str', 292 'disable_mobile_push_notifications_metadata': 'SettingsMetadata', 293 'disable_mobile_sending': 'str', 294 'disable_mobile_sending_metadata': 'SettingsMetadata', 295 'disable_multiple_sessions': 'str', 296 'disable_multiple_sessions_metadata': 'SettingsMetadata', 297 'disable_purge_notifications_for_sender_metadata': 'SettingsMetadata', 298 'disable_signer_cert_view': 'str', 299 'disable_signer_cert_view_metadata': 'SettingsMetadata', 300 'disable_signer_history_view': 'str', 301 'disable_signer_history_view_metadata': 'SettingsMetadata', 302 'disable_style_signature': 'str', 303 'disable_style_signature_metadata': 'SettingsMetadata', 304 'disable_upload_signature': 'str', 305 'disable_upload_signature_metadata': 'SettingsMetadata', 306 'disable_user_sharing': 'str', 307 'disable_user_sharing_metadata': 'SettingsMetadata', 308 'display_beta_switch': 'str', 309 'display_beta_switch_metadata': 'SettingsMetadata', 310 'document_conversion_restrictions': 'str', 311 'document_conversion_restrictions_metadata': 'SettingsMetadata', 312 'document_retention': 'str', 313 'document_retention_metadata': 'SettingsMetadata', 314 'document_retention_purge_tabs': 'str', 315 'document_visibility': 'str', 316 'document_visibility_metadata': 'SettingsMetadata', 317 'dss_sign_28411_enable_leave_page_prompt_radmin_option': 'str', 318 'dss_sign_29182_slide_up_bar_radmin_option': 'str', 319 'email_template_version': 'str', 320 'email_template_version_metadata': 'SettingsMetadata', 321 'enable_access_code_generator': 'str', 322 'enable_access_code_generator_metadata': 'SettingsMetadata', 323 'enable_advanced_payments': 'str', 324 'enable_advanced_payments_metadata': 'SettingsMetadata', 325 'enable_advanced_power_forms': 'str', 326 'enable_advanced_power_forms_metadata': 'SettingsMetadata', 327 'enable_agreement_actions_for_clm': 'str', 328 'enable_agreement_actions_for_clm_metadata': 'SettingsMetadata', 329 'enable_agreement_actions_for_e_sign': 'str', 330 'enable_agreement_actions_for_e_sign_metadata': 'SettingsMetadata', 331 'enable_auto_nav': 'str', 332 'enable_auto_nav_metadata': 'SettingsMetadata', 333 'enable_bcc_dummy_link': 'str', 334 'enable_bcc_dummy_link_metadata': 'SettingsMetadata', 335 'enable_calculated_fields': 'str', 336 'enable_calculated_fields_metadata': 'SettingsMetadata', 337 'enable_clickwraps': 'str', 338 'enable_clickwraps_metadata': 'SettingsMetadata', 339 'enable_combined_pdf_download_for_sbs': 'str', 340 'enable_comments_history_download_in_signing': 'str', 341 'enable_comments_history_download_in_signing_metadata': 'SettingsMetadata', 342 'enable_contact_suggestions': 'str', 343 'enable_contact_suggestions_metadata': 'SettingsMetadata', 344 'enable_customer_satisfaction_metric_tracking': 'str', 345 'enable_customer_satisfaction_metric_tracking_metadata': 'SettingsMetadata', 346 'enable_ds_pro': 'str', 347 'enable_ds_pro_metadata': 'SettingsMetadata', 348 'enable_envelope_stamping_by_account_admin': 'str', 349 'enable_envelope_stamping_by_account_admin_metadata': 'SettingsMetadata', 350 'enable_envelope_stamping_by_ds_admin': 'str', 351 'enable_envelope_stamping_by_ds_admin_metadata': 'SettingsMetadata', 352 'enable_e_sign_api_hourly_limit_management': 'str', 353 'enable_e_sign_api_hourly_limit_management_metadata': 'SettingsMetadata', 354 'enable_esign_communities': 'str', 355 'enable_esign_communities_metadata': 'SettingsMetadata', 356 'enable_id_fx_accountless_sms_auth_for_part11': 'str', 357 'enable_id_fx_accountless_sms_auth_for_part11_metadata': 'SettingsMetadata', 358 'enable_id_fx_intuit_kba': 'str', 359 'enable_id_fx_intuit_kba_metadata': 'SettingsMetadata', 360 'enable_id_fx_phone_authentication': 'str', 361 'enable_id_fx_phone_authentication_metadata': 'SettingsMetadata', 362 'enable_in_browser_editor': 'str', 363 'enable_in_browser_editor_metadata': 'SettingsMetadata', 364 'enable_key_terms_suggestions_by_document_type': 'str', 365 'enable_key_terms_suggestions_by_document_type_metadata': 'SettingsMetadata', 366 'enable_participant_recipient_setting_metadata': 'SettingsMetadata', 367 'enable_payment_processing': 'str', 368 'enable_payment_processing_metadata': 'SettingsMetadata', 369 'enable_pdfa_conversion': 'str', 370 'enable_pdfa_conversion_metadata': 'SettingsMetadata', 371 'enable_power_form': 'str', 372 'enable_power_form_direct': 'str', 373 'enable_power_form_direct_metadata': 'SettingsMetadata', 374 'enable_power_form_metadata': 'SettingsMetadata', 375 'enable_recipient_domain_validation': 'str', 376 'enable_recipient_domain_validation_metadata': 'SettingsMetadata', 377 'enable_recipient_may_provide_phone_number': 'str', 378 'enable_recipient_may_provide_phone_number_metadata': 'SettingsMetadata', 379 'enable_report_links': 'str', 380 'enable_report_links_metadata': 'SettingsMetadata', 381 'enable_require_sign_on_paper': 'str', 382 'enable_require_sign_on_paper_metadata': 'SettingsMetadata', 383 'enable_reserved_domain': 'str', 384 'enable_reserved_domain_metadata': 'SettingsMetadata', 385 'enable_responsive_signing': 'str', 386 'enable_responsive_signing_metadata': 'SettingsMetadata', 387 'enable_scheduled_release': 'str', 388 'enable_scheduled_release_metadata': 'SettingsMetadata', 389 'enable_search': 'str', 390 'enable_search_metadata': 'SettingsMetadata', 391 'enable_search_site_specific_api': 'str', 392 'enable_search_site_specific_api_metadata': 'SettingsMetadata', 393 'enable_search_ui': 'str', 394 'enable_search_ui_metadata': 'SettingsMetadata', 395 'enable_sending_tags_font_settings': 'str', 396 'enable_sending_tags_font_settings_metadata': 'SettingsMetadata', 397 'enable_send_to_agent': 'str', 398 'enable_send_to_agent_metadata': 'SettingsMetadata', 399 'enable_send_to_intermediary': 'str', 400 'enable_send_to_intermediary_metadata': 'SettingsMetadata', 401 'enable_send_to_manage': 'str', 402 'enable_send_to_manage_metadata': 'SettingsMetadata', 403 'enable_sequential_signing_api': 'str', 404 'enable_sequential_signing_api_metadata': 'SettingsMetadata', 405 'enable_sequential_signing_ui': 'str', 406 'enable_sequential_signing_ui_metadata': 'SettingsMetadata', 407 'enable_signer_attachments': 'str', 408 'enable_signer_attachments_metadata': 'SettingsMetadata', 409 'enable_signing_extension_comments': 'str', 410 'enable_signing_extension_comments_metadata': 'SettingsMetadata', 411 'enable_signing_extension_conversations': 'str', 412 'enable_signing_extension_conversations_metadata': 'SettingsMetadata', 413 'enable_signing_order_settings_for_account': 'str', 414 'enable_signing_order_settings_for_account_metadata': 'SettingsMetadata', 415 'enable_sign_on_paper': 'str', 416 'enable_sign_on_paper_metadata': 'SettingsMetadata', 417 'enable_sign_on_paper_override': 'str', 418 'enable_sign_on_paper_override_metadata': 'SettingsMetadata', 419 'enable_sign_with_notary': 'str', 420 'enable_sign_with_notary_metadata': 'SettingsMetadata', 421 'enable_smart_contracts': 'str', 422 'enable_smart_contracts_metadata': 'SettingsMetadata', 423 'enable_sms_authentication': 'str', 424 'enable_sms_authentication_metadata': 'SettingsMetadata', 425 'enable_sms_delivery_additional_notification': 'str', 426 'enable_sms_delivery_additional_notification_metadata': 'SettingsMetadata', 427 'enable_sms_delivery_primary': 'str', 428 'enable_social_id_login': 'str', 429 'enable_social_id_login_metadata': 'SettingsMetadata', 430 'enable_strike_through': 'str', 431 'enable_strike_through_metadata': 'SettingsMetadata', 432 'enable_transaction_point': 'str', 433 'enable_transaction_point_metadata': 'SettingsMetadata', 434 'enable_vaulting': 'str', 435 'enable_vaulting_metadata': 'SettingsMetadata', 436 'enable_witnessing': 'str', 437 'enable_witnessing_metadata': 'SettingsMetadata', 438 'enforce_template_name_uniqueness': 'str', 439 'enforce_template_name_uniqueness_metadata': 'SettingsMetadata', 440 'envelope_integration_allowed': 'str', 441 'envelope_integration_allowed_metadata': 'SettingsMetadata', 442 'envelope_integration_enabled': 'str', 443 'envelope_integration_enabled_metadata': 'SettingsMetadata', 444 'envelope_limits_total_document_size_allowed_in_mb': 'str', 445 'envelope_limits_total_document_size_allowed_in_mb_enabled': 'str', 446 'envelope_limits_total_document_size_allowed_in_mb_enabled_metadata': 'SettingsMetadata', 447 'envelope_limits_total_document_size_allowed_in_mb_metadata': 'SettingsMetadata', 448 'envelope_stamping_default_value': 'str', 449 'envelope_stamping_default_value_metadata': 'SettingsMetadata', 450 'exit_prompt': 'str', 451 'exit_prompt_metadata': 'SettingsMetadata', 452 'express_send': 'str', 453 'express_send_allow_tabs': 'str', 454 'express_send_allow_tabs_metadata': 'SettingsMetadata', 455 'express_send_metadata': 'SettingsMetadata', 456 'external_document_sources': 'ExternalDocumentSources', 457 'external_signature_pad_type': 'str', 458 'external_signature_pad_type_metadata': 'SettingsMetadata', 459 'fax_out_enabled': 'str', 460 'fax_out_enabled_metadata': 'SettingsMetadata', 461 'finish_reminder': 'str', 462 'finish_reminder_metadata': 'SettingsMetadata', 463 'guided_forms_html_allowed': 'str', 464 'guided_forms_html_allowed_metadata': 'SettingsMetadata', 465 'has_recipient_connect_claimed_domain': 'str', 466 'hide_account_address_in_co_c': 'str', 467 'hide_account_address_in_co_c_metadata': 'SettingsMetadata', 468 'hide_pricing': 'str', 469 'hide_pricing_metadata': 'SettingsMetadata', 470 'id_check_configurations': 'list[IdCheckConfiguration]', 471 'id_check_expire': 'str', 472 'id_check_expire_days': 'str', 473 'id_check_expire_days_metadata': 'SettingsMetadata', 474 'id_check_expire_metadata': 'SettingsMetadata', 475 'id_check_expire_minutes': 'str', 476 'id_check_expire_minutes_metadata': 'SettingsMetadata', 477 'id_check_required': 'str', 478 'id_check_required_metadata': 'SettingsMetadata', 479 'identity_verification': 'list[AccountIdentityVerificationWorkflow]', 480 'identity_verification_metadata': 'SettingsMetadata', 481 'idfx_phone_authentication_override': 'str', 482 'idfx_phone_authentication_override_metadata': 'SettingsMetadata', 483 'ignore_error_if_anchor_tab_not_found': 'str', 484 'ignore_error_if_anchor_tab_not_found_metadata_enabled': 'SettingsMetadata', 485 'in_person_id_check_question': 'str', 486 'in_person_id_check_question_metadata': 'SettingsMetadata', 487 'in_person_signing_enabled': 'str', 488 'in_person_signing_enabled_metadata': 'SettingsMetadata', 489 'in_session_enabled': 'str', 490 'in_session_enabled_metadata': 'SettingsMetadata', 491 'in_session_suppress_emails': 'str', 492 'in_session_suppress_emails_metadata': 'SettingsMetadata', 493 'linked_external_primary_accounts': 'list[LinkedExternalPrimaryAccount]', 494 'maximum_signing_groups': 'str', 495 'maximum_signing_groups_metadata': 'SettingsMetadata', 496 'maximum_users_per_signing_group': 'str', 497 'maximum_users_per_signing_group_metadata': 'SettingsMetadata', 498 'max_number_of_custom_stamps': 'str', 499 'mobile_session_timeout': 'str', 500 'mobile_session_timeout_metadata': 'SettingsMetadata', 501 'number_of_active_custom_stamps': 'str', 502 'opt_in_mobile_signing_v02': 'str', 503 'opt_in_mobile_signing_v02_metadata': 'SettingsMetadata', 504 'opt_out_auto_nav_text_and_tab_color_updates': 'str', 505 'opt_out_auto_nav_text_and_tab_color_updates_metadata': 'SettingsMetadata', 506 'opt_out_new_platform_seal': 'str', 507 'opt_out_new_platform_seal_platform_metadata': 'SettingsMetadata', 508 'pdf_max_chunked_upload_part_size': 'str', 509 'pdf_max_chunked_upload_part_size_metadata': 'SettingsMetadata', 510 'pdf_max_chunked_upload_total_size': 'str', 511 'pdf_max_chunked_upload_total_size_metadata': 'SettingsMetadata', 512 'pdf_max_individual_upload_size': 'str', 513 'pdf_max_individual_upload_size_metadata': 'SettingsMetadata', 514 'phone_auth_recipient_may_provide_phone_number': 'str', 515 'phone_auth_recipient_may_provide_phone_number_metadata': 'SettingsMetadata', 516 'pki_sign_downloaded_pdf_docs': 'str', 517 'pki_sign_downloaded_pdf_docs_metadata': 'SettingsMetadata', 518 'read_only_mode': 'str', 519 'read_only_mode_metadata': 'SettingsMetadata', 520 'recipients_can_sign_offline': 'str', 521 'recipients_can_sign_offline_metadata': 'SettingsMetadata', 522 'recipient_signing_auto_navigation_control': 'str', 523 'recipient_signing_auto_navigation_control_metadata': 'SettingsMetadata', 524 'require21_cf_rpt11_compliance': 'str', 525 'require21_cf_rpt11_compliance_metadata': 'SettingsMetadata', 526 'require_decline_reason': 'str', 527 'require_decline_reason_metadata': 'SettingsMetadata', 528 'require_external_user_management': 'str', 529 'require_external_user_management_metadata': 'SettingsMetadata', 530 'require_signer_certificate_type': 'str', 531 'require_signer_certificate_type_metadata': 'SettingsMetadata', 532 'rsa_verid_account_name': 'str', 533 'rsa_verid_password': 'str', 534 'rsa_verid_ruleset': 'str', 535 'rsa_verid_user_id': 'str', 536 'self_signed_recipient_email_document': 'str', 537 'self_signed_recipient_email_document_metadata': 'SettingsMetadata', 538 'self_signed_recipient_email_document_user_override': 'str', 539 'self_signed_recipient_email_document_user_override_metadata': 'SettingsMetadata', 540 'sender_can_sign_in_each_location': 'str', 541 'sender_can_sign_in_each_location_metadata': 'SettingsMetadata', 542 'sender_must_authenticate_signing': 'str', 543 'sender_must_authenticate_signing_metadata': 'SettingsMetadata', 544 'sending_tags_font_color': 'str', 545 'sending_tags_font_color_metadata': 'SettingsMetadata', 546 'sending_tags_font_name': 'str', 547 'sending_tags_font_name_metadata': 'SettingsMetadata', 548 'sending_tags_font_size': 'str', 549 'sending_tags_font_size_metadata': 'SettingsMetadata', 550 'send_lockout_recipient_notification': 'str', 551 'send_lockout_recipient_notification_metadata': 'SettingsMetadata', 552 'send_to_certified_delivery_enabled': 'str', 553 'send_to_certified_delivery_enabled_metadata': 'SettingsMetadata', 554 'session_timeout': 'str', 555 'session_timeout_metadata': 'SettingsMetadata', 556 'set_recip_email_lang': 'str', 557 'set_recip_email_lang_metadata': 'SettingsMetadata', 558 'set_recip_sign_lang': 'str', 559 'set_recip_sign_lang_metadata': 'SettingsMetadata', 560 'shared_template_folders': 'str', 561 'shared_template_folders_metadata': 'SettingsMetadata', 562 'show_complete_dialog_in_embedded_session': 'str', 563 'show_complete_dialog_in_embedded_session_metadata': 'SettingsMetadata', 564 'show_conditional_routing_on_send': 'str', 565 'show_conditional_routing_on_send_metadata': 'SettingsMetadata', 566 'show_initial_conditional_fields': 'str', 567 'show_initial_conditional_fields_metadata': 'SettingsMetadata', 568 'show_localized_watermarks': 'str', 569 'show_localized_watermarks_metadata': 'SettingsMetadata', 570 'show_masked_fields_when_downloading_document_as_sender': 'str', 571 'show_masked_fields_when_downloading_document_as_sender_metadata': 'SettingsMetadata', 572 'show_tutorials': 'str', 573 'show_tutorials_metadata': 'SettingsMetadata', 574 'signature_providers': 'list[str]', 575 'signature_providers_metadata': 'SettingsMetadata', 576 'sign_date_format': 'str', 577 'sign_date_format_metadata': 'SettingsMetadata', 578 'sign_date_time_account_language_override': 'str', 579 'sign_date_time_account_language_override_metadata': 'SettingsMetadata', 580 'sign_date_time_account_timezone_override': 'str', 581 'sign_date_time_account_timezone_override_metadata': 'SettingsMetadata', 582 'signer_attach_certificate_to_envelope_pdf': 'str', 583 'signer_attach_certificate_to_envelope_pdf_metadata': 'SettingsMetadata', 584 'signer_attach_concat': 'str', 585 'signer_attach_concat_metadata': 'SettingsMetadata', 586 'signer_can_create_account': 'str', 587 'signer_can_create_account_metadata': 'SettingsMetadata', 588 'signer_can_sign_on_mobile': 'str', 589 'signer_can_sign_on_mobile_metadata': 'SettingsMetadata', 590 'signer_in_session_use_envelope_complete_email': 'str', 591 'signer_in_session_use_envelope_complete_email_metadata': 'SettingsMetadata', 592 'signer_login_requirements': 'str', 593 'signer_login_requirements_metadata': 'SettingsMetadata', 594 'signer_must_have_account': 'str', 595 'signer_must_have_account_metadata': 'SettingsMetadata', 596 'signer_must_login_to_sign': 'str', 597 'signer_must_login_to_sign_metadata': 'SettingsMetadata', 598 'signer_show_secure_field_initial_values': 'str', 599 'signer_show_secure_field_initial_values_metadata': 'SettingsMetadata', 600 'signing_session_timeout': 'str', 601 'signing_session_timeout_metadata': 'SettingsMetadata', 602 'signing_ui_version': 'str', 603 'signing_ui_version_metadata': 'SettingsMetadata', 604 'sign_time_format': 'str', 605 'sign_time_format_metadata': 'SettingsMetadata', 606 'sign_time_show_am_pm': 'str', 607 'sign_time_show_am_pm_metadata': 'SettingsMetadata', 608 'simplified_sending_enabled': 'str', 609 'simplified_sending_enabled_metadata': 'SettingsMetadata', 610 'single_sign_on_enabled': 'str', 611 'single_sign_on_enabled_metadata': 'SettingsMetadata', 612 'skip_auth_completed_envelopes': 'str', 613 'skip_auth_completed_envelopes_metadata': 'SettingsMetadata', 614 'social_id_recip_auth': 'str', 615 'social_id_recip_auth_metadata': 'SettingsMetadata', 616 'specify_document_visibility': 'str', 617 'specify_document_visibility_metadata': 'SettingsMetadata', 618 'start_in_advanced_correct': 'str', 619 'start_in_advanced_correct_metadata': 'SettingsMetadata', 620 'supplemental_documents_must_accept': 'str', 621 'supplemental_documents_must_accept_metadata': 'SettingsMetadata', 622 'supplemental_documents_must_read': 'str', 623 'supplemental_documents_must_read_metadata': 'SettingsMetadata', 624 'supplemental_documents_must_view': 'str', 625 'supplemental_documents_must_view_metadata': 'SettingsMetadata', 626 'suppress_certificate_enforcement': 'str', 627 'suppress_certificate_enforcement_metadata': 'SettingsMetadata', 628 'tab_account_settings': 'TabAccountSettings', 629 'timezone_offset_api': 'str', 630 'timezone_offset_api_metadata': 'SettingsMetadata', 631 'timezone_offset_ui': 'str', 632 'timezone_offset_ui_metadata': 'SettingsMetadata', 633 'universal_signature_opt_in': 'str', 634 'use_account_level_email': 'str', 635 'use_account_level_email_metadata': 'SettingsMetadata', 636 'use_consumer_disclosure': 'str', 637 'use_consumer_disclosure_metadata': 'SettingsMetadata', 638 'use_consumer_disclosure_within_account': 'str', 639 'use_consumer_disclosure_within_account_metadata': 'SettingsMetadata', 640 'use_derived_keys': 'str', 641 'use_derived_keys_metadata': 'SettingsMetadata', 642 'use_docu_sign_express_signer_certificate': 'str', 643 'use_docu_sign_express_signer_certificate_metadata': 'SettingsMetadata', 644 'use_multi_app_groups_data': 'str', 645 'use_multi_app_groups_data_metadata': 'SettingsMetadata', 646 'use_new_blob_for_pdf': 'str', 647 'use_new_blob_for_pdf_metadata': 'SettingsMetadata', 648 'use_safe_signer_certificates': 'str', 649 'use_safe_signer_certificates_metadata': 'SettingsMetadata', 650 'uses_api': 'str', 651 'uses_api_metadata': 'SettingsMetadata', 652 'use_signature_provider_platform': 'str', 653 'use_signature_provider_platform_metadata': 'SettingsMetadata', 654 'use_smart_contracts_v1': 'str', 655 'validations_allowed': 'str', 656 'validations_allowed_metadata': 'SettingsMetadata', 657 'validations_brand': 'str', 658 'validations_brand_metadata': 'SettingsMetadata', 659 'validations_cadence': 'str', 660 'validations_cadence_metadata': 'SettingsMetadata', 661 'validations_enabled': 'str', 662 'validations_enabled_metadata': 'SettingsMetadata', 663 'validations_report': 'str', 664 'validations_report_metadata': 'SettingsMetadata', 665 'water_mark_enabled': 'str', 666 'water_mark_enabled_metadata': 'SettingsMetadata', 667 'write_reminder_to_envelope_history': 'str', 668 'write_reminder_to_envelope_history_metadata': 'SettingsMetadata', 669 'wurfl_min_allowable_screen_size': 'str', 670 'wurfl_min_allowable_screen_size_metadata': 'SettingsMetadata' 671 } 672 673 attribute_map = { 674 'access_code_format': 'accessCodeFormat', 675 'account_date_time_format': 'accountDateTimeFormat', 676 'account_date_time_format_metadata': 'accountDateTimeFormatMetadata', 677 'account_default_language': 'accountDefaultLanguage', 678 'account_default_language_metadata': 'accountDefaultLanguageMetadata', 679 'account_name': 'accountName', 680 'account_name_metadata': 'accountNameMetadata', 681 'account_notification': 'accountNotification', 682 'account_ui_settings': 'accountUISettings', 683 'adopt_sig_config': 'adoptSigConfig', 684 'adopt_sig_config_metadata': 'adoptSigConfigMetadata', 685 'advanced_correct': 'advancedCorrect', 686 'advanced_correct_metadata': 'advancedCorrectMetadata', 687 'allow_access_code_format': 'allowAccessCodeFormat', 688 'allow_access_code_format_metadata': 'allowAccessCodeFormatMetadata', 689 'allow_account_management_granular': 'allowAccountManagementGranular', 690 'allow_account_management_granular_metadata': 'allowAccountManagementGranularMetadata', 691 'allow_account_member_name_change': 'allowAccountMemberNameChange', 692 'allow_account_member_name_change_metadata': 'allowAccountMemberNameChangeMetadata', 693 'allow_advanced_recipient_routing_conditional': 'allowAdvancedRecipientRoutingConditional', 694 'allow_advanced_recipient_routing_conditional_metadata': 'allowAdvancedRecipientRoutingConditionalMetadata', 695 'allow_agent_name_email_edit': 'allowAgentNameEmailEdit', 696 'allow_agent_name_email_edit_metadata': 'allowAgentNameEmailEditMetadata', 697 'allow_agreement_actions': 'allowAgreementActions', 698 'allow_agreement_actions_metadata': 'allowAgreementActionsMetadata', 699 'allow_agreement_orchestration_workflows': 'allowAgreementOrchestrationWorkflows', 700 'allow_agreement_orchestration_workflows_metadata': 'allowAgreementOrchestrationWorkflowsMetadata', 701 'allow_auto_nav_settings': 'allowAutoNavSettings', 702 'allow_auto_nav_settings_metadata': 'allowAutoNavSettingsMetadata', 703 'allow_auto_tagging': 'allowAutoTagging', 704 'allow_auto_tagging_metadata': 'allowAutoTaggingMetadata', 705 'allow_bulk_send': 'allowBulkSend', 706 'allow_bulk_send_metadata': 'allowBulkSendMetadata', 707 'allow_cd_withdraw': 'allowCDWithdraw', 708 'allow_cd_withdraw_metadata': 'allowCDWithdrawMetadata', 709 'allow_connect_http_listener_configs': 'allowConnectHttpListenerConfigs', 710 'allow_connect_o_auth_ui': 'allowConnectOAuthUI', 711 'allow_connect_send_finish_later': 'allowConnectSendFinishLater', 712 'allow_connect_send_finish_later_metadata': 'allowConnectSendFinishLaterMetadata', 713 'allow_connect_unified_payload_ui': 'allowConnectUnifiedPayloadUI', 714 'allow_consumer_disclosure_override': 'allowConsumerDisclosureOverride', 715 'allow_consumer_disclosure_override_metadata': 'allowConsumerDisclosureOverrideMetadata', 716 'allow_data_download': 'allowDataDownload', 717 'allow_data_download_metadata': 'allowDataDownloadMetadata', 718 'allow_delayed_routing': 'allowDelayedRouting', 719 'allow_delayed_routing_metadata': 'allowDelayedRoutingMetadata', 720 'allow_delegated_signing': 'allowDelegatedSigning', 721 'allow_delegated_signing_metadata': 'allowDelegatedSigningMetadata', 722 'allow_doc_gen_documents': 'allowDocGenDocuments', 723 'allow_doc_gen_documents_metadata': 'allowDocGenDocumentsMetadata', 724 'allow_document_disclosures': 'allowDocumentDisclosures', 725 'allow_document_disclosures_metadata': 'allowDocumentDisclosuresMetadata', 726 'allow_documents_on_signed_envelopes': 'allowDocumentsOnSignedEnvelopes', 727 'allow_documents_on_signed_envelopes_metadata': 'allowDocumentsOnSignedEnvelopesMetadata', 728 'allow_document_visibility': 'allowDocumentVisibility', 729 'allow_document_visibility_metadata': 'allowDocumentVisibilityMetadata', 730 'allow_e_hanko_stamps': 'allowEHankoStamps', 731 'allow_e_hanko_stamps_metadata': 'allowEHankoStampsMetadata', 732 'allow_e_note_e_original': 'allowENoteEOriginal', 733 'allow_e_note_e_original_metadata': 'allowENoteEOriginalMetadata', 734 'allow_envelope_correct': 'allowEnvelopeCorrect', 735 'allow_envelope_correct_metadata': 'allowEnvelopeCorrectMetadata', 736 'allow_envelope_custody_transfer': 'allowEnvelopeCustodyTransfer', 737 'allow_envelope_custody_transfer_metadata': 'allowEnvelopeCustodyTransferMetadata', 738 'allow_envelope_custom_fields': 'allowEnvelopeCustomFields', 739 'allow_envelope_custom_fields_metadata': 'allowEnvelopeCustomFieldsMetadata', 740 'allow_envelope_publish_reporting': 'allowEnvelopePublishReporting', 741 'allow_envelope_publish_reporting_metadata': 'allowEnvelopePublishReportingMetadata', 742 'allow_envelope_reporting': 'allowEnvelopeReporting', 743 'allow_envelope_reporting_metadata': 'allowEnvelopeReportingMetadata', 744 'allow_expression': 'allowExpression', 745 'allow_expression_metadata': 'allowExpressionMetadata', 746 'allow_express_signer_certificate': 'allowExpressSignerCertificate', 747 'allow_express_signer_certificate_metadata': 'allowExpressSignerCertificateMetadata', 748 'allow_extended_sending_resource_file': 'allowExtendedSendingResourceFile', 749 'allow_extended_sending_resource_file_metadata': 'allowExtendedSendingResourceFileMetadata', 750 'allow_external_linked_accounts': 'allowExternalLinkedAccounts', 751 'allow_external_linked_accounts_metadata': 'allowExternalLinkedAccountsMetadata', 752 'allow_external_signature_pad': 'allowExternalSignaturePad', 753 'allow_external_signature_pad_metadata': 'allowExternalSignaturePadMetadata', 754 'allow_idv_for_eu_qualified_signatures': 'allowIDVForEUQualifiedSignatures', 755 'allow_idv_for_eu_qualified_signatures_metadata': 'allowIDVForEUQualifiedSignaturesMetadata', 756 'allow_idv_level1': 'allowIDVLevel1', 757 'allow_idv_level1_metadata': 'allowIDVLevel1Metadata', 758 'allow_idv_level2': 'allowIDVLevel2', 759 'allow_idv_level2_metadata': 'allowIDVLevel2Metadata', 760 'allow_idv_level3': 'allowIDVLevel3', 761 'allow_idv_level3_metadata': 'allowIDVLevel3Metadata', 762 'allow_idv_platform': 'allowIDVPlatform', 763 'allow_idv_platform_metadata': 'allowIDVPlatformMetadata', 764 'allow_in_person': 'allowInPerson', 765 'allow_in_person_electronic_notary': 'allowInPersonElectronicNotary', 766 'allow_in_person_electronic_notary_metadata': 'allowInPersonElectronicNotaryMetadata', 767 'allow_in_person_metadata': 'allowInPersonMetadata', 768 'allow_managed_stamps': 'allowManagedStamps', 769 'allow_managed_stamps_metadata': 'allowManagedStampsMetadata', 770 'allow_managing_envelopes_on_behalf_of_others': 'allowManagingEnvelopesOnBehalfOfOthers', 771 'allow_managing_envelopes_on_behalf_of_others_metadata': 'allowManagingEnvelopesOnBehalfOfOthersMetadata', 772 'allow_markup': 'allowMarkup', 773 'allow_markup_metadata': 'allowMarkupMetadata', 774 'allow_member_time_zone': 'allowMemberTimeZone', 775 'allow_member_time_zone_metadata': 'allowMemberTimeZoneMetadata', 776 'allow_merge_fields': 'allowMergeFields', 777 'allow_merge_fields_metadata': 'allowMergeFieldsMetadata', 778 'allow_multiple_brand_profiles': 'allowMultipleBrandProfiles', 779 'allow_multiple_brand_profiles_metadata': 'allowMultipleBrandProfilesMetadata', 780 'allow_multiple_signer_attachments': 'allowMultipleSignerAttachments', 781 'allow_multiple_signer_attachments_metadata': 'allowMultipleSignerAttachmentsMetadata', 782 'allow_non_us_phone_auth': 'allowNonUSPhoneAuth', 783 'allow_non_us_phone_auth_metadata': 'allowNonUSPhoneAuthMetadata', 784 'allow_ocr_of_envelope_documents': 'allowOcrOfEnvelopeDocuments', 785 'allow_ocr_of_envelope_documents_metadata': 'allowOcrOfEnvelopeDocumentsMetadata', 786 'allow_offline_signing': 'allowOfflineSigning', 787 'allow_offline_signing_metadata': 'allowOfflineSigningMetadata', 788 'allow_open_trust_signer_certificate': 'allowOpenTrustSignerCertificate', 789 'allow_open_trust_signer_certificate_metadata': 'allowOpenTrustSignerCertificateMetadata', 790 'allow_organization_docusign_monitor': 'allowOrganizationDocusignMonitor', 791 'allow_organization_docusign_monitor_metadata': 'allowOrganizationDocusignMonitorMetadata', 792 'allow_organization_domain_user_management': 'allowOrganizationDomainUserManagement', 793 'allow_organization_domain_user_management_metadata': 'allowOrganizationDomainUserManagementMetadata', 794 'allow_organizations': 'allowOrganizations', 795 'allow_organizations_metadata': 'allowOrganizationsMetadata', 796 'allow_organization_sso_management': 'allowOrganizationSsoManagement', 797 'allow_organization_sso_management_metadata': 'allowOrganizationSsoManagementMetadata', 798 'allow_organization_to_use_in_person_electronic_notary': 'allowOrganizationToUseInPersonElectronicNotary', 799 'allow_organization_to_use_in_person_electronic_notary_metadata': 'allowOrganizationToUseInPersonElectronicNotaryMetadata', 800 'allow_organization_to_use_remote_notary': 'allowOrganizationToUseRemoteNotary', 801 'allow_organization_to_use_remote_notary_metadata': 'allowOrganizationToUseRemoteNotaryMetadata', 802 'allow_organization_to_use_third_party_electronic_notary': 'allowOrganizationToUseThirdPartyElectronicNotary', 803 'allow_organization_to_use_third_party_electronic_notary_metadata': 'allowOrganizationToUseThirdPartyElectronicNotaryMetadata', 804 'allow_participant_recipient_type': 'allowParticipantRecipientType', 805 'allow_participant_recipient_type_metadata': 'allowParticipantRecipientTypeMetadata', 806 'allow_payment_processing': 'allowPaymentProcessing', 807 'allow_payment_processing_metadata': 'allowPaymentProcessingMetadata', 808 'allow_performance_analytics': 'allowPerformanceAnalytics', 809 'allow_performance_analytics_metadata': 'allowPerformanceAnalyticsMetadata', 810 'allow_phone_authentication': 'allowPhoneAuthentication', 811 'allow_phone_authentication_metadata': 'allowPhoneAuthenticationMetadata', 812 'allow_phone_auth_override': 'allowPhoneAuthOverride', 813 'allow_phone_auth_override_metadata': 'allowPhoneAuthOverrideMetadata', 814 'allow_private_signing_groups': 'allowPrivateSigningGroups', 815 'allow_private_signing_groups_metadata': 'allowPrivateSigningGroupsMetadata', 816 'allow_recipient_connect': 'allowRecipientConnect', 817 'allow_recipient_connect_metadata': 'allowRecipientConnectMetadata', 818 'allow_reminders': 'allowReminders', 819 'allow_reminders_metadata': 'allowRemindersMetadata', 820 'allow_remote_notary': 'allowRemoteNotary', 821 'allow_remote_notary_metadata': 'allowRemoteNotaryMetadata', 822 'allow_resource_file_branding': 'allowResourceFileBranding', 823 'allow_resource_file_branding_metadata': 'allowResourceFileBrandingMetadata', 824 'allow_safe_bio_pharma_signer_certificate': 'allowSafeBioPharmaSignerCertificate', 825 'allow_safe_bio_pharma_signer_certificate_metadata': 'allowSafeBioPharmaSignerCertificateMetadata', 826 'allow_scheduled_sending': 'allowScheduledSending', 827 'allow_scheduled_sending_metadata': 'allowScheduledSendingMetadata', 828 'allow_security_appliance': 'allowSecurityAppliance', 829 'allow_security_appliance_metadata': 'allowSecurityApplianceMetadata', 830 'allow_sending_envelopes_on_behalf_of_others': 'allowSendingEnvelopesOnBehalfOfOthers', 831 'allow_sending_envelopes_on_behalf_of_others_metadata': 'allowSendingEnvelopesOnBehalfOfOthersMetadata', 832 'allow_send_to_certified_delivery': 'allowSendToCertifiedDelivery', 833 'allow_send_to_certified_delivery_metadata': 'allowSendToCertifiedDeliveryMetadata', 834 'allow_send_to_intermediary': 'allowSendToIntermediary', 835 'allow_send_to_intermediary_metadata': 'allowSendToIntermediaryMetadata', 836 'allow_server_templates': 'allowServerTemplates', 837 'allow_server_templates_metadata': 'allowServerTemplatesMetadata', 838 'allow_set_embedded_recipient_start_url': 'allowSetEmbeddedRecipientStartURL', 839 'allow_set_embedded_recipient_start_url_metadata': 'allowSetEmbeddedRecipientStartURLMetadata', 840 'allow_shared_tabs': 'allowSharedTabs', 841 'allow_shared_tabs_metadata': 'allowSharedTabsMetadata', 842 'allow_signature_stamps': 'allowSignatureStamps', 843 'allow_signature_stamps_metadata': 'allowSignatureStampsMetadata', 844 'allow_sign_document_from_home_page': 'allowSignDocumentFromHomePage', 845 'allow_sign_document_from_home_page_metadata': 'allowSignDocumentFromHomePageMetadata', 846 'allow_signer_reassign': 'allowSignerReassign', 847 'allow_signer_reassign_metadata': 'allowSignerReassignMetadata', 848 'allow_signer_reassign_override': 'allowSignerReassignOverride', 849 'allow_signer_reassign_override_metadata': 'allowSignerReassignOverrideMetadata', 850 'allow_signing_extensions': 'allowSigningExtensions', 851 'allow_signing_extensions_metadata': 'allowSigningExtensionsMetadata', 852 'allow_signing_groups': 'allowSigningGroups', 853 'allow_signing_groups_metadata': 'allowSigningGroupsMetadata', 854 'allow_signing_insights': 'allowSigningInsights', 855 'allow_signing_insights_metadata': 'allowSigningInsightsMetadata', 856 'allow_signing_radio_deselect': 'allowSigningRadioDeselect', 857 'allow_signing_radio_deselect_metadata': 'allowSigningRadioDeselectMetadata', 858 'allow_sign_now': 'allowSignNow', 859 'allow_sign_now_metadata': 'allowSignNowMetadata', 860 'allow_sms_delivery': 'allowSMSDelivery', 861 'allow_sms_delivery_metadata': 'allowSMSDeliveryMetadata', 862 'allow_social_id_login': 'allowSocialIdLogin', 863 'allow_social_id_login_metadata': 'allowSocialIdLoginMetadata', 864 'allow_supplemental_documents': 'allowSupplementalDocuments', 865 'allow_supplemental_documents_metadata': 'allowSupplementalDocumentsMetadata', 866 'allow_third_party_electronic_notary': 'allowThirdPartyElectronicNotary', 867 'allow_third_party_electronic_notary_metadata': 'allowThirdPartyElectronicNotaryMetadata', 868 'allow_users_to_access_directory': 'allowUsersToAccessDirectory', 869 'allow_users_to_access_directory_metadata': 'allowUsersToAccessDirectoryMetadata', 870 'allow_value_insights': 'allowValueInsights', 871 'allow_value_insights_metadata': 'allowValueInsightsMetadata', 872 'allow_web_forms': 'allowWebForms', 873 'allow_web_forms_metadata': 'allowWebFormsMetadata', 874 'anchor_population_scope': 'anchorPopulationScope', 875 'anchor_population_scope_metadata': 'anchorPopulationScopeMetadata', 876 'anchor_tag_versioned_placement_enabled': 'anchorTagVersionedPlacementEnabled', 877 'anchor_tag_versioned_placement_metadata_enabled': 'anchorTagVersionedPlacementMetadataEnabled', 878 'attach_completed_envelope': 'attachCompletedEnvelope', 879 'attach_completed_envelope_metadata': 'attachCompletedEnvelopeMetadata', 880 'authentication_check': 'authenticationCheck', 881 'authentication_check_metadata': 'authenticationCheckMetadata', 882 'auto_nav_rule': 'autoNavRule', 883 'auto_nav_rule_metadata': 'autoNavRuleMetadata', 884 'auto_provision_signer_account': 'autoProvisionSignerAccount', 885 'auto_provision_signer_account_metadata': 'autoProvisionSignerAccountMetadata', 886 'bcc_email_archive': 'bccEmailArchive', 887 'bcc_email_archive_metadata': 'bccEmailArchiveMetadata', 888 'beta_switch_configuration': 'betaSwitchConfiguration', 889 'beta_switch_configuration_metadata': 'betaSwitchConfigurationMetadata', 890 'billing_address': 'billingAddress', 891 'billing_address_metadata': 'billingAddressMetadata', 892 'bulk_send': 'bulkSend', 893 'bulk_send_action_resend_limit': 'bulkSendActionResendLimit', 894 'bulk_send_max_copies_in_batch': 'bulkSendMaxCopiesInBatch', 895 'bulk_send_max_unprocessed_envelopes_count': 'bulkSendMaxUnprocessedEnvelopesCount', 896 'bulk_send_metadata': 'bulkSendMetadata', 897 'can_self_brand_send': 'canSelfBrandSend', 898 'can_self_brand_send_metadata': 'canSelfBrandSendMetadata', 899 'can_self_brand_sign': 'canSelfBrandSign', 900 'can_self_brand_sign_metadata': 'canSelfBrandSignMetadata', 901 'can_use_salesforce_o_auth': 'canUseSalesforceOAuth', 902 'can_use_salesforce_o_auth_metadata': 'canUseSalesforceOAuthMetadata', 903 'capture_voice_recording': 'captureVoiceRecording', 904 'capture_voice_recording_metadata': 'captureVoiceRecordingMetadata', 905 'cfr21_simplified_signing_enabled': 'cfr21SimplifiedSigningEnabled', 906 'cfr21_simplified_signing_enabled_metadata': 'cfr21SimplifiedSigningEnabledMetadata', 907 'cfr_use_wide_image': 'cfrUseWideImage', 908 'cfr_use_wide_image_metadata': 'cfrUseWideImageMetadata', 909 'check_for_multiple_admins_on_account': 'checkForMultipleAdminsOnAccount', 910 'check_for_multiple_admins_on_account_metadata': 'checkForMultipleAdminsOnAccountMetadata', 911 'chrome_signature_enabled': 'chromeSignatureEnabled', 912 'chrome_signature_enabled_metadata': 'chromeSignatureEnabledMetadata', 913 'comment_email_show_message_text': 'commentEmailShowMessageText', 914 'comment_email_show_message_text_metadata': 'commentEmailShowMessageTextMetadata', 915 'comments_allow_envelope_override': 'commentsAllowEnvelopeOverride', 916 'comments_allow_envelope_override_metadata': 'commentsAllowEnvelopeOverrideMetadata', 917 'conditional_fields_enabled': 'conditionalFieldsEnabled', 918 'conditional_fields_enabled_metadata': 'conditionalFieldsEnabledMetadata', 919 'consumer_disclosure_frequency': 'consumerDisclosureFrequency', 920 'consumer_disclosure_frequency_metadata': 'consumerDisclosureFrequencyMetadata', 921 'convert_pdf_fields': 'convertPdfFields', 922 'convert_pdf_fields_metadata': 'convertPdfFieldsMetadata', 923 'data_population_scope': 'dataPopulationScope', 924 'data_population_scope_metadata': 'dataPopulationScopeMetadata', 925 'disable_auto_template_matching': 'disableAutoTemplateMatching', 926 'disable_auto_template_matching_metadata': 'disableAutoTemplateMatchingMetadata', 927 'disable_mobile_app': 'disableMobileApp', 928 'disable_mobile_app_metadata': 'disableMobileAppMetadata', 929 'disable_mobile_push_notifications': 'disableMobilePushNotifications', 930 'disable_mobile_push_notifications_metadata': 'disableMobilePushNotificationsMetadata', 931 'disable_mobile_sending': 'disableMobileSending', 932 'disable_mobile_sending_metadata': 'disableMobileSendingMetadata', 933 'disable_multiple_sessions': 'disableMultipleSessions', 934 'disable_multiple_sessions_metadata': 'disableMultipleSessionsMetadata', 935 'disable_purge_notifications_for_sender_metadata': 'disablePurgeNotificationsForSenderMetadata', 936 'disable_signer_cert_view': 'disableSignerCertView', 937 'disable_signer_cert_view_metadata': 'disableSignerCertViewMetadata', 938 'disable_signer_history_view': 'disableSignerHistoryView', 939 'disable_signer_history_view_metadata': 'disableSignerHistoryViewMetadata', 940 'disable_style_signature': 'disableStyleSignature', 941 'disable_style_signature_metadata': 'disableStyleSignatureMetadata', 942 'disable_upload_signature': 'disableUploadSignature', 943 'disable_upload_signature_metadata': 'disableUploadSignatureMetadata', 944 'disable_user_sharing': 'disableUserSharing', 945 'disable_user_sharing_metadata': 'disableUserSharingMetadata', 946 'display_beta_switch': 'displayBetaSwitch', 947 'display_beta_switch_metadata': 'displayBetaSwitchMetadata', 948 'document_conversion_restrictions': 'documentConversionRestrictions', 949 'document_conversion_restrictions_metadata': 'documentConversionRestrictionsMetadata', 950 'document_retention': 'documentRetention', 951 'document_retention_metadata': 'documentRetentionMetadata', 952 'document_retention_purge_tabs': 'documentRetentionPurgeTabs', 953 'document_visibility': 'documentVisibility', 954 'document_visibility_metadata': 'documentVisibilityMetadata', 955 'dss_sign_28411_enable_leave_page_prompt_radmin_option': 'dss_SIGN_28411_EnableLeavePagePrompt_RadminOption', 956 'dss_sign_29182_slide_up_bar_radmin_option': 'dss_SIGN_29182_SlideUpBar_RadminOption', 957 'email_template_version': 'emailTemplateVersion', 958 'email_template_version_metadata': 'emailTemplateVersionMetadata', 959 'enable_access_code_generator': 'enableAccessCodeGenerator', 960 'enable_access_code_generator_metadata': 'enableAccessCodeGeneratorMetadata', 961 'enable_advanced_payments': 'enableAdvancedPayments', 962 'enable_advanced_payments_metadata': 'enableAdvancedPaymentsMetadata', 963 'enable_advanced_power_forms': 'enableAdvancedPowerForms', 964 'enable_advanced_power_forms_metadata': 'enableAdvancedPowerFormsMetadata', 965 'enable_agreement_actions_for_clm': 'enableAgreementActionsForCLM', 966 'enable_agreement_actions_for_clm_metadata': 'enableAgreementActionsForCLMMetadata', 967 'enable_agreement_actions_for_e_sign': 'enableAgreementActionsForESign', 968 'enable_agreement_actions_for_e_sign_metadata': 'enableAgreementActionsForESignMetadata', 969 'enable_auto_nav': 'enableAutoNav', 970 'enable_auto_nav_metadata': 'enableAutoNavMetadata', 971 'enable_bcc_dummy_link': 'enableBccDummyLink', 972 'enable_bcc_dummy_link_metadata': 'enableBccDummyLinkMetadata', 973 'enable_calculated_fields': 'enableCalculatedFields', 974 'enable_calculated_fields_metadata': 'enableCalculatedFieldsMetadata', 975 'enable_clickwraps': 'enableClickwraps', 976 'enable_clickwraps_metadata': 'enableClickwrapsMetadata', 977 'enable_combined_pdf_download_for_sbs': 'enableCombinedPDFDownloadForSBS', 978 'enable_comments_history_download_in_signing': 'enableCommentsHistoryDownloadInSigning', 979 'enable_comments_history_download_in_signing_metadata': 'enableCommentsHistoryDownloadInSigningMetadata', 980 'enable_contact_suggestions': 'enableContactSuggestions', 981 'enable_contact_suggestions_metadata': 'enableContactSuggestionsMetadata', 982 'enable_customer_satisfaction_metric_tracking': 'enableCustomerSatisfactionMetricTracking', 983 'enable_customer_satisfaction_metric_tracking_metadata': 'enableCustomerSatisfactionMetricTrackingMetadata', 984 'enable_ds_pro': 'enableDSPro', 985 'enable_ds_pro_metadata': 'enableDSProMetadata', 986 'enable_envelope_stamping_by_account_admin': 'enableEnvelopeStampingByAccountAdmin', 987 'enable_envelope_stamping_by_account_admin_metadata': 'enableEnvelopeStampingByAccountAdminMetadata', 988 'enable_envelope_stamping_by_ds_admin': 'enableEnvelopeStampingByDSAdmin', 989 'enable_envelope_stamping_by_ds_admin_metadata': 'enableEnvelopeStampingByDSAdminMetadata', 990 'enable_e_sign_api_hourly_limit_management': 'enableESignAPIHourlyLimitManagement', 991 'enable_e_sign_api_hourly_limit_management_metadata': 'enableESignAPIHourlyLimitManagementMetadata', 992 'enable_esign_communities': 'enableEsignCommunities', 993 'enable_esign_communities_metadata': 'enableEsignCommunitiesMetadata', 994 'enable_id_fx_accountless_sms_auth_for_part11': 'enableIDFxAccountlessSMSAuthForPart11', 995 'enable_id_fx_accountless_sms_auth_for_part11_metadata': 'enableIDFxAccountlessSMSAuthForPart11Metadata', 996 'enable_id_fx_intuit_kba': 'enableIDFxIntuitKBA', 997 'enable_id_fx_intuit_kba_metadata': 'enableIDFxIntuitKBAMetadata', 998 'enable_id_fx_phone_authentication': 'enableIDFxPhoneAuthentication', 999 'enable_id_fx_phone_authentication_metadata': 'enableIDFxPhoneAuthenticationMetadata', 1000 'enable_in_browser_editor': 'enableInBrowserEditor', 1001 'enable_in_browser_editor_metadata': 'enableInBrowserEditorMetadata', 1002 'enable_key_terms_suggestions_by_document_type': 'enableKeyTermsSuggestionsByDocumentType', 1003 'enable_key_terms_suggestions_by_document_type_metadata': 'enableKeyTermsSuggestionsByDocumentTypeMetadata', 1004 'enable_participant_recipient_setting_metadata': 'enableParticipantRecipientSettingMetadata', 1005 'enable_payment_processing': 'enablePaymentProcessing', 1006 'enable_payment_processing_metadata': 'enablePaymentProcessingMetadata', 1007 'enable_pdfa_conversion': 'enablePDFAConversion', 1008 'enable_pdfa_conversion_metadata': 'enablePDFAConversionMetadata', 1009 'enable_power_form': 'enablePowerForm', 1010 'enable_power_form_direct': 'enablePowerFormDirect', 1011 'enable_power_form_direct_metadata': 'enablePowerFormDirectMetadata', 1012 'enable_power_form_metadata': 'enablePowerFormMetadata', 1013 'enable_recipient_domain_validation': 'enableRecipientDomainValidation', 1014 'enable_recipient_domain_validation_metadata': 'enableRecipientDomainValidationMetadata', 1015 'enable_recipient_may_provide_phone_number': 'enableRecipientMayProvidePhoneNumber', 1016 'enable_recipient_may_provide_phone_number_metadata': 'enableRecipientMayProvidePhoneNumberMetadata', 1017 'enable_report_links': 'enableReportLinks', 1018 'enable_report_links_metadata': 'enableReportLinksMetadata', 1019 'enable_require_sign_on_paper': 'enableRequireSignOnPaper', 1020 'enable_require_sign_on_paper_metadata': 'enableRequireSignOnPaperMetadata', 1021 'enable_reserved_domain': 'enableReservedDomain', 1022 'enable_reserved_domain_metadata': 'enableReservedDomainMetadata', 1023 'enable_responsive_signing': 'enableResponsiveSigning', 1024 'enable_responsive_signing_metadata': 'enableResponsiveSigningMetadata', 1025 'enable_scheduled_release': 'enableScheduledRelease', 1026 'enable_scheduled_release_metadata': 'enableScheduledReleaseMetadata', 1027 'enable_search': 'enableSearch', 1028 'enable_search_metadata': 'enableSearchMetadata', 1029 'enable_search_site_specific_api': 'enableSearchSiteSpecificApi', 1030 'enable_search_site_specific_api_metadata': 'enableSearchSiteSpecificApiMetadata', 1031 'enable_search_ui': 'enableSearchUI', 1032 'enable_search_ui_metadata': 'enableSearchUIMetadata', 1033 'enable_sending_tags_font_settings': 'enableSendingTagsFontSettings', 1034 'enable_sending_tags_font_settings_metadata': 'enableSendingTagsFontSettingsMetadata', 1035 'enable_send_to_agent': 'enableSendToAgent', 1036 'enable_send_to_agent_metadata': 'enableSendToAgentMetadata', 1037 'enable_send_to_intermediary': 'enableSendToIntermediary', 1038 'enable_send_to_intermediary_metadata': 'enableSendToIntermediaryMetadata', 1039 'enable_send_to_manage': 'enableSendToManage', 1040 'enable_send_to_manage_metadata': 'enableSendToManageMetadata', 1041 'enable_sequential_signing_api': 'enableSequentialSigningAPI', 1042 'enable_sequential_signing_api_metadata': 'enableSequentialSigningAPIMetadata', 1043 'enable_sequential_signing_ui': 'enableSequentialSigningUI', 1044 'enable_sequential_signing_ui_metadata': 'enableSequentialSigningUIMetadata', 1045 'enable_signer_attachments': 'enableSignerAttachments', 1046 'enable_signer_attachments_metadata': 'enableSignerAttachmentsMetadata', 1047 'enable_signing_extension_comments': 'enableSigningExtensionComments', 1048 'enable_signing_extension_comments_metadata': 'enableSigningExtensionCommentsMetadata', 1049 'enable_signing_extension_conversations': 'enableSigningExtensionConversations', 1050 'enable_signing_extension_conversations_metadata': 'enableSigningExtensionConversationsMetadata', 1051 'enable_signing_order_settings_for_account': 'enableSigningOrderSettingsForAccount', 1052 'enable_signing_order_settings_for_account_metadata': 'enableSigningOrderSettingsForAccountMetadata', 1053 'enable_sign_on_paper': 'enableSignOnPaper', 1054 'enable_sign_on_paper_metadata': 'enableSignOnPaperMetadata', 1055 'enable_sign_on_paper_override': 'enableSignOnPaperOverride', 1056 'enable_sign_on_paper_override_metadata': 'enableSignOnPaperOverrideMetadata', 1057 'enable_sign_with_notary': 'enableSignWithNotary', 1058 'enable_sign_with_notary_metadata': 'enableSignWithNotaryMetadata', 1059 'enable_smart_contracts': 'enableSmartContracts', 1060 'enable_smart_contracts_metadata': 'enableSmartContractsMetadata', 1061 'enable_sms_authentication': 'enableSMSAuthentication', 1062 'enable_sms_authentication_metadata': 'enableSMSAuthenticationMetadata', 1063 'enable_sms_delivery_additional_notification': 'enableSMSDeliveryAdditionalNotification', 1064 'enable_sms_delivery_additional_notification_metadata': 'enableSMSDeliveryAdditionalNotificationMetadata', 1065 'enable_sms_delivery_primary': 'enableSMSDeliveryPrimary', 1066 'enable_social_id_login': 'enableSocialIdLogin', 1067 'enable_social_id_login_metadata': 'enableSocialIdLoginMetadata', 1068 'enable_strike_through': 'enableStrikeThrough', 1069 'enable_strike_through_metadata': 'enableStrikeThroughMetadata', 1070 'enable_transaction_point': 'enableTransactionPoint', 1071 'enable_transaction_point_metadata': 'enableTransactionPointMetadata', 1072 'enable_vaulting': 'enableVaulting', 1073 'enable_vaulting_metadata': 'enableVaultingMetadata', 1074 'enable_witnessing': 'enableWitnessing', 1075 'enable_witnessing_metadata': 'enableWitnessingMetadata', 1076 'enforce_template_name_uniqueness': 'enforceTemplateNameUniqueness', 1077 'enforce_template_name_uniqueness_metadata': 'enforceTemplateNameUniquenessMetadata', 1078 'envelope_integration_allowed': 'envelopeIntegrationAllowed', 1079 'envelope_integration_allowed_metadata': 'envelopeIntegrationAllowedMetadata', 1080 'envelope_integration_enabled': 'envelopeIntegrationEnabled', 1081 'envelope_integration_enabled_metadata': 'envelopeIntegrationEnabledMetadata', 1082 'envelope_limits_total_document_size_allowed_in_mb': 'EnvelopeLimitsTotalDocumentSizeAllowedInMB', 1083 'envelope_limits_total_document_size_allowed_in_mb_enabled': 'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabled', 1084 'envelope_limits_total_document_size_allowed_in_mb_enabled_metadata': 'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabledMetadata', 1085 'envelope_limits_total_document_size_allowed_in_mb_metadata': 'EnvelopeLimitsTotalDocumentSizeAllowedInMBMetadata', 1086 'envelope_stamping_default_value': 'envelopeStampingDefaultValue', 1087 'envelope_stamping_default_value_metadata': 'envelopeStampingDefaultValueMetadata', 1088 'exit_prompt': 'exitPrompt', 1089 'exit_prompt_metadata': 'exitPromptMetadata', 1090 'express_send': 'expressSend', 1091 'express_send_allow_tabs': 'expressSendAllowTabs', 1092 'express_send_allow_tabs_metadata': 'expressSendAllowTabsMetadata', 1093 'express_send_metadata': 'expressSendMetadata', 1094 'external_document_sources': 'externalDocumentSources', 1095 'external_signature_pad_type': 'externalSignaturePadType', 1096 'external_signature_pad_type_metadata': 'externalSignaturePadTypeMetadata', 1097 'fax_out_enabled': 'faxOutEnabled', 1098 'fax_out_enabled_metadata': 'faxOutEnabledMetadata', 1099 'finish_reminder': 'finishReminder', 1100 'finish_reminder_metadata': 'finishReminderMetadata', 1101 'guided_forms_html_allowed': 'guidedFormsHtmlAllowed', 1102 'guided_forms_html_allowed_metadata': 'guidedFormsHtmlAllowedMetadata', 1103 'has_recipient_connect_claimed_domain': 'hasRecipientConnectClaimedDomain', 1104 'hide_account_address_in_co_c': 'hideAccountAddressInCoC', 1105 'hide_account_address_in_co_c_metadata': 'hideAccountAddressInCoCMetadata', 1106 'hide_pricing': 'hidePricing', 1107 'hide_pricing_metadata': 'hidePricingMetadata', 1108 'id_check_configurations': 'idCheckConfigurations', 1109 'id_check_expire': 'idCheckExpire', 1110 'id_check_expire_days': 'idCheckExpireDays', 1111 'id_check_expire_days_metadata': 'idCheckExpireDaysMetadata', 1112 'id_check_expire_metadata': 'idCheckExpireMetadata', 1113 'id_check_expire_minutes': 'idCheckExpireMinutes', 1114 'id_check_expire_minutes_metadata': 'idCheckExpireMinutesMetadata', 1115 'id_check_required': 'idCheckRequired', 1116 'id_check_required_metadata': 'idCheckRequiredMetadata', 1117 'identity_verification': 'identityVerification', 1118 'identity_verification_metadata': 'identityVerificationMetadata', 1119 'idfx_phone_authentication_override': 'idfxPhoneAuthenticationOverride', 1120 'idfx_phone_authentication_override_metadata': 'idfxPhoneAuthenticationOverrideMetadata', 1121 'ignore_error_if_anchor_tab_not_found': 'ignoreErrorIfAnchorTabNotFound', 1122 'ignore_error_if_anchor_tab_not_found_metadata_enabled': 'ignoreErrorIfAnchorTabNotFoundMetadataEnabled', 1123 'in_person_id_check_question': 'inPersonIDCheckQuestion', 1124 'in_person_id_check_question_metadata': 'inPersonIDCheckQuestionMetadata', 1125 'in_person_signing_enabled': 'inPersonSigningEnabled', 1126 'in_person_signing_enabled_metadata': 'inPersonSigningEnabledMetadata', 1127 'in_session_enabled': 'inSessionEnabled', 1128 'in_session_enabled_metadata': 'inSessionEnabledMetadata', 1129 'in_session_suppress_emails': 'inSessionSuppressEmails', 1130 'in_session_suppress_emails_metadata': 'inSessionSuppressEmailsMetadata', 1131 'linked_external_primary_accounts': 'linkedExternalPrimaryAccounts', 1132 'maximum_signing_groups': 'maximumSigningGroups', 1133 'maximum_signing_groups_metadata': 'maximumSigningGroupsMetadata', 1134 'maximum_users_per_signing_group': 'maximumUsersPerSigningGroup', 1135 'maximum_users_per_signing_group_metadata': 'maximumUsersPerSigningGroupMetadata', 1136 'max_number_of_custom_stamps': 'maxNumberOfCustomStamps', 1137 'mobile_session_timeout': 'mobileSessionTimeout', 1138 'mobile_session_timeout_metadata': 'mobileSessionTimeoutMetadata', 1139 'number_of_active_custom_stamps': 'numberOfActiveCustomStamps', 1140 'opt_in_mobile_signing_v02': 'optInMobileSigningV02', 1141 'opt_in_mobile_signing_v02_metadata': 'optInMobileSigningV02Metadata', 1142 'opt_out_auto_nav_text_and_tab_color_updates': 'optOutAutoNavTextAndTabColorUpdates', 1143 'opt_out_auto_nav_text_and_tab_color_updates_metadata': 'optOutAutoNavTextAndTabColorUpdatesMetadata', 1144 'opt_out_new_platform_seal': 'optOutNewPlatformSeal', 1145 'opt_out_new_platform_seal_platform_metadata': 'optOutNewPlatformSealPlatformMetadata', 1146 'pdf_max_chunked_upload_part_size': 'pdfMaxChunkedUploadPartSize', 1147 'pdf_max_chunked_upload_part_size_metadata': 'pdfMaxChunkedUploadPartSizeMetadata', 1148 'pdf_max_chunked_upload_total_size': 'pdfMaxChunkedUploadTotalSize', 1149 'pdf_max_chunked_upload_total_size_metadata': 'pdfMaxChunkedUploadTotalSizeMetadata', 1150 'pdf_max_individual_upload_size': 'pdfMaxIndividualUploadSize', 1151 'pdf_max_individual_upload_size_metadata': 'pdfMaxIndividualUploadSizeMetadata', 1152 'phone_auth_recipient_may_provide_phone_number': 'phoneAuthRecipientMayProvidePhoneNumber', 1153 'phone_auth_recipient_may_provide_phone_number_metadata': 'phoneAuthRecipientMayProvidePhoneNumberMetadata', 1154 'pki_sign_downloaded_pdf_docs': 'pkiSignDownloadedPDFDocs', 1155 'pki_sign_downloaded_pdf_docs_metadata': 'pkiSignDownloadedPDFDocsMetadata', 1156 'read_only_mode': 'readOnlyMode', 1157 'read_only_mode_metadata': 'readOnlyModeMetadata', 1158 'recipients_can_sign_offline': 'recipientsCanSignOffline', 1159 'recipients_can_sign_offline_metadata': 'recipientsCanSignOfflineMetadata', 1160 'recipient_signing_auto_navigation_control': 'recipientSigningAutoNavigationControl', 1161 'recipient_signing_auto_navigation_control_metadata': 'recipientSigningAutoNavigationControlMetadata', 1162 'require21_cf_rpt11_compliance': 'require21CFRpt11Compliance', 1163 'require21_cf_rpt11_compliance_metadata': 'require21CFRpt11ComplianceMetadata', 1164 'require_decline_reason': 'requireDeclineReason', 1165 'require_decline_reason_metadata': 'requireDeclineReasonMetadata', 1166 'require_external_user_management': 'requireExternalUserManagement', 1167 'require_external_user_management_metadata': 'requireExternalUserManagementMetadata', 1168 'require_signer_certificate_type': 'requireSignerCertificateType', 1169 'require_signer_certificate_type_metadata': 'requireSignerCertificateTypeMetadata', 1170 'rsa_verid_account_name': 'rsaVeridAccountName', 1171 'rsa_verid_password': 'rsaVeridPassword', 1172 'rsa_verid_ruleset': 'rsaVeridRuleset', 1173 'rsa_verid_user_id': 'rsaVeridUserId', 1174 'self_signed_recipient_email_document': 'selfSignedRecipientEmailDocument', 1175 'self_signed_recipient_email_document_metadata': 'selfSignedRecipientEmailDocumentMetadata', 1176 'self_signed_recipient_email_document_user_override': 'selfSignedRecipientEmailDocumentUserOverride', 1177 'self_signed_recipient_email_document_user_override_metadata': 'selfSignedRecipientEmailDocumentUserOverrideMetadata', 1178 'sender_can_sign_in_each_location': 'senderCanSignInEachLocation', 1179 'sender_can_sign_in_each_location_metadata': 'senderCanSignInEachLocationMetadata', 1180 'sender_must_authenticate_signing': 'senderMustAuthenticateSigning', 1181 'sender_must_authenticate_signing_metadata': 'senderMustAuthenticateSigningMetadata', 1182 'sending_tags_font_color': 'sendingTagsFontColor', 1183 'sending_tags_font_color_metadata': 'sendingTagsFontColorMetadata', 1184 'sending_tags_font_name': 'sendingTagsFontName', 1185 'sending_tags_font_name_metadata': 'sendingTagsFontNameMetadata', 1186 'sending_tags_font_size': 'sendingTagsFontSize', 1187 'sending_tags_font_size_metadata': 'sendingTagsFontSizeMetadata', 1188 'send_lockout_recipient_notification': 'sendLockoutRecipientNotification', 1189 'send_lockout_recipient_notification_metadata': 'sendLockoutRecipientNotificationMetadata', 1190 'send_to_certified_delivery_enabled': 'sendToCertifiedDeliveryEnabled', 1191 'send_to_certified_delivery_enabled_metadata': 'sendToCertifiedDeliveryEnabledMetadata', 1192 'session_timeout': 'sessionTimeout', 1193 'session_timeout_metadata': 'sessionTimeoutMetadata', 1194 'set_recip_email_lang': 'setRecipEmailLang', 1195 'set_recip_email_lang_metadata': 'setRecipEmailLangMetadata', 1196 'set_recip_sign_lang': 'setRecipSignLang', 1197 'set_recip_sign_lang_metadata': 'setRecipSignLangMetadata', 1198 'shared_template_folders': 'sharedTemplateFolders', 1199 'shared_template_folders_metadata': 'sharedTemplateFoldersMetadata', 1200 'show_complete_dialog_in_embedded_session': 'showCompleteDialogInEmbeddedSession', 1201 'show_complete_dialog_in_embedded_session_metadata': 'showCompleteDialogInEmbeddedSessionMetadata', 1202 'show_conditional_routing_on_send': 'showConditionalRoutingOnSend', 1203 'show_conditional_routing_on_send_metadata': 'showConditionalRoutingOnSendMetadata', 1204 'show_initial_conditional_fields': 'showInitialConditionalFields', 1205 'show_initial_conditional_fields_metadata': 'showInitialConditionalFieldsMetadata', 1206 'show_localized_watermarks': 'showLocalizedWatermarks', 1207 'show_localized_watermarks_metadata': 'showLocalizedWatermarksMetadata', 1208 'show_masked_fields_when_downloading_document_as_sender': 'showMaskedFieldsWhenDownloadingDocumentAsSender', 1209 'show_masked_fields_when_downloading_document_as_sender_metadata': 'showMaskedFieldsWhenDownloadingDocumentAsSenderMetadata', 1210 'show_tutorials': 'showTutorials', 1211 'show_tutorials_metadata': 'showTutorialsMetadata', 1212 'signature_providers': 'signatureProviders', 1213 'signature_providers_metadata': 'signatureProvidersMetadata', 1214 'sign_date_format': 'signDateFormat', 1215 'sign_date_format_metadata': 'signDateFormatMetadata', 1216 'sign_date_time_account_language_override': 'signDateTimeAccountLanguageOverride', 1217 'sign_date_time_account_language_override_metadata': 'signDateTimeAccountLanguageOverrideMetadata', 1218 'sign_date_time_account_timezone_override': 'signDateTimeAccountTimezoneOverride', 1219 'sign_date_time_account_timezone_override_metadata': 'signDateTimeAccountTimezoneOverrideMetadata', 1220 'signer_attach_certificate_to_envelope_pdf': 'signerAttachCertificateToEnvelopePDF', 1221 'signer_attach_certificate_to_envelope_pdf_metadata': 'signerAttachCertificateToEnvelopePDFMetadata', 1222 'signer_attach_concat': 'signerAttachConcat', 1223 'signer_attach_concat_metadata': 'signerAttachConcatMetadata', 1224 'signer_can_create_account': 'signerCanCreateAccount', 1225 'signer_can_create_account_metadata': 'signerCanCreateAccountMetadata', 1226 'signer_can_sign_on_mobile': 'signerCanSignOnMobile', 1227 'signer_can_sign_on_mobile_metadata': 'signerCanSignOnMobileMetadata', 1228 'signer_in_session_use_envelope_complete_email': 'signerInSessionUseEnvelopeCompleteEmail', 1229 'signer_in_session_use_envelope_complete_email_metadata': 'signerInSessionUseEnvelopeCompleteEmailMetadata', 1230 'signer_login_requirements': 'signerLoginRequirements', 1231 'signer_login_requirements_metadata': 'signerLoginRequirementsMetadata', 1232 'signer_must_have_account': 'signerMustHaveAccount', 1233 'signer_must_have_account_metadata': 'signerMustHaveAccountMetadata', 1234 'signer_must_login_to_sign': 'signerMustLoginToSign', 1235 'signer_must_login_to_sign_metadata': 'signerMustLoginToSignMetadata', 1236 'signer_show_secure_field_initial_values': 'signerShowSecureFieldInitialValues', 1237 'signer_show_secure_field_initial_values_metadata': 'signerShowSecureFieldInitialValuesMetadata', 1238 'signing_session_timeout': 'signingSessionTimeout', 1239 'signing_session_timeout_metadata': 'signingSessionTimeoutMetadata', 1240 'signing_ui_version': 'signingUiVersion', 1241 'signing_ui_version_metadata': 'signingUiVersionMetadata', 1242 'sign_time_format': 'signTimeFormat', 1243 'sign_time_format_metadata': 'signTimeFormatMetadata', 1244 'sign_time_show_am_pm': 'signTimeShowAmPm', 1245 'sign_time_show_am_pm_metadata': 'signTimeShowAmPmMetadata', 1246 'simplified_sending_enabled': 'simplifiedSendingEnabled', 1247 'simplified_sending_enabled_metadata': 'simplifiedSendingEnabledMetadata', 1248 'single_sign_on_enabled': 'singleSignOnEnabled', 1249 'single_sign_on_enabled_metadata': 'singleSignOnEnabledMetadata', 1250 'skip_auth_completed_envelopes': 'skipAuthCompletedEnvelopes', 1251 'skip_auth_completed_envelopes_metadata': 'skipAuthCompletedEnvelopesMetadata', 1252 'social_id_recip_auth': 'socialIdRecipAuth', 1253 'social_id_recip_auth_metadata': 'socialIdRecipAuthMetadata', 1254 'specify_document_visibility': 'specifyDocumentVisibility', 1255 'specify_document_visibility_metadata': 'specifyDocumentVisibilityMetadata', 1256 'start_in_advanced_correct': 'startInAdvancedCorrect', 1257 'start_in_advanced_correct_metadata': 'startInAdvancedCorrectMetadata', 1258 'supplemental_documents_must_accept': 'supplementalDocumentsMustAccept', 1259 'supplemental_documents_must_accept_metadata': 'supplementalDocumentsMustAcceptMetadata', 1260 'supplemental_documents_must_read': 'supplementalDocumentsMustRead', 1261 'supplemental_documents_must_read_metadata': 'supplementalDocumentsMustReadMetadata', 1262 'supplemental_documents_must_view': 'supplementalDocumentsMustView', 1263 'supplemental_documents_must_view_metadata': 'supplementalDocumentsMustViewMetadata', 1264 'suppress_certificate_enforcement': 'suppressCertificateEnforcement', 1265 'suppress_certificate_enforcement_metadata': 'suppressCertificateEnforcementMetadata', 1266 'tab_account_settings': 'tabAccountSettings', 1267 'timezone_offset_api': 'timezoneOffsetAPI', 1268 'timezone_offset_api_metadata': 'timezoneOffsetAPIMetadata', 1269 'timezone_offset_ui': 'timezoneOffsetUI', 1270 'timezone_offset_ui_metadata': 'timezoneOffsetUIMetadata', 1271 'universal_signature_opt_in': 'universalSignatureOptIn', 1272 'use_account_level_email': 'useAccountLevelEmail', 1273 'use_account_level_email_metadata': 'useAccountLevelEmailMetadata', 1274 'use_consumer_disclosure': 'useConsumerDisclosure', 1275 'use_consumer_disclosure_metadata': 'useConsumerDisclosureMetadata', 1276 'use_consumer_disclosure_within_account': 'useConsumerDisclosureWithinAccount', 1277 'use_consumer_disclosure_within_account_metadata': 'useConsumerDisclosureWithinAccountMetadata', 1278 'use_derived_keys': 'useDerivedKeys', 1279 'use_derived_keys_metadata': 'useDerivedKeysMetadata', 1280 'use_docu_sign_express_signer_certificate': 'useDocuSignExpressSignerCertificate', 1281 'use_docu_sign_express_signer_certificate_metadata': 'useDocuSignExpressSignerCertificateMetadata', 1282 'use_multi_app_groups_data': 'useMultiAppGroupsData', 1283 'use_multi_app_groups_data_metadata': 'useMultiAppGroupsDataMetadata', 1284 'use_new_blob_for_pdf': 'useNewBlobForPdf', 1285 'use_new_blob_for_pdf_metadata': 'useNewBlobForPdfMetadata', 1286 'use_safe_signer_certificates': 'useSAFESignerCertificates', 1287 'use_safe_signer_certificates_metadata': 'useSAFESignerCertificatesMetadata', 1288 'uses_api': 'usesAPI', 1289 'uses_api_metadata': 'usesAPIMetadata', 1290 'use_signature_provider_platform': 'useSignatureProviderPlatform', 1291 'use_signature_provider_platform_metadata': 'useSignatureProviderPlatformMetadata', 1292 'use_smart_contracts_v1': 'useSmartContractsV1', 1293 'validations_allowed': 'validationsAllowed', 1294 'validations_allowed_metadata': 'validationsAllowedMetadata', 1295 'validations_brand': 'validationsBrand', 1296 'validations_brand_metadata': 'validationsBrandMetadata', 1297 'validations_cadence': 'validationsCadence', 1298 'validations_cadence_metadata': 'validationsCadenceMetadata', 1299 'validations_enabled': 'validationsEnabled', 1300 'validations_enabled_metadata': 'validationsEnabledMetadata', 1301 'validations_report': 'validationsReport', 1302 'validations_report_metadata': 'validationsReportMetadata', 1303 'water_mark_enabled': 'waterMarkEnabled', 1304 'water_mark_enabled_metadata': 'waterMarkEnabledMetadata', 1305 'write_reminder_to_envelope_history': 'writeReminderToEnvelopeHistory', 1306 'write_reminder_to_envelope_history_metadata': 'writeReminderToEnvelopeHistoryMetadata', 1307 'wurfl_min_allowable_screen_size': 'wurflMinAllowableScreenSize', 1308 'wurfl_min_allowable_screen_size_metadata': 'wurflMinAllowableScreenSizeMetadata' 1309 } 1310 1311 def __init__(self, _configuration=None, **kwargs): # noqa: E501 1312 """AccountSettingsInformation - a model defined in Swagger""" # noqa: E501 1313 if _configuration is None: 1314 _configuration = Configuration() 1315 self._configuration = _configuration 1316 1317 self._access_code_format = None 1318 self._account_date_time_format = None 1319 self._account_date_time_format_metadata = None 1320 self._account_default_language = None 1321 self._account_default_language_metadata = None 1322 self._account_name = None 1323 self._account_name_metadata = None 1324 self._account_notification = None 1325 self._account_ui_settings = None 1326 self._adopt_sig_config = None 1327 self._adopt_sig_config_metadata = None 1328 self._advanced_correct = None 1329 self._advanced_correct_metadata = None 1330 self._allow_access_code_format = None 1331 self._allow_access_code_format_metadata = None 1332 self._allow_account_management_granular = None 1333 self._allow_account_management_granular_metadata = None 1334 self._allow_account_member_name_change = None 1335 self._allow_account_member_name_change_metadata = None 1336 self._allow_advanced_recipient_routing_conditional = None 1337 self._allow_advanced_recipient_routing_conditional_metadata = None 1338 self._allow_agent_name_email_edit = None 1339 self._allow_agent_name_email_edit_metadata = None 1340 self._allow_agreement_actions = None 1341 self._allow_agreement_actions_metadata = None 1342 self._allow_agreement_orchestration_workflows = None 1343 self._allow_agreement_orchestration_workflows_metadata = None 1344 self._allow_auto_nav_settings = None 1345 self._allow_auto_nav_settings_metadata = None 1346 self._allow_auto_tagging = None 1347 self._allow_auto_tagging_metadata = None 1348 self._allow_bulk_send = None 1349 self._allow_bulk_send_metadata = None 1350 self._allow_cd_withdraw = None 1351 self._allow_cd_withdraw_metadata = None 1352 self._allow_connect_http_listener_configs = None 1353 self._allow_connect_o_auth_ui = None 1354 self._allow_connect_send_finish_later = None 1355 self._allow_connect_send_finish_later_metadata = None 1356 self._allow_connect_unified_payload_ui = None 1357 self._allow_consumer_disclosure_override = None 1358 self._allow_consumer_disclosure_override_metadata = None 1359 self._allow_data_download = None 1360 self._allow_data_download_metadata = None 1361 self._allow_delayed_routing = None 1362 self._allow_delayed_routing_metadata = None 1363 self._allow_delegated_signing = None 1364 self._allow_delegated_signing_metadata = None 1365 self._allow_doc_gen_documents = None 1366 self._allow_doc_gen_documents_metadata = None 1367 self._allow_document_disclosures = None 1368 self._allow_document_disclosures_metadata = None 1369 self._allow_documents_on_signed_envelopes = None 1370 self._allow_documents_on_signed_envelopes_metadata = None 1371 self._allow_document_visibility = None 1372 self._allow_document_visibility_metadata = None 1373 self._allow_e_hanko_stamps = None 1374 self._allow_e_hanko_stamps_metadata = None 1375 self._allow_e_note_e_original = None 1376 self._allow_e_note_e_original_metadata = None 1377 self._allow_envelope_correct = None 1378 self._allow_envelope_correct_metadata = None 1379 self._allow_envelope_custody_transfer = None 1380 self._allow_envelope_custody_transfer_metadata = None 1381 self._allow_envelope_custom_fields = None 1382 self._allow_envelope_custom_fields_metadata = None 1383 self._allow_envelope_publish_reporting = None 1384 self._allow_envelope_publish_reporting_metadata = None 1385 self._allow_envelope_reporting = None 1386 self._allow_envelope_reporting_metadata = None 1387 self._allow_expression = None 1388 self._allow_expression_metadata = None 1389 self._allow_express_signer_certificate = None 1390 self._allow_express_signer_certificate_metadata = None 1391 self._allow_extended_sending_resource_file = None 1392 self._allow_extended_sending_resource_file_metadata = None 1393 self._allow_external_linked_accounts = None 1394 self._allow_external_linked_accounts_metadata = None 1395 self._allow_external_signature_pad = None 1396 self._allow_external_signature_pad_metadata = None 1397 self._allow_idv_for_eu_qualified_signatures = None 1398 self._allow_idv_for_eu_qualified_signatures_metadata = None 1399 self._allow_idv_level1 = None 1400 self._allow_idv_level1_metadata = None 1401 self._allow_idv_level2 = None 1402 self._allow_idv_level2_metadata = None 1403 self._allow_idv_level3 = None 1404 self._allow_idv_level3_metadata = None 1405 self._allow_idv_platform = None 1406 self._allow_idv_platform_metadata = None 1407 self._allow_in_person = None 1408 self._allow_in_person_electronic_notary = None 1409 self._allow_in_person_electronic_notary_metadata = None 1410 self._allow_in_person_metadata = None 1411 self._allow_managed_stamps = None 1412 self._allow_managed_stamps_metadata = None 1413 self._allow_managing_envelopes_on_behalf_of_others = None 1414 self._allow_managing_envelopes_on_behalf_of_others_metadata = None 1415 self._allow_markup = None 1416 self._allow_markup_metadata = None 1417 self._allow_member_time_zone = None 1418 self._allow_member_time_zone_metadata = None 1419 self._allow_merge_fields = None 1420 self._allow_merge_fields_metadata = None 1421 self._allow_multiple_brand_profiles = None 1422 self._allow_multiple_brand_profiles_metadata = None 1423 self._allow_multiple_signer_attachments = None 1424 self._allow_multiple_signer_attachments_metadata = None 1425 self._allow_non_us_phone_auth = None 1426 self._allow_non_us_phone_auth_metadata = None 1427 self._allow_ocr_of_envelope_documents = None 1428 self._allow_ocr_of_envelope_documents_metadata = None 1429 self._allow_offline_signing = None 1430 self._allow_offline_signing_metadata = None 1431 self._allow_open_trust_signer_certificate = None 1432 self._allow_open_trust_signer_certificate_metadata = None 1433 self._allow_organization_docusign_monitor = None 1434 self._allow_organization_docusign_monitor_metadata = None 1435 self._allow_organization_domain_user_management = None 1436 self._allow_organization_domain_user_management_metadata = None 1437 self._allow_organizations = None 1438 self._allow_organizations_metadata = None 1439 self._allow_organization_sso_management = None 1440 self._allow_organization_sso_management_metadata = None 1441 self._allow_organization_to_use_in_person_electronic_notary = None 1442 self._allow_organization_to_use_in_person_electronic_notary_metadata = None 1443 self._allow_organization_to_use_remote_notary = None 1444 self._allow_organization_to_use_remote_notary_metadata = None 1445 self._allow_organization_to_use_third_party_electronic_notary = None 1446 self._allow_organization_to_use_third_party_electronic_notary_metadata = None 1447 self._allow_participant_recipient_type = None 1448 self._allow_participant_recipient_type_metadata = None 1449 self._allow_payment_processing = None 1450 self._allow_payment_processing_metadata = None 1451 self._allow_performance_analytics = None 1452 self._allow_performance_analytics_metadata = None 1453 self._allow_phone_authentication = None 1454 self._allow_phone_authentication_metadata = None 1455 self._allow_phone_auth_override = None 1456 self._allow_phone_auth_override_metadata = None 1457 self._allow_private_signing_groups = None 1458 self._allow_private_signing_groups_metadata = None 1459 self._allow_recipient_connect = None 1460 self._allow_recipient_connect_metadata = None 1461 self._allow_reminders = None 1462 self._allow_reminders_metadata = None 1463 self._allow_remote_notary = None 1464 self._allow_remote_notary_metadata = None 1465 self._allow_resource_file_branding = None 1466 self._allow_resource_file_branding_metadata = None 1467 self._allow_safe_bio_pharma_signer_certificate = None 1468 self._allow_safe_bio_pharma_signer_certificate_metadata = None 1469 self._allow_scheduled_sending = None 1470 self._allow_scheduled_sending_metadata = None 1471 self._allow_security_appliance = None 1472 self._allow_security_appliance_metadata = None 1473 self._allow_sending_envelopes_on_behalf_of_others = None 1474 self._allow_sending_envelopes_on_behalf_of_others_metadata = None 1475 self._allow_send_to_certified_delivery = None 1476 self._allow_send_to_certified_delivery_metadata = None 1477 self._allow_send_to_intermediary = None 1478 self._allow_send_to_intermediary_metadata = None 1479 self._allow_server_templates = None 1480 self._allow_server_templates_metadata = None 1481 self._allow_set_embedded_recipient_start_url = None 1482 self._allow_set_embedded_recipient_start_url_metadata = None 1483 self._allow_shared_tabs = None 1484 self._allow_shared_tabs_metadata = None 1485 self._allow_signature_stamps = None 1486 self._allow_signature_stamps_metadata = None 1487 self._allow_sign_document_from_home_page = None 1488 self._allow_sign_document_from_home_page_metadata = None 1489 self._allow_signer_reassign = None 1490 self._allow_signer_reassign_metadata = None 1491 self._allow_signer_reassign_override = None 1492 self._allow_signer_reassign_override_metadata = None 1493 self._allow_signing_extensions = None 1494 self._allow_signing_extensions_metadata = None 1495 self._allow_signing_groups = None 1496 self._allow_signing_groups_metadata = None 1497 self._allow_signing_insights = None 1498 self._allow_signing_insights_metadata = None 1499 self._allow_signing_radio_deselect = None 1500 self._allow_signing_radio_deselect_metadata = None 1501 self._allow_sign_now = None 1502 self._allow_sign_now_metadata = None 1503 self._allow_sms_delivery = None 1504 self._allow_sms_delivery_metadata = None 1505 self._allow_social_id_login = None 1506 self._allow_social_id_login_metadata = None 1507 self._allow_supplemental_documents = None 1508 self._allow_supplemental_documents_metadata = None 1509 self._allow_third_party_electronic_notary = None 1510 self._allow_third_party_electronic_notary_metadata = None 1511 self._allow_users_to_access_directory = None 1512 self._allow_users_to_access_directory_metadata = None 1513 self._allow_value_insights = None 1514 self._allow_value_insights_metadata = None 1515 self._allow_web_forms = None 1516 self._allow_web_forms_metadata = None 1517 self._anchor_population_scope = None 1518 self._anchor_population_scope_metadata = None 1519 self._anchor_tag_versioned_placement_enabled = None 1520 self._anchor_tag_versioned_placement_metadata_enabled = None 1521 self._attach_completed_envelope = None 1522 self._attach_completed_envelope_metadata = None 1523 self._authentication_check = None 1524 self._authentication_check_metadata = None 1525 self._auto_nav_rule = None 1526 self._auto_nav_rule_metadata = None 1527 self._auto_provision_signer_account = None 1528 self._auto_provision_signer_account_metadata = None 1529 self._bcc_email_archive = None 1530 self._bcc_email_archive_metadata = None 1531 self._beta_switch_configuration = None 1532 self._beta_switch_configuration_metadata = None 1533 self._billing_address = None 1534 self._billing_address_metadata = None 1535 self._bulk_send = None 1536 self._bulk_send_action_resend_limit = None 1537 self._bulk_send_max_copies_in_batch = None 1538 self._bulk_send_max_unprocessed_envelopes_count = None 1539 self._bulk_send_metadata = None 1540 self._can_self_brand_send = None 1541 self._can_self_brand_send_metadata = None 1542 self._can_self_brand_sign = None 1543 self._can_self_brand_sign_metadata = None 1544 self._can_use_salesforce_o_auth = None 1545 self._can_use_salesforce_o_auth_metadata = None 1546 self._capture_voice_recording = None 1547 self._capture_voice_recording_metadata = None 1548 self._cfr21_simplified_signing_enabled = None 1549 self._cfr21_simplified_signing_enabled_metadata = None 1550 self._cfr_use_wide_image = None 1551 self._cfr_use_wide_image_metadata = None 1552 self._check_for_multiple_admins_on_account = None 1553 self._check_for_multiple_admins_on_account_metadata = None 1554 self._chrome_signature_enabled = None 1555 self._chrome_signature_enabled_metadata = None 1556 self._comment_email_show_message_text = None 1557 self._comment_email_show_message_text_metadata = None 1558 self._comments_allow_envelope_override = None 1559 self._comments_allow_envelope_override_metadata = None 1560 self._conditional_fields_enabled = None 1561 self._conditional_fields_enabled_metadata = None 1562 self._consumer_disclosure_frequency = None 1563 self._consumer_disclosure_frequency_metadata = None 1564 self._convert_pdf_fields = None 1565 self._convert_pdf_fields_metadata = None 1566 self._data_population_scope = None 1567 self._data_population_scope_metadata = None 1568 self._disable_auto_template_matching = None 1569 self._disable_auto_template_matching_metadata = None 1570 self._disable_mobile_app = None 1571 self._disable_mobile_app_metadata = None 1572 self._disable_mobile_push_notifications = None 1573 self._disable_mobile_push_notifications_metadata = None 1574 self._disable_mobile_sending = None 1575 self._disable_mobile_sending_metadata = None 1576 self._disable_multiple_sessions = None 1577 self._disable_multiple_sessions_metadata = None 1578 self._disable_purge_notifications_for_sender_metadata = None 1579 self._disable_signer_cert_view = None 1580 self._disable_signer_cert_view_metadata = None 1581 self._disable_signer_history_view = None 1582 self._disable_signer_history_view_metadata = None 1583 self._disable_style_signature = None 1584 self._disable_style_signature_metadata = None 1585 self._disable_upload_signature = None 1586 self._disable_upload_signature_metadata = None 1587 self._disable_user_sharing = None 1588 self._disable_user_sharing_metadata = None 1589 self._display_beta_switch = None 1590 self._display_beta_switch_metadata = None 1591 self._document_conversion_restrictions = None 1592 self._document_conversion_restrictions_metadata = None 1593 self._document_retention = None 1594 self._document_retention_metadata = None 1595 self._document_retention_purge_tabs = None 1596 self._document_visibility = None 1597 self._document_visibility_metadata = None 1598 self._dss_sign_28411_enable_leave_page_prompt_radmin_option = None 1599 self._dss_sign_29182_slide_up_bar_radmin_option = None 1600 self._email_template_version = None 1601 self._email_template_version_metadata = None 1602 self._enable_access_code_generator = None 1603 self._enable_access_code_generator_metadata = None 1604 self._enable_advanced_payments = None 1605 self._enable_advanced_payments_metadata = None 1606 self._enable_advanced_power_forms = None 1607 self._enable_advanced_power_forms_metadata = None 1608 self._enable_agreement_actions_for_clm = None 1609 self._enable_agreement_actions_for_clm_metadata = None 1610 self._enable_agreement_actions_for_e_sign = None 1611 self._enable_agreement_actions_for_e_sign_metadata = None 1612 self._enable_auto_nav = None 1613 self._enable_auto_nav_metadata = None 1614 self._enable_bcc_dummy_link = None 1615 self._enable_bcc_dummy_link_metadata = None 1616 self._enable_calculated_fields = None 1617 self._enable_calculated_fields_metadata = None 1618 self._enable_clickwraps = None 1619 self._enable_clickwraps_metadata = None 1620 self._enable_combined_pdf_download_for_sbs = None 1621 self._enable_comments_history_download_in_signing = None 1622 self._enable_comments_history_download_in_signing_metadata = None 1623 self._enable_contact_suggestions = None 1624 self._enable_contact_suggestions_metadata = None 1625 self._enable_customer_satisfaction_metric_tracking = None 1626 self._enable_customer_satisfaction_metric_tracking_metadata = None 1627 self._enable_ds_pro = None 1628 self._enable_ds_pro_metadata = None 1629 self._enable_envelope_stamping_by_account_admin = None 1630 self._enable_envelope_stamping_by_account_admin_metadata = None 1631 self._enable_envelope_stamping_by_ds_admin = None 1632 self._enable_envelope_stamping_by_ds_admin_metadata = None 1633 self._enable_e_sign_api_hourly_limit_management = None 1634 self._enable_e_sign_api_hourly_limit_management_metadata = None 1635 self._enable_esign_communities = None 1636 self._enable_esign_communities_metadata = None 1637 self._enable_id_fx_accountless_sms_auth_for_part11 = None 1638 self._enable_id_fx_accountless_sms_auth_for_part11_metadata = None 1639 self._enable_id_fx_intuit_kba = None 1640 self._enable_id_fx_intuit_kba_metadata = None 1641 self._enable_id_fx_phone_authentication = None 1642 self._enable_id_fx_phone_authentication_metadata = None 1643 self._enable_in_browser_editor = None 1644 self._enable_in_browser_editor_metadata = None 1645 self._enable_key_terms_suggestions_by_document_type = None 1646 self._enable_key_terms_suggestions_by_document_type_metadata = None 1647 self._enable_participant_recipient_setting_metadata = None 1648 self._enable_payment_processing = None 1649 self._enable_payment_processing_metadata = None 1650 self._enable_pdfa_conversion = None 1651 self._enable_pdfa_conversion_metadata = None 1652 self._enable_power_form = None 1653 self._enable_power_form_direct = None 1654 self._enable_power_form_direct_metadata = None 1655 self._enable_power_form_metadata = None 1656 self._enable_recipient_domain_validation = None 1657 self._enable_recipient_domain_validation_metadata = None 1658 self._enable_recipient_may_provide_phone_number = None 1659 self._enable_recipient_may_provide_phone_number_metadata = None 1660 self._enable_report_links = None 1661 self._enable_report_links_metadata = None 1662 self._enable_require_sign_on_paper = None 1663 self._enable_require_sign_on_paper_metadata = None 1664 self._enable_reserved_domain = None 1665 self._enable_reserved_domain_metadata = None 1666 self._enable_responsive_signing = None 1667 self._enable_responsive_signing_metadata = None 1668 self._enable_scheduled_release = None 1669 self._enable_scheduled_release_metadata = None 1670 self._enable_search = None 1671 self._enable_search_metadata = None 1672 self._enable_search_site_specific_api = None 1673 self._enable_search_site_specific_api_metadata = None 1674 self._enable_search_ui = None 1675 self._enable_search_ui_metadata = None 1676 self._enable_sending_tags_font_settings = None 1677 self._enable_sending_tags_font_settings_metadata = None 1678 self._enable_send_to_agent = None 1679 self._enable_send_to_agent_metadata = None 1680 self._enable_send_to_intermediary = None 1681 self._enable_send_to_intermediary_metadata = None 1682 self._enable_send_to_manage = None 1683 self._enable_send_to_manage_metadata = None 1684 self._enable_sequential_signing_api = None 1685 self._enable_sequential_signing_api_metadata = None 1686 self._enable_sequential_signing_ui = None 1687 self._enable_sequential_signing_ui_metadata = None 1688 self._enable_signer_attachments = None 1689 self._enable_signer_attachments_metadata = None 1690 self._enable_signing_extension_comments = None 1691 self._enable_signing_extension_comments_metadata = None 1692 self._enable_signing_extension_conversations = None 1693 self._enable_signing_extension_conversations_metadata = None 1694 self._enable_signing_order_settings_for_account = None 1695 self._enable_signing_order_settings_for_account_metadata = None 1696 self._enable_sign_on_paper = None 1697 self._enable_sign_on_paper_metadata = None 1698 self._enable_sign_on_paper_override = None 1699 self._enable_sign_on_paper_override_metadata = None 1700 self._enable_sign_with_notary = None 1701 self._enable_sign_with_notary_metadata = None 1702 self._enable_smart_contracts = None 1703 self._enable_smart_contracts_metadata = None 1704 self._enable_sms_authentication = None 1705 self._enable_sms_authentication_metadata = None 1706 self._enable_sms_delivery_additional_notification = None 1707 self._enable_sms_delivery_additional_notification_metadata = None 1708 self._enable_sms_delivery_primary = None 1709 self._enable_social_id_login = None 1710 self._enable_social_id_login_metadata = None 1711 self._enable_strike_through = None 1712 self._enable_strike_through_metadata = None 1713 self._enable_transaction_point = None 1714 self._enable_transaction_point_metadata = None 1715 self._enable_vaulting = None 1716 self._enable_vaulting_metadata = None 1717 self._enable_witnessing = None 1718 self._enable_witnessing_metadata = None 1719 self._enforce_template_name_uniqueness = None 1720 self._enforce_template_name_uniqueness_metadata = None 1721 self._envelope_integration_allowed = None 1722 self._envelope_integration_allowed_metadata = None 1723 self._envelope_integration_enabled = None 1724 self._envelope_integration_enabled_metadata = None 1725 self._envelope_limits_total_document_size_allowed_in_mb = None 1726 self._envelope_limits_total_document_size_allowed_in_mb_enabled = None 1727 self._envelope_limits_total_document_size_allowed_in_mb_enabled_metadata = None 1728 self._envelope_limits_total_document_size_allowed_in_mb_metadata = None 1729 self._envelope_stamping_default_value = None 1730 self._envelope_stamping_default_value_metadata = None 1731 self._exit_prompt = None 1732 self._exit_prompt_metadata = None 1733 self._express_send = None 1734 self._express_send_allow_tabs = None 1735 self._express_send_allow_tabs_metadata = None 1736 self._express_send_metadata = None 1737 self._external_document_sources = None 1738 self._external_signature_pad_type = None 1739 self._external_signature_pad_type_metadata = None 1740 self._fax_out_enabled = None 1741 self._fax_out_enabled_metadata = None 1742 self._finish_reminder = None 1743 self._finish_reminder_metadata = None 1744 self._guided_forms_html_allowed = None 1745 self._guided_forms_html_allowed_metadata = None 1746 self._has_recipient_connect_claimed_domain = None 1747 self._hide_account_address_in_co_c = None 1748 self._hide_account_address_in_co_c_metadata = None 1749 self._hide_pricing = None 1750 self._hide_pricing_metadata = None 1751 self._id_check_configurations = None 1752 self._id_check_expire = None 1753 self._id_check_expire_days = None 1754 self._id_check_expire_days_metadata = None 1755 self._id_check_expire_metadata = None 1756 self._id_check_expire_minutes = None 1757 self._id_check_expire_minutes_metadata = None 1758 self._id_check_required = None 1759 self._id_check_required_metadata = None 1760 self._identity_verification = None 1761 self._identity_verification_metadata = None 1762 self._idfx_phone_authentication_override = None 1763 self._idfx_phone_authentication_override_metadata = None 1764 self._ignore_error_if_anchor_tab_not_found = None 1765 self._ignore_error_if_anchor_tab_not_found_metadata_enabled = None 1766 self._in_person_id_check_question = None 1767 self._in_person_id_check_question_metadata = None 1768 self._in_person_signing_enabled = None 1769 self._in_person_signing_enabled_metadata = None 1770 self._in_session_enabled = None 1771 self._in_session_enabled_metadata = None 1772 self._in_session_suppress_emails = None 1773 self._in_session_suppress_emails_metadata = None 1774 self._linked_external_primary_accounts = None 1775 self._maximum_signing_groups = None 1776 self._maximum_signing_groups_metadata = None 1777 self._maximum_users_per_signing_group = None 1778 self._maximum_users_per_signing_group_metadata = None 1779 self._max_number_of_custom_stamps = None 1780 self._mobile_session_timeout = None 1781 self._mobile_session_timeout_metadata = None 1782 self._number_of_active_custom_stamps = None 1783 self._opt_in_mobile_signing_v02 = None 1784 self._opt_in_mobile_signing_v02_metadata = None 1785 self._opt_out_auto_nav_text_and_tab_color_updates = None 1786 self._opt_out_auto_nav_text_and_tab_color_updates_metadata = None 1787 self._opt_out_new_platform_seal = None 1788 self._opt_out_new_platform_seal_platform_metadata = None 1789 self._pdf_max_chunked_upload_part_size = None 1790 self._pdf_max_chunked_upload_part_size_metadata = None 1791 self._pdf_max_chunked_upload_total_size = None 1792 self._pdf_max_chunked_upload_total_size_metadata = None 1793 self._pdf_max_individual_upload_size = None 1794 self._pdf_max_individual_upload_size_metadata = None 1795 self._phone_auth_recipient_may_provide_phone_number = None 1796 self._phone_auth_recipient_may_provide_phone_number_metadata = None 1797 self._pki_sign_downloaded_pdf_docs = None 1798 self._pki_sign_downloaded_pdf_docs_metadata = None 1799 self._read_only_mode = None 1800 self._read_only_mode_metadata = None 1801 self._recipients_can_sign_offline = None 1802 self._recipients_can_sign_offline_metadata = None 1803 self._recipient_signing_auto_navigation_control = None 1804 self._recipient_signing_auto_navigation_control_metadata = None 1805 self._require21_cf_rpt11_compliance = None 1806 self._require21_cf_rpt11_compliance_metadata = None 1807 self._require_decline_reason = None 1808 self._require_decline_reason_metadata = None 1809 self._require_external_user_management = None 1810 self._require_external_user_management_metadata = None 1811 self._require_signer_certificate_type = None 1812 self._require_signer_certificate_type_metadata = None 1813 self._rsa_verid_account_name = None 1814 self._rsa_verid_password = None 1815 self._rsa_verid_ruleset = None 1816 self._rsa_verid_user_id = None 1817 self._self_signed_recipient_email_document = None 1818 self._self_signed_recipient_email_document_metadata = None 1819 self._self_signed_recipient_email_document_user_override = None 1820 self._self_signed_recipient_email_document_user_override_metadata = None 1821 self._sender_can_sign_in_each_location = None 1822 self._sender_can_sign_in_each_location_metadata = None 1823 self._sender_must_authenticate_signing = None 1824 self._sender_must_authenticate_signing_metadata = None 1825 self._sending_tags_font_color = None 1826 self._sending_tags_font_color_metadata = None 1827 self._sending_tags_font_name = None 1828 self._sending_tags_font_name_metadata = None 1829 self._sending_tags_font_size = None 1830 self._sending_tags_font_size_metadata = None 1831 self._send_lockout_recipient_notification = None 1832 self._send_lockout_recipient_notification_metadata = None 1833 self._send_to_certified_delivery_enabled = None 1834 self._send_to_certified_delivery_enabled_metadata = None 1835 self._session_timeout = None 1836 self._session_timeout_metadata = None 1837 self._set_recip_email_lang = None 1838 self._set_recip_email_lang_metadata = None 1839 self._set_recip_sign_lang = None 1840 self._set_recip_sign_lang_metadata = None 1841 self._shared_template_folders = None 1842 self._shared_template_folders_metadata = None 1843 self._show_complete_dialog_in_embedded_session = None 1844 self._show_complete_dialog_in_embedded_session_metadata = None 1845 self._show_conditional_routing_on_send = None 1846 self._show_conditional_routing_on_send_metadata = None 1847 self._show_initial_conditional_fields = None 1848 self._show_initial_conditional_fields_metadata = None 1849 self._show_localized_watermarks = None 1850 self._show_localized_watermarks_metadata = None 1851 self._show_masked_fields_when_downloading_document_as_sender = None 1852 self._show_masked_fields_when_downloading_document_as_sender_metadata = None 1853 self._show_tutorials = None 1854 self._show_tutorials_metadata = None 1855 self._signature_providers = None 1856 self._signature_providers_metadata = None 1857 self._sign_date_format = None 1858 self._sign_date_format_metadata = None 1859 self._sign_date_time_account_language_override = None 1860 self._sign_date_time_account_language_override_metadata = None 1861 self._sign_date_time_account_timezone_override = None 1862 self._sign_date_time_account_timezone_override_metadata = None 1863 self._signer_attach_certificate_to_envelope_pdf = None 1864 self._signer_attach_certificate_to_envelope_pdf_metadata = None 1865 self._signer_attach_concat = None 1866 self._signer_attach_concat_metadata = None 1867 self._signer_can_create_account = None 1868 self._signer_can_create_account_metadata = None 1869 self._signer_can_sign_on_mobile = None 1870 self._signer_can_sign_on_mobile_metadata = None 1871 self._signer_in_session_use_envelope_complete_email = None 1872 self._signer_in_session_use_envelope_complete_email_metadata = None 1873 self._signer_login_requirements = None 1874 self._signer_login_requirements_metadata = None 1875 self._signer_must_have_account = None 1876 self._signer_must_have_account_metadata = None 1877 self._signer_must_login_to_sign = None 1878 self._signer_must_login_to_sign_metadata = None 1879 self._signer_show_secure_field_initial_values = None 1880 self._signer_show_secure_field_initial_values_metadata = None 1881 self._signing_session_timeout = None 1882 self._signing_session_timeout_metadata = None 1883 self._signing_ui_version = None 1884 self._signing_ui_version_metadata = None 1885 self._sign_time_format = None 1886 self._sign_time_format_metadata = None 1887 self._sign_time_show_am_pm = None 1888 self._sign_time_show_am_pm_metadata = None 1889 self._simplified_sending_enabled = None 1890 self._simplified_sending_enabled_metadata = None 1891 self._single_sign_on_enabled = None 1892 self._single_sign_on_enabled_metadata = None 1893 self._skip_auth_completed_envelopes = None 1894 self._skip_auth_completed_envelopes_metadata = None 1895 self._social_id_recip_auth = None 1896 self._social_id_recip_auth_metadata = None 1897 self._specify_document_visibility = None 1898 self._specify_document_visibility_metadata = None 1899 self._start_in_advanced_correct = None 1900 self._start_in_advanced_correct_metadata = None 1901 self._supplemental_documents_must_accept = None 1902 self._supplemental_documents_must_accept_metadata = None 1903 self._supplemental_documents_must_read = None 1904 self._supplemental_documents_must_read_metadata = None 1905 self._supplemental_documents_must_view = None 1906 self._supplemental_documents_must_view_metadata = None 1907 self._suppress_certificate_enforcement = None 1908 self._suppress_certificate_enforcement_metadata = None 1909 self._tab_account_settings = None 1910 self._timezone_offset_api = None 1911 self._timezone_offset_api_metadata = None 1912 self._timezone_offset_ui = None 1913 self._timezone_offset_ui_metadata = None 1914 self._universal_signature_opt_in = None 1915 self._use_account_level_email = None 1916 self._use_account_level_email_metadata = None 1917 self._use_consumer_disclosure = None 1918 self._use_consumer_disclosure_metadata = None 1919 self._use_consumer_disclosure_within_account = None 1920 self._use_consumer_disclosure_within_account_metadata = None 1921 self._use_derived_keys = None 1922 self._use_derived_keys_metadata = None 1923 self._use_docu_sign_express_signer_certificate = None 1924 self._use_docu_sign_express_signer_certificate_metadata = None 1925 self._use_multi_app_groups_data = None 1926 self._use_multi_app_groups_data_metadata = None 1927 self._use_new_blob_for_pdf = None 1928 self._use_new_blob_for_pdf_metadata = None 1929 self._use_safe_signer_certificates = None 1930 self._use_safe_signer_certificates_metadata = None 1931 self._uses_api = None 1932 self._uses_api_metadata = None 1933 self._use_signature_provider_platform = None 1934 self._use_signature_provider_platform_metadata = None 1935 self._use_smart_contracts_v1 = None 1936 self._validations_allowed = None 1937 self._validations_allowed_metadata = None 1938 self._validations_brand = None 1939 self._validations_brand_metadata = None 1940 self._validations_cadence = None 1941 self._validations_cadence_metadata = None 1942 self._validations_enabled = None 1943 self._validations_enabled_metadata = None 1944 self._validations_report = None 1945 self._validations_report_metadata = None 1946 self._water_mark_enabled = None 1947 self._water_mark_enabled_metadata = None 1948 self._write_reminder_to_envelope_history = None 1949 self._write_reminder_to_envelope_history_metadata = None 1950 self._wurfl_min_allowable_screen_size = None 1951 self._wurfl_min_allowable_screen_size_metadata = None 1952 self.discriminator = None 1953 1954 setattr(self, "_{}".format('access_code_format'), kwargs.get('access_code_format', None)) 1955 setattr(self, "_{}".format('account_date_time_format'), kwargs.get('account_date_time_format', None)) 1956 setattr(self, "_{}".format('account_date_time_format_metadata'), kwargs.get('account_date_time_format_metadata', None)) 1957 setattr(self, "_{}".format('account_default_language'), kwargs.get('account_default_language', None)) 1958 setattr(self, "_{}".format('account_default_language_metadata'), kwargs.get('account_default_language_metadata', None)) 1959 setattr(self, "_{}".format('account_name'), kwargs.get('account_name', None)) 1960 setattr(self, "_{}".format('account_name_metadata'), kwargs.get('account_name_metadata', None)) 1961 setattr(self, "_{}".format('account_notification'), kwargs.get('account_notification', None)) 1962 setattr(self, "_{}".format('account_ui_settings'), kwargs.get('account_ui_settings', None)) 1963 setattr(self, "_{}".format('adopt_sig_config'), kwargs.get('adopt_sig_config', None)) 1964 setattr(self, "_{}".format('adopt_sig_config_metadata'), kwargs.get('adopt_sig_config_metadata', None)) 1965 setattr(self, "_{}".format('advanced_correct'), kwargs.get('advanced_correct', None)) 1966 setattr(self, "_{}".format('advanced_correct_metadata'), kwargs.get('advanced_correct_metadata', None)) 1967 setattr(self, "_{}".format('allow_access_code_format'), kwargs.get('allow_access_code_format', None)) 1968 setattr(self, "_{}".format('allow_access_code_format_metadata'), kwargs.get('allow_access_code_format_metadata', None)) 1969 setattr(self, "_{}".format('allow_account_management_granular'), kwargs.get('allow_account_management_granular', None)) 1970 setattr(self, "_{}".format('allow_account_management_granular_metadata'), kwargs.get('allow_account_management_granular_metadata', None)) 1971 setattr(self, "_{}".format('allow_account_member_name_change'), kwargs.get('allow_account_member_name_change', None)) 1972 setattr(self, "_{}".format('allow_account_member_name_change_metadata'), kwargs.get('allow_account_member_name_change_metadata', None)) 1973 setattr(self, "_{}".format('allow_advanced_recipient_routing_conditional'), kwargs.get('allow_advanced_recipient_routing_conditional', None)) 1974 setattr(self, "_{}".format('allow_advanced_recipient_routing_conditional_metadata'), kwargs.get('allow_advanced_recipient_routing_conditional_metadata', None)) 1975 setattr(self, "_{}".format('allow_agent_name_email_edit'), kwargs.get('allow_agent_name_email_edit', None)) 1976 setattr(self, "_{}".format('allow_agent_name_email_edit_metadata'), kwargs.get('allow_agent_name_email_edit_metadata', None)) 1977 setattr(self, "_{}".format('allow_agreement_actions'), kwargs.get('allow_agreement_actions', None)) 1978 setattr(self, "_{}".format('allow_agreement_actions_metadata'), kwargs.get('allow_agreement_actions_metadata', None)) 1979 setattr(self, "_{}".format('allow_agreement_orchestration_workflows'), kwargs.get('allow_agreement_orchestration_workflows', None)) 1980 setattr(self, "_{}".format('allow_agreement_orchestration_workflows_metadata'), kwargs.get('allow_agreement_orchestration_workflows_metadata', None)) 1981 setattr(self, "_{}".format('allow_auto_nav_settings'), kwargs.get('allow_auto_nav_settings', None)) 1982 setattr(self, "_{}".format('allow_auto_nav_settings_metadata'), kwargs.get('allow_auto_nav_settings_metadata', None)) 1983 setattr(self, "_{}".format('allow_auto_tagging'), kwargs.get('allow_auto_tagging', None)) 1984 setattr(self, "_{}".format('allow_auto_tagging_metadata'), kwargs.get('allow_auto_tagging_metadata', None)) 1985 setattr(self, "_{}".format('allow_bulk_send'), kwargs.get('allow_bulk_send', None)) 1986 setattr(self, "_{}".format('allow_bulk_send_metadata'), kwargs.get('allow_bulk_send_metadata', None)) 1987 setattr(self, "_{}".format('allow_cd_withdraw'), kwargs.get('allow_cd_withdraw', None)) 1988 setattr(self, "_{}".format('allow_cd_withdraw_metadata'), kwargs.get('allow_cd_withdraw_metadata', None)) 1989 setattr(self, "_{}".format('allow_connect_http_listener_configs'), kwargs.get('allow_connect_http_listener_configs', None)) 1990 setattr(self, "_{}".format('allow_connect_o_auth_ui'), kwargs.get('allow_connect_o_auth_ui', None)) 1991 setattr(self, "_{}".format('allow_connect_send_finish_later'), kwargs.get('allow_connect_send_finish_later', None)) 1992 setattr(self, "_{}".format('allow_connect_send_finish_later_metadata'), kwargs.get('allow_connect_send_finish_later_metadata', None)) 1993 setattr(self, "_{}".format('allow_connect_unified_payload_ui'), kwargs.get('allow_connect_unified_payload_ui', None)) 1994 setattr(self, "_{}".format('allow_consumer_disclosure_override'), kwargs.get('allow_consumer_disclosure_override', None)) 1995 setattr(self, "_{}".format('allow_consumer_disclosure_override_metadata'), kwargs.get('allow_consumer_disclosure_override_metadata', None)) 1996 setattr(self, "_{}".format('allow_data_download'), kwargs.get('allow_data_download', None)) 1997 setattr(self, "_{}".format('allow_data_download_metadata'), kwargs.get('allow_data_download_metadata', None)) 1998 setattr(self, "_{}".format('allow_delayed_routing'), kwargs.get('allow_delayed_routing', None)) 1999 setattr(self, "_{}".format('allow_delayed_routing_metadata'), kwargs.get('allow_delayed_routing_metadata', None)) 2000 setattr(self, "_{}".format('allow_delegated_signing'), kwargs.get('allow_delegated_signing', None)) 2001 setattr(self, "_{}".format('allow_delegated_signing_metadata'), kwargs.get('allow_delegated_signing_metadata', None)) 2002 setattr(self, "_{}".format('allow_doc_gen_documents'), kwargs.get('allow_doc_gen_documents', None)) 2003 setattr(self, "_{}".format('allow_doc_gen_documents_metadata'), kwargs.get('allow_doc_gen_documents_metadata', None)) 2004 setattr(self, "_{}".format('allow_document_disclosures'), kwargs.get('allow_document_disclosures', None)) 2005 setattr(self, "_{}".format('allow_document_disclosures_metadata'), kwargs.get('allow_document_disclosures_metadata', None)) 2006 setattr(self, "_{}".format('allow_documents_on_signed_envelopes'), kwargs.get('allow_documents_on_signed_envelopes', None)) 2007 setattr(self, "_{}".format('allow_documents_on_signed_envelopes_metadata'), kwargs.get('allow_documents_on_signed_envelopes_metadata', None)) 2008 setattr(self, "_{}".format('allow_document_visibility'), kwargs.get('allow_document_visibility', None)) 2009 setattr(self, "_{}".format('allow_document_visibility_metadata'), kwargs.get('allow_document_visibility_metadata', None)) 2010 setattr(self, "_{}".format('allow_e_hanko_stamps'), kwargs.get('allow_e_hanko_stamps', None)) 2011 setattr(self, "_{}".format('allow_e_hanko_stamps_metadata'), kwargs.get('allow_e_hanko_stamps_metadata', None)) 2012 setattr(self, "_{}".format('allow_e_note_e_original'), kwargs.get('allow_e_note_e_original', None)) 2013 setattr(self, "_{}".format('allow_e_note_e_original_metadata'), kwargs.get('allow_e_note_e_original_metadata', None)) 2014 setattr(self, "_{}".format('allow_envelope_correct'), kwargs.get('allow_envelope_correct', None)) 2015 setattr(self, "_{}".format('allow_envelope_correct_metadata'), kwargs.get('allow_envelope_correct_metadata', None)) 2016 setattr(self, "_{}".format('allow_envelope_custody_transfer'), kwargs.get('allow_envelope_custody_transfer', None)) 2017 setattr(self, "_{}".format('allow_envelope_custody_transfer_metadata'), kwargs.get('allow_envelope_custody_transfer_metadata', None)) 2018 setattr(self, "_{}".format('allow_envelope_custom_fields'), kwargs.get('allow_envelope_custom_fields', None)) 2019 setattr(self, "_{}".format('allow_envelope_custom_fields_metadata'), kwargs.get('allow_envelope_custom_fields_metadata', None)) 2020 setattr(self, "_{}".format('allow_envelope_publish_reporting'), kwargs.get('allow_envelope_publish_reporting', None)) 2021 setattr(self, "_{}".format('allow_envelope_publish_reporting_metadata'), kwargs.get('allow_envelope_publish_reporting_metadata', None)) 2022 setattr(self, "_{}".format('allow_envelope_reporting'), kwargs.get('allow_envelope_reporting', None)) 2023 setattr(self, "_{}".format('allow_envelope_reporting_metadata'), kwargs.get('allow_envelope_reporting_metadata', None)) 2024 setattr(self, "_{}".format('allow_expression'), kwargs.get('allow_expression', None)) 2025 setattr(self, "_{}".format('allow_expression_metadata'), kwargs.get('allow_expression_metadata', None)) 2026 setattr(self, "_{}".format('allow_express_signer_certificate'), kwargs.get('allow_express_signer_certificate', None)) 2027 setattr(self, "_{}".format('allow_express_signer_certificate_metadata'), kwargs.get('allow_express_signer_certificate_metadata', None)) 2028 setattr(self, "_{}".format('allow_extended_sending_resource_file'), kwargs.get('allow_extended_sending_resource_file', None)) 2029 setattr(self, "_{}".format('allow_extended_sending_resource_file_metadata'), kwargs.get('allow_extended_sending_resource_file_metadata', None)) 2030 setattr(self, "_{}".format('allow_external_linked_accounts'), kwargs.get('allow_external_linked_accounts', None)) 2031 setattr(self, "_{}".format('allow_external_linked_accounts_metadata'), kwargs.get('allow_external_linked_accounts_metadata', None)) 2032 setattr(self, "_{}".format('allow_external_signature_pad'), kwargs.get('allow_external_signature_pad', None)) 2033 setattr(self, "_{}".format('allow_external_signature_pad_metadata'), kwargs.get('allow_external_signature_pad_metadata', None)) 2034 setattr(self, "_{}".format('allow_idv_for_eu_qualified_signatures'), kwargs.get('allow_idv_for_eu_qualified_signatures', None)) 2035 setattr(self, "_{}".format('allow_idv_for_eu_qualified_signatures_metadata'), kwargs.get('allow_idv_for_eu_qualified_signatures_metadata', None)) 2036 setattr(self, "_{}".format('allow_idv_level1'), kwargs.get('allow_idv_level1', None)) 2037 setattr(self, "_{}".format('allow_idv_level1_metadata'), kwargs.get('allow_idv_level1_metadata', None)) 2038 setattr(self, "_{}".format('allow_idv_level2'), kwargs.get('allow_idv_level2', None)) 2039 setattr(self, "_{}".format('allow_idv_level2_metadata'), kwargs.get('allow_idv_level2_metadata', None)) 2040 setattr(self, "_{}".format('allow_idv_level3'), kwargs.get('allow_idv_level3', None)) 2041 setattr(self, "_{}".format('allow_idv_level3_metadata'), kwargs.get('allow_idv_level3_metadata', None)) 2042 setattr(self, "_{}".format('allow_idv_platform'), kwargs.get('allow_idv_platform', None)) 2043 setattr(self, "_{}".format('allow_idv_platform_metadata'), kwargs.get('allow_idv_platform_metadata', None)) 2044 setattr(self, "_{}".format('allow_in_person'), kwargs.get('allow_in_person', None)) 2045 setattr(self, "_{}".format('allow_in_person_electronic_notary'), kwargs.get('allow_in_person_electronic_notary', None)) 2046 setattr(self, "_{}".format('allow_in_person_electronic_notary_metadata'), kwargs.get('allow_in_person_electronic_notary_metadata', None)) 2047 setattr(self, "_{}".format('allow_in_person_metadata'), kwargs.get('allow_in_person_metadata', None)) 2048 setattr(self, "_{}".format('allow_managed_stamps'), kwargs.get('allow_managed_stamps', None)) 2049 setattr(self, "_{}".format('allow_managed_stamps_metadata'), kwargs.get('allow_managed_stamps_metadata', None)) 2050 setattr(self, "_{}".format('allow_managing_envelopes_on_behalf_of_others'), kwargs.get('allow_managing_envelopes_on_behalf_of_others', None)) 2051 setattr(self, "_{}".format('allow_managing_envelopes_on_behalf_of_others_metadata'), kwargs.get('allow_managing_envelopes_on_behalf_of_others_metadata', None)) 2052 setattr(self, "_{}".format('allow_markup'), kwargs.get('allow_markup', None)) 2053 setattr(self, "_{}".format('allow_markup_metadata'), kwargs.get('allow_markup_metadata', None)) 2054 setattr(self, "_{}".format('allow_member_time_zone'), kwargs.get('allow_member_time_zone', None)) 2055 setattr(self, "_{}".format('allow_member_time_zone_metadata'), kwargs.get('allow_member_time_zone_metadata', None)) 2056 setattr(self, "_{}".format('allow_merge_fields'), kwargs.get('allow_merge_fields', None)) 2057 setattr(self, "_{}".format('allow_merge_fields_metadata'), kwargs.get('allow_merge_fields_metadata', None)) 2058 setattr(self, "_{}".format('allow_multiple_brand_profiles'), kwargs.get('allow_multiple_brand_profiles', None)) 2059 setattr(self, "_{}".format('allow_multiple_brand_profiles_metadata'), kwargs.get('allow_multiple_brand_profiles_metadata', None)) 2060 setattr(self, "_{}".format('allow_multiple_signer_attachments'), kwargs.get('allow_multiple_signer_attachments', None)) 2061 setattr(self, "_{}".format('allow_multiple_signer_attachments_metadata'), kwargs.get('allow_multiple_signer_attachments_metadata', None)) 2062 setattr(self, "_{}".format('allow_non_us_phone_auth'), kwargs.get('allow_non_us_phone_auth', None)) 2063 setattr(self, "_{}".format('allow_non_us_phone_auth_metadata'), kwargs.get('allow_non_us_phone_auth_metadata', None)) 2064 setattr(self, "_{}".format('allow_ocr_of_envelope_documents'), kwargs.get('allow_ocr_of_envelope_documents', None)) 2065 setattr(self, "_{}".format('allow_ocr_of_envelope_documents_metadata'), kwargs.get('allow_ocr_of_envelope_documents_metadata', None)) 2066 setattr(self, "_{}".format('allow_offline_signing'), kwargs.get('allow_offline_signing', None)) 2067 setattr(self, "_{}".format('allow_offline_signing_metadata'), kwargs.get('allow_offline_signing_metadata', None)) 2068 setattr(self, "_{}".format('allow_open_trust_signer_certificate'), kwargs.get('allow_open_trust_signer_certificate', None)) 2069 setattr(self, "_{}".format('allow_open_trust_signer_certificate_metadata'), kwargs.get('allow_open_trust_signer_certificate_metadata', None)) 2070 setattr(self, "_{}".format('allow_organization_docusign_monitor'), kwargs.get('allow_organization_docusign_monitor', None)) 2071 setattr(self, "_{}".format('allow_organization_docusign_monitor_metadata'), kwargs.get('allow_organization_docusign_monitor_metadata', None)) 2072 setattr(self, "_{}".format('allow_organization_domain_user_management'), kwargs.get('allow_organization_domain_user_management', None)) 2073 setattr(self, "_{}".format('allow_organization_domain_user_management_metadata'), kwargs.get('allow_organization_domain_user_management_metadata', None)) 2074 setattr(self, "_{}".format('allow_organizations'), kwargs.get('allow_organizations', None)) 2075 setattr(self, "_{}".format('allow_organizations_metadata'), kwargs.get('allow_organizations_metadata', None)) 2076 setattr(self, "_{}".format('allow_organization_sso_management'), kwargs.get('allow_organization_sso_management', None)) 2077 setattr(self, "_{}".format('allow_organization_sso_management_metadata'), kwargs.get('allow_organization_sso_management_metadata', None)) 2078 setattr(self, "_{}".format('allow_organization_to_use_in_person_electronic_notary'), kwargs.get('allow_organization_to_use_in_person_electronic_notary', None)) 2079 setattr(self, "_{}".format('allow_organization_to_use_in_person_electronic_notary_metadata'), kwargs.get('allow_organization_to_use_in_person_electronic_notary_metadata', None)) 2080 setattr(self, "_{}".format('allow_organization_to_use_remote_notary'), kwargs.get('allow_organization_to_use_remote_notary', None)) 2081 setattr(self, "_{}".format('allow_organization_to_use_remote_notary_metadata'), kwargs.get('allow_organization_to_use_remote_notary_metadata', None)) 2082 setattr(self, "_{}".format('allow_organization_to_use_third_party_electronic_notary'), kwargs.get('allow_organization_to_use_third_party_electronic_notary', None)) 2083 setattr(self, "_{}".format('allow_organization_to_use_third_party_electronic_notary_metadata'), kwargs.get('allow_organization_to_use_third_party_electronic_notary_metadata', None)) 2084 setattr(self, "_{}".format('allow_participant_recipient_type'), kwargs.get('allow_participant_recipient_type', None)) 2085 setattr(self, "_{}".format('allow_participant_recipient_type_metadata'), kwargs.get('allow_participant_recipient_type_metadata', None)) 2086 setattr(self, "_{}".format('allow_payment_processing'), kwargs.get('allow_payment_processing', None)) 2087 setattr(self, "_{}".format('allow_payment_processing_metadata'), kwargs.get('allow_payment_processing_metadata', None)) 2088 setattr(self, "_{}".format('allow_performance_analytics'), kwargs.get('allow_performance_analytics', None)) 2089 setattr(self, "_{}".format('allow_performance_analytics_metadata'), kwargs.get('allow_performance_analytics_metadata', None)) 2090 setattr(self, "_{}".format('allow_phone_authentication'), kwargs.get('allow_phone_authentication', None)) 2091 setattr(self, "_{}".format('allow_phone_authentication_metadata'), kwargs.get('allow_phone_authentication_metadata', None)) 2092 setattr(self, "_{}".format('allow_phone_auth_override'), kwargs.get('allow_phone_auth_override', None)) 2093 setattr(self, "_{}".format('allow_phone_auth_override_metadata'), kwargs.get('allow_phone_auth_override_metadata', None)) 2094 setattr(self, "_{}".format('allow_private_signing_groups'), kwargs.get('allow_private_signing_groups', None)) 2095 setattr(self, "_{}".format('allow_private_signing_groups_metadata'), kwargs.get('allow_private_signing_groups_metadata', None)) 2096 setattr(self, "_{}".format('allow_recipient_connect'), kwargs.get('allow_recipient_connect', None)) 2097 setattr(self, "_{}".format('allow_recipient_connect_metadata'), kwargs.get('allow_recipient_connect_metadata', None)) 2098 setattr(self, "_{}".format('allow_reminders'), kwargs.get('allow_reminders', None)) 2099 setattr(self, "_{}".format('allow_reminders_metadata'), kwargs.get('allow_reminders_metadata', None)) 2100 setattr(self, "_{}".format('allow_remote_notary'), kwargs.get('allow_remote_notary', None)) 2101 setattr(self, "_{}".format('allow_remote_notary_metadata'), kwargs.get('allow_remote_notary_metadata', None)) 2102 setattr(self, "_{}".format('allow_resource_file_branding'), kwargs.get('allow_resource_file_branding', None)) 2103 setattr(self, "_{}".format('allow_resource_file_branding_metadata'), kwargs.get('allow_resource_file_branding_metadata', None)) 2104 setattr(self, "_{}".format('allow_safe_bio_pharma_signer_certificate'), kwargs.get('allow_safe_bio_pharma_signer_certificate', None)) 2105 setattr(self, "_{}".format('allow_safe_bio_pharma_signer_certificate_metadata'), kwargs.get('allow_safe_bio_pharma_signer_certificate_metadata', None)) 2106 setattr(self, "_{}".format('allow_scheduled_sending'), kwargs.get('allow_scheduled_sending', None)) 2107 setattr(self, "_{}".format('allow_scheduled_sending_metadata'), kwargs.get('allow_scheduled_sending_metadata', None)) 2108 setattr(self, "_{}".format('allow_security_appliance'), kwargs.get('allow_security_appliance', None)) 2109 setattr(self, "_{}".format('allow_security_appliance_metadata'), kwargs.get('allow_security_appliance_metadata', None)) 2110 setattr(self, "_{}".format('allow_sending_envelopes_on_behalf_of_others'), kwargs.get('allow_sending_envelopes_on_behalf_of_others', None)) 2111 setattr(self, "_{}".format('allow_sending_envelopes_on_behalf_of_others_metadata'), kwargs.get('allow_sending_envelopes_on_behalf_of_others_metadata', None)) 2112 setattr(self, "_{}".format('allow_send_to_certified_delivery'), kwargs.get('allow_send_to_certified_delivery', None)) 2113 setattr(self, "_{}".format('allow_send_to_certified_delivery_metadata'), kwargs.get('allow_send_to_certified_delivery_metadata', None)) 2114 setattr(self, "_{}".format('allow_send_to_intermediary'), kwargs.get('allow_send_to_intermediary', None)) 2115 setattr(self, "_{}".format('allow_send_to_intermediary_metadata'), kwargs.get('allow_send_to_intermediary_metadata', None)) 2116 setattr(self, "_{}".format('allow_server_templates'), kwargs.get('allow_server_templates', None)) 2117 setattr(self, "_{}".format('allow_server_templates_metadata'), kwargs.get('allow_server_templates_metadata', None)) 2118 setattr(self, "_{}".format('allow_set_embedded_recipient_start_url'), kwargs.get('allow_set_embedded_recipient_start_url', None)) 2119 setattr(self, "_{}".format('allow_set_embedded_recipient_start_url_metadata'), kwargs.get('allow_set_embedded_recipient_start_url_metadata', None)) 2120 setattr(self, "_{}".format('allow_shared_tabs'), kwargs.get('allow_shared_tabs', None)) 2121 setattr(self, "_{}".format('allow_shared_tabs_metadata'), kwargs.get('allow_shared_tabs_metadata', None)) 2122 setattr(self, "_{}".format('allow_signature_stamps'), kwargs.get('allow_signature_stamps', None)) 2123 setattr(self, "_{}".format('allow_signature_stamps_metadata'), kwargs.get('allow_signature_stamps_metadata', None)) 2124 setattr(self, "_{}".format('allow_sign_document_from_home_page'), kwargs.get('allow_sign_document_from_home_page', None)) 2125 setattr(self, "_{}".format('allow_sign_document_from_home_page_metadata'), kwargs.get('allow_sign_document_from_home_page_metadata', None)) 2126 setattr(self, "_{}".format('allow_signer_reassign'), kwargs.get('allow_signer_reassign', None)) 2127 setattr(self, "_{}".format('allow_signer_reassign_metadata'), kwargs.get('allow_signer_reassign_metadata', None)) 2128 setattr(self, "_{}".format('allow_signer_reassign_override'), kwargs.get('allow_signer_reassign_override', None)) 2129 setattr(self, "_{}".format('allow_signer_reassign_override_metadata'), kwargs.get('allow_signer_reassign_override_metadata', None)) 2130 setattr(self, "_{}".format('allow_signing_extensions'), kwargs.get('allow_signing_extensions', None)) 2131 setattr(self, "_{}".format('allow_signing_extensions_metadata'), kwargs.get('allow_signing_extensions_metadata', None)) 2132 setattr(self, "_{}".format('allow_signing_groups'), kwargs.get('allow_signing_groups', None)) 2133 setattr(self, "_{}".format('allow_signing_groups_metadata'), kwargs.get('allow_signing_groups_metadata', None)) 2134 setattr(self, "_{}".format('allow_signing_insights'), kwargs.get('allow_signing_insights', None)) 2135 setattr(self, "_{}".format('allow_signing_insights_metadata'), kwargs.get('allow_signing_insights_metadata', None)) 2136 setattr(self, "_{}".format('allow_signing_radio_deselect'), kwargs.get('allow_signing_radio_deselect', None)) 2137 setattr(self, "_{}".format('allow_signing_radio_deselect_metadata'), kwargs.get('allow_signing_radio_deselect_metadata', None)) 2138 setattr(self, "_{}".format('allow_sign_now'), kwargs.get('allow_sign_now', None)) 2139 setattr(self, "_{}".format('allow_sign_now_metadata'), kwargs.get('allow_sign_now_metadata', None)) 2140 setattr(self, "_{}".format('allow_sms_delivery'), kwargs.get('allow_sms_delivery', None)) 2141 setattr(self, "_{}".format('allow_sms_delivery_metadata'), kwargs.get('allow_sms_delivery_metadata', None)) 2142 setattr(self, "_{}".format('allow_social_id_login'), kwargs.get('allow_social_id_login', None)) 2143 setattr(self, "_{}".format('allow_social_id_login_metadata'), kwargs.get('allow_social_id_login_metadata', None)) 2144 setattr(self, "_{}".format('allow_supplemental_documents'), kwargs.get('allow_supplemental_documents', None)) 2145 setattr(self, "_{}".format('allow_supplemental_documents_metadata'), kwargs.get('allow_supplemental_documents_metadata', None)) 2146 setattr(self, "_{}".format('allow_third_party_electronic_notary'), kwargs.get('allow_third_party_electronic_notary', None)) 2147 setattr(self, "_{}".format('allow_third_party_electronic_notary_metadata'), kwargs.get('allow_third_party_electronic_notary_metadata', None)) 2148 setattr(self, "_{}".format('allow_users_to_access_directory'), kwargs.get('allow_users_to_access_directory', None)) 2149 setattr(self, "_{}".format('allow_users_to_access_directory_metadata'), kwargs.get('allow_users_to_access_directory_metadata', None)) 2150 setattr(self, "_{}".format('allow_value_insights'), kwargs.get('allow_value_insights', None)) 2151 setattr(self, "_{}".format('allow_value_insights_metadata'), kwargs.get('allow_value_insights_metadata', None)) 2152 setattr(self, "_{}".format('allow_web_forms'), kwargs.get('allow_web_forms', None)) 2153 setattr(self, "_{}".format('allow_web_forms_metadata'), kwargs.get('allow_web_forms_metadata', None)) 2154 setattr(self, "_{}".format('anchor_population_scope'), kwargs.get('anchor_population_scope', None)) 2155 setattr(self, "_{}".format('anchor_population_scope_metadata'), kwargs.get('anchor_population_scope_metadata', None)) 2156 setattr(self, "_{}".format('anchor_tag_versioned_placement_enabled'), kwargs.get('anchor_tag_versioned_placement_enabled', None)) 2157 setattr(self, "_{}".format('anchor_tag_versioned_placement_metadata_enabled'), kwargs.get('anchor_tag_versioned_placement_metadata_enabled', None)) 2158 setattr(self, "_{}".format('attach_completed_envelope'), kwargs.get('attach_completed_envelope', None)) 2159 setattr(self, "_{}".format('attach_completed_envelope_metadata'), kwargs.get('attach_completed_envelope_metadata', None)) 2160 setattr(self, "_{}".format('authentication_check'), kwargs.get('authentication_check', None)) 2161 setattr(self, "_{}".format('authentication_check_metadata'), kwargs.get('authentication_check_metadata', None)) 2162 setattr(self, "_{}".format('auto_nav_rule'), kwargs.get('auto_nav_rule', None)) 2163 setattr(self, "_{}".format('auto_nav_rule_metadata'), kwargs.get('auto_nav_rule_metadata', None)) 2164 setattr(self, "_{}".format('auto_provision_signer_account'), kwargs.get('auto_provision_signer_account', None)) 2165 setattr(self, "_{}".format('auto_provision_signer_account_metadata'), kwargs.get('auto_provision_signer_account_metadata', None)) 2166 setattr(self, "_{}".format('bcc_email_archive'), kwargs.get('bcc_email_archive', None)) 2167 setattr(self, "_{}".format('bcc_email_archive_metadata'), kwargs.get('bcc_email_archive_metadata', None)) 2168 setattr(self, "_{}".format('beta_switch_configuration'), kwargs.get('beta_switch_configuration', None)) 2169 setattr(self, "_{}".format('beta_switch_configuration_metadata'), kwargs.get('beta_switch_configuration_metadata', None)) 2170 setattr(self, "_{}".format('billing_address'), kwargs.get('billing_address', None)) 2171 setattr(self, "_{}".format('billing_address_metadata'), kwargs.get('billing_address_metadata', None)) 2172 setattr(self, "_{}".format('bulk_send'), kwargs.get('bulk_send', None)) 2173 setattr(self, "_{}".format('bulk_send_action_resend_limit'), kwargs.get('bulk_send_action_resend_limit', None)) 2174 setattr(self, "_{}".format('bulk_send_max_copies_in_batch'), kwargs.get('bulk_send_max_copies_in_batch', None)) 2175 setattr(self, "_{}".format('bulk_send_max_unprocessed_envelopes_count'), kwargs.get('bulk_send_max_unprocessed_envelopes_count', None)) 2176 setattr(self, "_{}".format('bulk_send_metadata'), kwargs.get('bulk_send_metadata', None)) 2177 setattr(self, "_{}".format('can_self_brand_send'), kwargs.get('can_self_brand_send', None)) 2178 setattr(self, "_{}".format('can_self_brand_send_metadata'), kwargs.get('can_self_brand_send_metadata', None)) 2179 setattr(self, "_{}".format('can_self_brand_sign'), kwargs.get('can_self_brand_sign', None)) 2180 setattr(self, "_{}".format('can_self_brand_sign_metadata'), kwargs.get('can_self_brand_sign_metadata', None)) 2181 setattr(self, "_{}".format('can_use_salesforce_o_auth'), kwargs.get('can_use_salesforce_o_auth', None)) 2182 setattr(self, "_{}".format('can_use_salesforce_o_auth_metadata'), kwargs.get('can_use_salesforce_o_auth_metadata', None)) 2183 setattr(self, "_{}".format('capture_voice_recording'), kwargs.get('capture_voice_recording', None)) 2184 setattr(self, "_{}".format('capture_voice_recording_metadata'), kwargs.get('capture_voice_recording_metadata', None)) 2185 setattr(self, "_{}".format('cfr21_simplified_signing_enabled'), kwargs.get('cfr21_simplified_signing_enabled', None)) 2186 setattr(self, "_{}".format('cfr21_simplified_signing_enabled_metadata'), kwargs.get('cfr21_simplified_signing_enabled_metadata', None)) 2187 setattr(self, "_{}".format('cfr_use_wide_image'), kwargs.get('cfr_use_wide_image', None)) 2188 setattr(self, "_{}".format('cfr_use_wide_image_metadata'), kwargs.get('cfr_use_wide_image_metadata', None)) 2189 setattr(self, "_{}".format('check_for_multiple_admins_on_account'), kwargs.get('check_for_multiple_admins_on_account', None)) 2190 setattr(self, "_{}".format('check_for_multiple_admins_on_account_metadata'), kwargs.get('check_for_multiple_admins_on_account_metadata', None)) 2191 setattr(self, "_{}".format('chrome_signature_enabled'), kwargs.get('chrome_signature_enabled', None)) 2192 setattr(self, "_{}".format('chrome_signature_enabled_metadata'), kwargs.get('chrome_signature_enabled_metadata', None)) 2193 setattr(self, "_{}".format('comment_email_show_message_text'), kwargs.get('comment_email_show_message_text', None)) 2194 setattr(self, "_{}".format('comment_email_show_message_text_metadata'), kwargs.get('comment_email_show_message_text_metadata', None)) 2195 setattr(self, "_{}".format('comments_allow_envelope_override'), kwargs.get('comments_allow_envelope_override', None)) 2196 setattr(self, "_{}".format('comments_allow_envelope_override_metadata'), kwargs.get('comments_allow_envelope_override_metadata', None)) 2197 setattr(self, "_{}".format('conditional_fields_enabled'), kwargs.get('conditional_fields_enabled', None)) 2198 setattr(self, "_{}".format('conditional_fields_enabled_metadata'), kwargs.get('conditional_fields_enabled_metadata', None)) 2199 setattr(self, "_{}".format('consumer_disclosure_frequency'), kwargs.get('consumer_disclosure_frequency', None)) 2200 setattr(self, "_{}".format('consumer_disclosure_frequency_metadata'), kwargs.get('consumer_disclosure_frequency_metadata', None)) 2201 setattr(self, "_{}".format('convert_pdf_fields'), kwargs.get('convert_pdf_fields', None)) 2202 setattr(self, "_{}".format('convert_pdf_fields_metadata'), kwargs.get('convert_pdf_fields_metadata', None)) 2203 setattr(self, "_{}".format('data_population_scope'), kwargs.get('data_population_scope', None)) 2204 setattr(self, "_{}".format('data_population_scope_metadata'), kwargs.get('data_population_scope_metadata', None)) 2205 setattr(self, "_{}".format('disable_auto_template_matching'), kwargs.get('disable_auto_template_matching', None)) 2206 setattr(self, "_{}".format('disable_auto_template_matching_metadata'), kwargs.get('disable_auto_template_matching_metadata', None)) 2207 setattr(self, "_{}".format('disable_mobile_app'), kwargs.get('disable_mobile_app', None)) 2208 setattr(self, "_{}".format('disable_mobile_app_metadata'), kwargs.get('disable_mobile_app_metadata', None)) 2209 setattr(self, "_{}".format('disable_mobile_push_notifications'), kwargs.get('disable_mobile_push_notifications', None)) 2210 setattr(self, "_{}".format('disable_mobile_push_notifications_metadata'), kwargs.get('disable_mobile_push_notifications_metadata', None)) 2211 setattr(self, "_{}".format('disable_mobile_sending'), kwargs.get('disable_mobile_sending', None)) 2212 setattr(self, "_{}".format('disable_mobile_sending_metadata'), kwargs.get('disable_mobile_sending_metadata', None)) 2213 setattr(self, "_{}".format('disable_multiple_sessions'), kwargs.get('disable_multiple_sessions', None)) 2214 setattr(self, "_{}".format('disable_multiple_sessions_metadata'), kwargs.get('disable_multiple_sessions_metadata', None)) 2215 setattr(self, "_{}".format('disable_purge_notifications_for_sender_metadata'), kwargs.get('disable_purge_notifications_for_sender_metadata', None)) 2216 setattr(self, "_{}".format('disable_signer_cert_view'), kwargs.get('disable_signer_cert_view', None)) 2217 setattr(self, "_{}".format('disable_signer_cert_view_metadata'), kwargs.get('disable_signer_cert_view_metadata', None)) 2218 setattr(self, "_{}".format('disable_signer_history_view'), kwargs.get('disable_signer_history_view', None)) 2219 setattr(self, "_{}".format('disable_signer_history_view_metadata'), kwargs.get('disable_signer_history_view_metadata', None)) 2220 setattr(self, "_{}".format('disable_style_signature'), kwargs.get('disable_style_signature', None)) 2221 setattr(self, "_{}".format('disable_style_signature_metadata'), kwargs.get('disable_style_signature_metadata', None)) 2222 setattr(self, "_{}".format('disable_upload_signature'), kwargs.get('disable_upload_signature', None)) 2223 setattr(self, "_{}".format('disable_upload_signature_metadata'), kwargs.get('disable_upload_signature_metadata', None)) 2224 setattr(self, "_{}".format('disable_user_sharing'), kwargs.get('disable_user_sharing', None)) 2225 setattr(self, "_{}".format('disable_user_sharing_metadata'), kwargs.get('disable_user_sharing_metadata', None)) 2226 setattr(self, "_{}".format('display_beta_switch'), kwargs.get('display_beta_switch', None)) 2227 setattr(self, "_{}".format('display_beta_switch_metadata'), kwargs.get('display_beta_switch_metadata', None)) 2228 setattr(self, "_{}".format('document_conversion_restrictions'), kwargs.get('document_conversion_restrictions', None)) 2229 setattr(self, "_{}".format('document_conversion_restrictions_metadata'), kwargs.get('document_conversion_restrictions_metadata', None)) 2230 setattr(self, "_{}".format('document_retention'), kwargs.get('document_retention', None)) 2231 setattr(self, "_{}".format('document_retention_metadata'), kwargs.get('document_retention_metadata', None)) 2232 setattr(self, "_{}".format('document_retention_purge_tabs'), kwargs.get('document_retention_purge_tabs', None)) 2233 setattr(self, "_{}".format('document_visibility'), kwargs.get('document_visibility', None)) 2234 setattr(self, "_{}".format('document_visibility_metadata'), kwargs.get('document_visibility_metadata', None)) 2235 setattr(self, "_{}".format('dss_sign_28411_enable_leave_page_prompt_radmin_option'), kwargs.get('dss_sign_28411_enable_leave_page_prompt_radmin_option', None)) 2236 setattr(self, "_{}".format('dss_sign_29182_slide_up_bar_radmin_option'), kwargs.get('dss_sign_29182_slide_up_bar_radmin_option', None)) 2237 setattr(self, "_{}".format('email_template_version'), kwargs.get('email_template_version', None)) 2238 setattr(self, "_{}".format('email_template_version_metadata'), kwargs.get('email_template_version_metadata', None)) 2239 setattr(self, "_{}".format('enable_access_code_generator'), kwargs.get('enable_access_code_generator', None)) 2240 setattr(self, "_{}".format('enable_access_code_generator_metadata'), kwargs.get('enable_access_code_generator_metadata', None)) 2241 setattr(self, "_{}".format('enable_advanced_payments'), kwargs.get('enable_advanced_payments', None)) 2242 setattr(self, "_{}".format('enable_advanced_payments_metadata'), kwargs.get('enable_advanced_payments_metadata', None)) 2243 setattr(self, "_{}".format('enable_advanced_power_forms'), kwargs.get('enable_advanced_power_forms', None)) 2244 setattr(self, "_{}".format('enable_advanced_power_forms_metadata'), kwargs.get('enable_advanced_power_forms_metadata', None)) 2245 setattr(self, "_{}".format('enable_agreement_actions_for_clm'), kwargs.get('enable_agreement_actions_for_clm', None)) 2246 setattr(self, "_{}".format('enable_agreement_actions_for_clm_metadata'), kwargs.get('enable_agreement_actions_for_clm_metadata', None)) 2247 setattr(self, "_{}".format('enable_agreement_actions_for_e_sign'), kwargs.get('enable_agreement_actions_for_e_sign', None)) 2248 setattr(self, "_{}".format('enable_agreement_actions_for_e_sign_metadata'), kwargs.get('enable_agreement_actions_for_e_sign_metadata', None)) 2249 setattr(self, "_{}".format('enable_auto_nav'), kwargs.get('enable_auto_nav', None)) 2250 setattr(self, "_{}".format('enable_auto_nav_metadata'), kwargs.get('enable_auto_nav_metadata', None)) 2251 setattr(self, "_{}".format('enable_bcc_dummy_link'), kwargs.get('enable_bcc_dummy_link', None)) 2252 setattr(self, "_{}".format('enable_bcc_dummy_link_metadata'), kwargs.get('enable_bcc_dummy_link_metadata', None)) 2253 setattr(self, "_{}".format('enable_calculated_fields'), kwargs.get('enable_calculated_fields', None)) 2254 setattr(self, "_{}".format('enable_calculated_fields_metadata'), kwargs.get('enable_calculated_fields_metadata', None)) 2255 setattr(self, "_{}".format('enable_clickwraps'), kwargs.get('enable_clickwraps', None)) 2256 setattr(self, "_{}".format('enable_clickwraps_metadata'), kwargs.get('enable_clickwraps_metadata', None)) 2257 setattr(self, "_{}".format('enable_combined_pdf_download_for_sbs'), kwargs.get('enable_combined_pdf_download_for_sbs', None)) 2258 setattr(self, "_{}".format('enable_comments_history_download_in_signing'), kwargs.get('enable_comments_history_download_in_signing', None)) 2259 setattr(self, "_{}".format('enable_comments_history_download_in_signing_metadata'), kwargs.get('enable_comments_history_download_in_signing_metadata', None)) 2260 setattr(self, "_{}".format('enable_contact_suggestions'), kwargs.get('enable_contact_suggestions', None)) 2261 setattr(self, "_{}".format('enable_contact_suggestions_metadata'), kwargs.get('enable_contact_suggestions_metadata', None)) 2262 setattr(self, "_{}".format('enable_customer_satisfaction_metric_tracking'), kwargs.get('enable_customer_satisfaction_metric_tracking', None)) 2263 setattr(self, "_{}".format('enable_customer_satisfaction_metric_tracking_metadata'), kwargs.get('enable_customer_satisfaction_metric_tracking_metadata', None)) 2264 setattr(self, "_{}".format('enable_ds_pro'), kwargs.get('enable_ds_pro', None)) 2265 setattr(self, "_{}".format('enable_ds_pro_metadata'), kwargs.get('enable_ds_pro_metadata', None)) 2266 setattr(self, "_{}".format('enable_envelope_stamping_by_account_admin'), kwargs.get('enable_envelope_stamping_by_account_admin', None)) 2267 setattr(self, "_{}".format('enable_envelope_stamping_by_account_admin_metadata'), kwargs.get('enable_envelope_stamping_by_account_admin_metadata', None)) 2268 setattr(self, "_{}".format('enable_envelope_stamping_by_ds_admin'), kwargs.get('enable_envelope_stamping_by_ds_admin', None)) 2269 setattr(self, "_{}".format('enable_envelope_stamping_by_ds_admin_metadata'), kwargs.get('enable_envelope_stamping_by_ds_admin_metadata', None)) 2270 setattr(self, "_{}".format('enable_e_sign_api_hourly_limit_management'), kwargs.get('enable_e_sign_api_hourly_limit_management', None)) 2271 setattr(self, "_{}".format('enable_e_sign_api_hourly_limit_management_metadata'), kwargs.get('enable_e_sign_api_hourly_limit_management_metadata', None)) 2272 setattr(self, "_{}".format('enable_esign_communities'), kwargs.get('enable_esign_communities', None)) 2273 setattr(self, "_{}".format('enable_esign_communities_metadata'), kwargs.get('enable_esign_communities_metadata', None)) 2274 setattr(self, "_{}".format('enable_id_fx_accountless_sms_auth_for_part11'), kwargs.get('enable_id_fx_accountless_sms_auth_for_part11', None)) 2275 setattr(self, "_{}".format('enable_id_fx_accountless_sms_auth_for_part11_metadata'), kwargs.get('enable_id_fx_accountless_sms_auth_for_part11_metadata', None)) 2276 setattr(self, "_{}".format('enable_id_fx_intuit_kba'), kwargs.get('enable_id_fx_intuit_kba', None)) 2277 setattr(self, "_{}".format('enable_id_fx_intuit_kba_metadata'), kwargs.get('enable_id_fx_intuit_kba_metadata', None)) 2278 setattr(self, "_{}".format('enable_id_fx_phone_authentication'), kwargs.get('enable_id_fx_phone_authentication', None)) 2279 setattr(self, "_{}".format('enable_id_fx_phone_authentication_metadata'), kwargs.get('enable_id_fx_phone_authentication_metadata', None)) 2280 setattr(self, "_{}".format('enable_in_browser_editor'), kwargs.get('enable_in_browser_editor', None)) 2281 setattr(self, "_{}".format('enable_in_browser_editor_metadata'), kwargs.get('enable_in_browser_editor_metadata', None)) 2282 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type'), kwargs.get('enable_key_terms_suggestions_by_document_type', None)) 2283 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type_metadata'), kwargs.get('enable_key_terms_suggestions_by_document_type_metadata', None)) 2284 setattr(self, "_{}".format('enable_participant_recipient_setting_metadata'), kwargs.get('enable_participant_recipient_setting_metadata', None)) 2285 setattr(self, "_{}".format('enable_payment_processing'), kwargs.get('enable_payment_processing', None)) 2286 setattr(self, "_{}".format('enable_payment_processing_metadata'), kwargs.get('enable_payment_processing_metadata', None)) 2287 setattr(self, "_{}".format('enable_pdfa_conversion'), kwargs.get('enable_pdfa_conversion', None)) 2288 setattr(self, "_{}".format('enable_pdfa_conversion_metadata'), kwargs.get('enable_pdfa_conversion_metadata', None)) 2289 setattr(self, "_{}".format('enable_power_form'), kwargs.get('enable_power_form', None)) 2290 setattr(self, "_{}".format('enable_power_form_direct'), kwargs.get('enable_power_form_direct', None)) 2291 setattr(self, "_{}".format('enable_power_form_direct_metadata'), kwargs.get('enable_power_form_direct_metadata', None)) 2292 setattr(self, "_{}".format('enable_power_form_metadata'), kwargs.get('enable_power_form_metadata', None)) 2293 setattr(self, "_{}".format('enable_recipient_domain_validation'), kwargs.get('enable_recipient_domain_validation', None)) 2294 setattr(self, "_{}".format('enable_recipient_domain_validation_metadata'), kwargs.get('enable_recipient_domain_validation_metadata', None)) 2295 setattr(self, "_{}".format('enable_recipient_may_provide_phone_number'), kwargs.get('enable_recipient_may_provide_phone_number', None)) 2296 setattr(self, "_{}".format('enable_recipient_may_provide_phone_number_metadata'), kwargs.get('enable_recipient_may_provide_phone_number_metadata', None)) 2297 setattr(self, "_{}".format('enable_report_links'), kwargs.get('enable_report_links', None)) 2298 setattr(self, "_{}".format('enable_report_links_metadata'), kwargs.get('enable_report_links_metadata', None)) 2299 setattr(self, "_{}".format('enable_require_sign_on_paper'), kwargs.get('enable_require_sign_on_paper', None)) 2300 setattr(self, "_{}".format('enable_require_sign_on_paper_metadata'), kwargs.get('enable_require_sign_on_paper_metadata', None)) 2301 setattr(self, "_{}".format('enable_reserved_domain'), kwargs.get('enable_reserved_domain', None)) 2302 setattr(self, "_{}".format('enable_reserved_domain_metadata'), kwargs.get('enable_reserved_domain_metadata', None)) 2303 setattr(self, "_{}".format('enable_responsive_signing'), kwargs.get('enable_responsive_signing', None)) 2304 setattr(self, "_{}".format('enable_responsive_signing_metadata'), kwargs.get('enable_responsive_signing_metadata', None)) 2305 setattr(self, "_{}".format('enable_scheduled_release'), kwargs.get('enable_scheduled_release', None)) 2306 setattr(self, "_{}".format('enable_scheduled_release_metadata'), kwargs.get('enable_scheduled_release_metadata', None)) 2307 setattr(self, "_{}".format('enable_search'), kwargs.get('enable_search', None)) 2308 setattr(self, "_{}".format('enable_search_metadata'), kwargs.get('enable_search_metadata', None)) 2309 setattr(self, "_{}".format('enable_search_site_specific_api'), kwargs.get('enable_search_site_specific_api', None)) 2310 setattr(self, "_{}".format('enable_search_site_specific_api_metadata'), kwargs.get('enable_search_site_specific_api_metadata', None)) 2311 setattr(self, "_{}".format('enable_search_ui'), kwargs.get('enable_search_ui', None)) 2312 setattr(self, "_{}".format('enable_search_ui_metadata'), kwargs.get('enable_search_ui_metadata', None)) 2313 setattr(self, "_{}".format('enable_sending_tags_font_settings'), kwargs.get('enable_sending_tags_font_settings', None)) 2314 setattr(self, "_{}".format('enable_sending_tags_font_settings_metadata'), kwargs.get('enable_sending_tags_font_settings_metadata', None)) 2315 setattr(self, "_{}".format('enable_send_to_agent'), kwargs.get('enable_send_to_agent', None)) 2316 setattr(self, "_{}".format('enable_send_to_agent_metadata'), kwargs.get('enable_send_to_agent_metadata', None)) 2317 setattr(self, "_{}".format('enable_send_to_intermediary'), kwargs.get('enable_send_to_intermediary', None)) 2318 setattr(self, "_{}".format('enable_send_to_intermediary_metadata'), kwargs.get('enable_send_to_intermediary_metadata', None)) 2319 setattr(self, "_{}".format('enable_send_to_manage'), kwargs.get('enable_send_to_manage', None)) 2320 setattr(self, "_{}".format('enable_send_to_manage_metadata'), kwargs.get('enable_send_to_manage_metadata', None)) 2321 setattr(self, "_{}".format('enable_sequential_signing_api'), kwargs.get('enable_sequential_signing_api', None)) 2322 setattr(self, "_{}".format('enable_sequential_signing_api_metadata'), kwargs.get('enable_sequential_signing_api_metadata', None)) 2323 setattr(self, "_{}".format('enable_sequential_signing_ui'), kwargs.get('enable_sequential_signing_ui', None)) 2324 setattr(self, "_{}".format('enable_sequential_signing_ui_metadata'), kwargs.get('enable_sequential_signing_ui_metadata', None)) 2325 setattr(self, "_{}".format('enable_signer_attachments'), kwargs.get('enable_signer_attachments', None)) 2326 setattr(self, "_{}".format('enable_signer_attachments_metadata'), kwargs.get('enable_signer_attachments_metadata', None)) 2327 setattr(self, "_{}".format('enable_signing_extension_comments'), kwargs.get('enable_signing_extension_comments', None)) 2328 setattr(self, "_{}".format('enable_signing_extension_comments_metadata'), kwargs.get('enable_signing_extension_comments_metadata', None)) 2329 setattr(self, "_{}".format('enable_signing_extension_conversations'), kwargs.get('enable_signing_extension_conversations', None)) 2330 setattr(self, "_{}".format('enable_signing_extension_conversations_metadata'), kwargs.get('enable_signing_extension_conversations_metadata', None)) 2331 setattr(self, "_{}".format('enable_signing_order_settings_for_account'), kwargs.get('enable_signing_order_settings_for_account', None)) 2332 setattr(self, "_{}".format('enable_signing_order_settings_for_account_metadata'), kwargs.get('enable_signing_order_settings_for_account_metadata', None)) 2333 setattr(self, "_{}".format('enable_sign_on_paper'), kwargs.get('enable_sign_on_paper', None)) 2334 setattr(self, "_{}".format('enable_sign_on_paper_metadata'), kwargs.get('enable_sign_on_paper_metadata', None)) 2335 setattr(self, "_{}".format('enable_sign_on_paper_override'), kwargs.get('enable_sign_on_paper_override', None)) 2336 setattr(self, "_{}".format('enable_sign_on_paper_override_metadata'), kwargs.get('enable_sign_on_paper_override_metadata', None)) 2337 setattr(self, "_{}".format('enable_sign_with_notary'), kwargs.get('enable_sign_with_notary', None)) 2338 setattr(self, "_{}".format('enable_sign_with_notary_metadata'), kwargs.get('enable_sign_with_notary_metadata', None)) 2339 setattr(self, "_{}".format('enable_smart_contracts'), kwargs.get('enable_smart_contracts', None)) 2340 setattr(self, "_{}".format('enable_smart_contracts_metadata'), kwargs.get('enable_smart_contracts_metadata', None)) 2341 setattr(self, "_{}".format('enable_sms_authentication'), kwargs.get('enable_sms_authentication', None)) 2342 setattr(self, "_{}".format('enable_sms_authentication_metadata'), kwargs.get('enable_sms_authentication_metadata', None)) 2343 setattr(self, "_{}".format('enable_sms_delivery_additional_notification'), kwargs.get('enable_sms_delivery_additional_notification', None)) 2344 setattr(self, "_{}".format('enable_sms_delivery_additional_notification_metadata'), kwargs.get('enable_sms_delivery_additional_notification_metadata', None)) 2345 setattr(self, "_{}".format('enable_sms_delivery_primary'), kwargs.get('enable_sms_delivery_primary', None)) 2346 setattr(self, "_{}".format('enable_social_id_login'), kwargs.get('enable_social_id_login', None)) 2347 setattr(self, "_{}".format('enable_social_id_login_metadata'), kwargs.get('enable_social_id_login_metadata', None)) 2348 setattr(self, "_{}".format('enable_strike_through'), kwargs.get('enable_strike_through', None)) 2349 setattr(self, "_{}".format('enable_strike_through_metadata'), kwargs.get('enable_strike_through_metadata', None)) 2350 setattr(self, "_{}".format('enable_transaction_point'), kwargs.get('enable_transaction_point', None)) 2351 setattr(self, "_{}".format('enable_transaction_point_metadata'), kwargs.get('enable_transaction_point_metadata', None)) 2352 setattr(self, "_{}".format('enable_vaulting'), kwargs.get('enable_vaulting', None)) 2353 setattr(self, "_{}".format('enable_vaulting_metadata'), kwargs.get('enable_vaulting_metadata', None)) 2354 setattr(self, "_{}".format('enable_witnessing'), kwargs.get('enable_witnessing', None)) 2355 setattr(self, "_{}".format('enable_witnessing_metadata'), kwargs.get('enable_witnessing_metadata', None)) 2356 setattr(self, "_{}".format('enforce_template_name_uniqueness'), kwargs.get('enforce_template_name_uniqueness', None)) 2357 setattr(self, "_{}".format('enforce_template_name_uniqueness_metadata'), kwargs.get('enforce_template_name_uniqueness_metadata', None)) 2358 setattr(self, "_{}".format('envelope_integration_allowed'), kwargs.get('envelope_integration_allowed', None)) 2359 setattr(self, "_{}".format('envelope_integration_allowed_metadata'), kwargs.get('envelope_integration_allowed_metadata', None)) 2360 setattr(self, "_{}".format('envelope_integration_enabled'), kwargs.get('envelope_integration_enabled', None)) 2361 setattr(self, "_{}".format('envelope_integration_enabled_metadata'), kwargs.get('envelope_integration_enabled_metadata', None)) 2362 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb', None)) 2363 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_enabled'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_enabled', None)) 2364 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_enabled_metadata'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_enabled_metadata', None)) 2365 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_metadata'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_metadata', None)) 2366 setattr(self, "_{}".format('envelope_stamping_default_value'), kwargs.get('envelope_stamping_default_value', None)) 2367 setattr(self, "_{}".format('envelope_stamping_default_value_metadata'), kwargs.get('envelope_stamping_default_value_metadata', None)) 2368 setattr(self, "_{}".format('exit_prompt'), kwargs.get('exit_prompt', None)) 2369 setattr(self, "_{}".format('exit_prompt_metadata'), kwargs.get('exit_prompt_metadata', None)) 2370 setattr(self, "_{}".format('express_send'), kwargs.get('express_send', None)) 2371 setattr(self, "_{}".format('express_send_allow_tabs'), kwargs.get('express_send_allow_tabs', None)) 2372 setattr(self, "_{}".format('express_send_allow_tabs_metadata'), kwargs.get('express_send_allow_tabs_metadata', None)) 2373 setattr(self, "_{}".format('express_send_metadata'), kwargs.get('express_send_metadata', None)) 2374 setattr(self, "_{}".format('external_document_sources'), kwargs.get('external_document_sources', None)) 2375 setattr(self, "_{}".format('external_signature_pad_type'), kwargs.get('external_signature_pad_type', None)) 2376 setattr(self, "_{}".format('external_signature_pad_type_metadata'), kwargs.get('external_signature_pad_type_metadata', None)) 2377 setattr(self, "_{}".format('fax_out_enabled'), kwargs.get('fax_out_enabled', None)) 2378 setattr(self, "_{}".format('fax_out_enabled_metadata'), kwargs.get('fax_out_enabled_metadata', None)) 2379 setattr(self, "_{}".format('finish_reminder'), kwargs.get('finish_reminder', None)) 2380 setattr(self, "_{}".format('finish_reminder_metadata'), kwargs.get('finish_reminder_metadata', None)) 2381 setattr(self, "_{}".format('guided_forms_html_allowed'), kwargs.get('guided_forms_html_allowed', None)) 2382 setattr(self, "_{}".format('guided_forms_html_allowed_metadata'), kwargs.get('guided_forms_html_allowed_metadata', None)) 2383 setattr(self, "_{}".format('has_recipient_connect_claimed_domain'), kwargs.get('has_recipient_connect_claimed_domain', None)) 2384 setattr(self, "_{}".format('hide_account_address_in_co_c'), kwargs.get('hide_account_address_in_co_c', None)) 2385 setattr(self, "_{}".format('hide_account_address_in_co_c_metadata'), kwargs.get('hide_account_address_in_co_c_metadata', None)) 2386 setattr(self, "_{}".format('hide_pricing'), kwargs.get('hide_pricing', None)) 2387 setattr(self, "_{}".format('hide_pricing_metadata'), kwargs.get('hide_pricing_metadata', None)) 2388 setattr(self, "_{}".format('id_check_configurations'), kwargs.get('id_check_configurations', None)) 2389 setattr(self, "_{}".format('id_check_expire'), kwargs.get('id_check_expire', None)) 2390 setattr(self, "_{}".format('id_check_expire_days'), kwargs.get('id_check_expire_days', None)) 2391 setattr(self, "_{}".format('id_check_expire_days_metadata'), kwargs.get('id_check_expire_days_metadata', None)) 2392 setattr(self, "_{}".format('id_check_expire_metadata'), kwargs.get('id_check_expire_metadata', None)) 2393 setattr(self, "_{}".format('id_check_expire_minutes'), kwargs.get('id_check_expire_minutes', None)) 2394 setattr(self, "_{}".format('id_check_expire_minutes_metadata'), kwargs.get('id_check_expire_minutes_metadata', None)) 2395 setattr(self, "_{}".format('id_check_required'), kwargs.get('id_check_required', None)) 2396 setattr(self, "_{}".format('id_check_required_metadata'), kwargs.get('id_check_required_metadata', None)) 2397 setattr(self, "_{}".format('identity_verification'), kwargs.get('identity_verification', None)) 2398 setattr(self, "_{}".format('identity_verification_metadata'), kwargs.get('identity_verification_metadata', None)) 2399 setattr(self, "_{}".format('idfx_phone_authentication_override'), kwargs.get('idfx_phone_authentication_override', None)) 2400 setattr(self, "_{}".format('idfx_phone_authentication_override_metadata'), kwargs.get('idfx_phone_authentication_override_metadata', None)) 2401 setattr(self, "_{}".format('ignore_error_if_anchor_tab_not_found'), kwargs.get('ignore_error_if_anchor_tab_not_found', None)) 2402 setattr(self, "_{}".format('ignore_error_if_anchor_tab_not_found_metadata_enabled'), kwargs.get('ignore_error_if_anchor_tab_not_found_metadata_enabled', None)) 2403 setattr(self, "_{}".format('in_person_id_check_question'), kwargs.get('in_person_id_check_question', None)) 2404 setattr(self, "_{}".format('in_person_id_check_question_metadata'), kwargs.get('in_person_id_check_question_metadata', None)) 2405 setattr(self, "_{}".format('in_person_signing_enabled'), kwargs.get('in_person_signing_enabled', None)) 2406 setattr(self, "_{}".format('in_person_signing_enabled_metadata'), kwargs.get('in_person_signing_enabled_metadata', None)) 2407 setattr(self, "_{}".format('in_session_enabled'), kwargs.get('in_session_enabled', None)) 2408 setattr(self, "_{}".format('in_session_enabled_metadata'), kwargs.get('in_session_enabled_metadata', None)) 2409 setattr(self, "_{}".format('in_session_suppress_emails'), kwargs.get('in_session_suppress_emails', None)) 2410 setattr(self, "_{}".format('in_session_suppress_emails_metadata'), kwargs.get('in_session_suppress_emails_metadata', None)) 2411 setattr(self, "_{}".format('linked_external_primary_accounts'), kwargs.get('linked_external_primary_accounts', None)) 2412 setattr(self, "_{}".format('maximum_signing_groups'), kwargs.get('maximum_signing_groups', None)) 2413 setattr(self, "_{}".format('maximum_signing_groups_metadata'), kwargs.get('maximum_signing_groups_metadata', None)) 2414 setattr(self, "_{}".format('maximum_users_per_signing_group'), kwargs.get('maximum_users_per_signing_group', None)) 2415 setattr(self, "_{}".format('maximum_users_per_signing_group_metadata'), kwargs.get('maximum_users_per_signing_group_metadata', None)) 2416 setattr(self, "_{}".format('max_number_of_custom_stamps'), kwargs.get('max_number_of_custom_stamps', None)) 2417 setattr(self, "_{}".format('mobile_session_timeout'), kwargs.get('mobile_session_timeout', None)) 2418 setattr(self, "_{}".format('mobile_session_timeout_metadata'), kwargs.get('mobile_session_timeout_metadata', None)) 2419 setattr(self, "_{}".format('number_of_active_custom_stamps'), kwargs.get('number_of_active_custom_stamps', None)) 2420 setattr(self, "_{}".format('opt_in_mobile_signing_v02'), kwargs.get('opt_in_mobile_signing_v02', None)) 2421 setattr(self, "_{}".format('opt_in_mobile_signing_v02_metadata'), kwargs.get('opt_in_mobile_signing_v02_metadata', None)) 2422 setattr(self, "_{}".format('opt_out_auto_nav_text_and_tab_color_updates'), kwargs.get('opt_out_auto_nav_text_and_tab_color_updates', None)) 2423 setattr(self, "_{}".format('opt_out_auto_nav_text_and_tab_color_updates_metadata'), kwargs.get('opt_out_auto_nav_text_and_tab_color_updates_metadata', None)) 2424 setattr(self, "_{}".format('opt_out_new_platform_seal'), kwargs.get('opt_out_new_platform_seal', None)) 2425 setattr(self, "_{}".format('opt_out_new_platform_seal_platform_metadata'), kwargs.get('opt_out_new_platform_seal_platform_metadata', None)) 2426 setattr(self, "_{}".format('pdf_max_chunked_upload_part_size'), kwargs.get('pdf_max_chunked_upload_part_size', None)) 2427 setattr(self, "_{}".format('pdf_max_chunked_upload_part_size_metadata'), kwargs.get('pdf_max_chunked_upload_part_size_metadata', None)) 2428 setattr(self, "_{}".format('pdf_max_chunked_upload_total_size'), kwargs.get('pdf_max_chunked_upload_total_size', None)) 2429 setattr(self, "_{}".format('pdf_max_chunked_upload_total_size_metadata'), kwargs.get('pdf_max_chunked_upload_total_size_metadata', None)) 2430 setattr(self, "_{}".format('pdf_max_individual_upload_size'), kwargs.get('pdf_max_individual_upload_size', None)) 2431 setattr(self, "_{}".format('pdf_max_individual_upload_size_metadata'), kwargs.get('pdf_max_individual_upload_size_metadata', None)) 2432 setattr(self, "_{}".format('phone_auth_recipient_may_provide_phone_number'), kwargs.get('phone_auth_recipient_may_provide_phone_number', None)) 2433 setattr(self, "_{}".format('phone_auth_recipient_may_provide_phone_number_metadata'), kwargs.get('phone_auth_recipient_may_provide_phone_number_metadata', None)) 2434 setattr(self, "_{}".format('pki_sign_downloaded_pdf_docs'), kwargs.get('pki_sign_downloaded_pdf_docs', None)) 2435 setattr(self, "_{}".format('pki_sign_downloaded_pdf_docs_metadata'), kwargs.get('pki_sign_downloaded_pdf_docs_metadata', None)) 2436 setattr(self, "_{}".format('read_only_mode'), kwargs.get('read_only_mode', None)) 2437 setattr(self, "_{}".format('read_only_mode_metadata'), kwargs.get('read_only_mode_metadata', None)) 2438 setattr(self, "_{}".format('recipients_can_sign_offline'), kwargs.get('recipients_can_sign_offline', None)) 2439 setattr(self, "_{}".format('recipients_can_sign_offline_metadata'), kwargs.get('recipients_can_sign_offline_metadata', None)) 2440 setattr(self, "_{}".format('recipient_signing_auto_navigation_control'), kwargs.get('recipient_signing_auto_navigation_control', None)) 2441 setattr(self, "_{}".format('recipient_signing_auto_navigation_control_metadata'), kwargs.get('recipient_signing_auto_navigation_control_metadata', None)) 2442 setattr(self, "_{}".format('require21_cf_rpt11_compliance'), kwargs.get('require21_cf_rpt11_compliance', None)) 2443 setattr(self, "_{}".format('require21_cf_rpt11_compliance_metadata'), kwargs.get('require21_cf_rpt11_compliance_metadata', None)) 2444 setattr(self, "_{}".format('require_decline_reason'), kwargs.get('require_decline_reason', None)) 2445 setattr(self, "_{}".format('require_decline_reason_metadata'), kwargs.get('require_decline_reason_metadata', None)) 2446 setattr(self, "_{}".format('require_external_user_management'), kwargs.get('require_external_user_management', None)) 2447 setattr(self, "_{}".format('require_external_user_management_metadata'), kwargs.get('require_external_user_management_metadata', None)) 2448 setattr(self, "_{}".format('require_signer_certificate_type'), kwargs.get('require_signer_certificate_type', None)) 2449 setattr(self, "_{}".format('require_signer_certificate_type_metadata'), kwargs.get('require_signer_certificate_type_metadata', None)) 2450 setattr(self, "_{}".format('rsa_verid_account_name'), kwargs.get('rsa_verid_account_name', None)) 2451 setattr(self, "_{}".format('rsa_verid_password'), kwargs.get('rsa_verid_password', None)) 2452 setattr(self, "_{}".format('rsa_verid_ruleset'), kwargs.get('rsa_verid_ruleset', None)) 2453 setattr(self, "_{}".format('rsa_verid_user_id'), kwargs.get('rsa_verid_user_id', None)) 2454 setattr(self, "_{}".format('self_signed_recipient_email_document'), kwargs.get('self_signed_recipient_email_document', None)) 2455 setattr(self, "_{}".format('self_signed_recipient_email_document_metadata'), kwargs.get('self_signed_recipient_email_document_metadata', None)) 2456 setattr(self, "_{}".format('self_signed_recipient_email_document_user_override'), kwargs.get('self_signed_recipient_email_document_user_override', None)) 2457 setattr(self, "_{}".format('self_signed_recipient_email_document_user_override_metadata'), kwargs.get('self_signed_recipient_email_document_user_override_metadata', None)) 2458 setattr(self, "_{}".format('sender_can_sign_in_each_location'), kwargs.get('sender_can_sign_in_each_location', None)) 2459 setattr(self, "_{}".format('sender_can_sign_in_each_location_metadata'), kwargs.get('sender_can_sign_in_each_location_metadata', None)) 2460 setattr(self, "_{}".format('sender_must_authenticate_signing'), kwargs.get('sender_must_authenticate_signing', None)) 2461 setattr(self, "_{}".format('sender_must_authenticate_signing_metadata'), kwargs.get('sender_must_authenticate_signing_metadata', None)) 2462 setattr(self, "_{}".format('sending_tags_font_color'), kwargs.get('sending_tags_font_color', None)) 2463 setattr(self, "_{}".format('sending_tags_font_color_metadata'), kwargs.get('sending_tags_font_color_metadata', None)) 2464 setattr(self, "_{}".format('sending_tags_font_name'), kwargs.get('sending_tags_font_name', None)) 2465 setattr(self, "_{}".format('sending_tags_font_name_metadata'), kwargs.get('sending_tags_font_name_metadata', None)) 2466 setattr(self, "_{}".format('sending_tags_font_size'), kwargs.get('sending_tags_font_size', None)) 2467 setattr(self, "_{}".format('sending_tags_font_size_metadata'), kwargs.get('sending_tags_font_size_metadata', None)) 2468 setattr(self, "_{}".format('send_lockout_recipient_notification'), kwargs.get('send_lockout_recipient_notification', None)) 2469 setattr(self, "_{}".format('send_lockout_recipient_notification_metadata'), kwargs.get('send_lockout_recipient_notification_metadata', None)) 2470 setattr(self, "_{}".format('send_to_certified_delivery_enabled'), kwargs.get('send_to_certified_delivery_enabled', None)) 2471 setattr(self, "_{}".format('send_to_certified_delivery_enabled_metadata'), kwargs.get('send_to_certified_delivery_enabled_metadata', None)) 2472 setattr(self, "_{}".format('session_timeout'), kwargs.get('session_timeout', None)) 2473 setattr(self, "_{}".format('session_timeout_metadata'), kwargs.get('session_timeout_metadata', None)) 2474 setattr(self, "_{}".format('set_recip_email_lang'), kwargs.get('set_recip_email_lang', None)) 2475 setattr(self, "_{}".format('set_recip_email_lang_metadata'), kwargs.get('set_recip_email_lang_metadata', None)) 2476 setattr(self, "_{}".format('set_recip_sign_lang'), kwargs.get('set_recip_sign_lang', None)) 2477 setattr(self, "_{}".format('set_recip_sign_lang_metadata'), kwargs.get('set_recip_sign_lang_metadata', None)) 2478 setattr(self, "_{}".format('shared_template_folders'), kwargs.get('shared_template_folders', None)) 2479 setattr(self, "_{}".format('shared_template_folders_metadata'), kwargs.get('shared_template_folders_metadata', None)) 2480 setattr(self, "_{}".format('show_complete_dialog_in_embedded_session'), kwargs.get('show_complete_dialog_in_embedded_session', None)) 2481 setattr(self, "_{}".format('show_complete_dialog_in_embedded_session_metadata'), kwargs.get('show_complete_dialog_in_embedded_session_metadata', None)) 2482 setattr(self, "_{}".format('show_conditional_routing_on_send'), kwargs.get('show_conditional_routing_on_send', None)) 2483 setattr(self, "_{}".format('show_conditional_routing_on_send_metadata'), kwargs.get('show_conditional_routing_on_send_metadata', None)) 2484 setattr(self, "_{}".format('show_initial_conditional_fields'), kwargs.get('show_initial_conditional_fields', None)) 2485 setattr(self, "_{}".format('show_initial_conditional_fields_metadata'), kwargs.get('show_initial_conditional_fields_metadata', None)) 2486 setattr(self, "_{}".format('show_localized_watermarks'), kwargs.get('show_localized_watermarks', None)) 2487 setattr(self, "_{}".format('show_localized_watermarks_metadata'), kwargs.get('show_localized_watermarks_metadata', None)) 2488 setattr(self, "_{}".format('show_masked_fields_when_downloading_document_as_sender'), kwargs.get('show_masked_fields_when_downloading_document_as_sender', None)) 2489 setattr(self, "_{}".format('show_masked_fields_when_downloading_document_as_sender_metadata'), kwargs.get('show_masked_fields_when_downloading_document_as_sender_metadata', None)) 2490 setattr(self, "_{}".format('show_tutorials'), kwargs.get('show_tutorials', None)) 2491 setattr(self, "_{}".format('show_tutorials_metadata'), kwargs.get('show_tutorials_metadata', None)) 2492 setattr(self, "_{}".format('signature_providers'), kwargs.get('signature_providers', None)) 2493 setattr(self, "_{}".format('signature_providers_metadata'), kwargs.get('signature_providers_metadata', None)) 2494 setattr(self, "_{}".format('sign_date_format'), kwargs.get('sign_date_format', None)) 2495 setattr(self, "_{}".format('sign_date_format_metadata'), kwargs.get('sign_date_format_metadata', None)) 2496 setattr(self, "_{}".format('sign_date_time_account_language_override'), kwargs.get('sign_date_time_account_language_override', None)) 2497 setattr(self, "_{}".format('sign_date_time_account_language_override_metadata'), kwargs.get('sign_date_time_account_language_override_metadata', None)) 2498 setattr(self, "_{}".format('sign_date_time_account_timezone_override'), kwargs.get('sign_date_time_account_timezone_override', None)) 2499 setattr(self, "_{}".format('sign_date_time_account_timezone_override_metadata'), kwargs.get('sign_date_time_account_timezone_override_metadata', None)) 2500 setattr(self, "_{}".format('signer_attach_certificate_to_envelope_pdf'), kwargs.get('signer_attach_certificate_to_envelope_pdf', None)) 2501 setattr(self, "_{}".format('signer_attach_certificate_to_envelope_pdf_metadata'), kwargs.get('signer_attach_certificate_to_envelope_pdf_metadata', None)) 2502 setattr(self, "_{}".format('signer_attach_concat'), kwargs.get('signer_attach_concat', None)) 2503 setattr(self, "_{}".format('signer_attach_concat_metadata'), kwargs.get('signer_attach_concat_metadata', None)) 2504 setattr(self, "_{}".format('signer_can_create_account'), kwargs.get('signer_can_create_account', None)) 2505 setattr(self, "_{}".format('signer_can_create_account_metadata'), kwargs.get('signer_can_create_account_metadata', None)) 2506 setattr(self, "_{}".format('signer_can_sign_on_mobile'), kwargs.get('signer_can_sign_on_mobile', None)) 2507 setattr(self, "_{}".format('signer_can_sign_on_mobile_metadata'), kwargs.get('signer_can_sign_on_mobile_metadata', None)) 2508 setattr(self, "_{}".format('signer_in_session_use_envelope_complete_email'), kwargs.get('signer_in_session_use_envelope_complete_email', None)) 2509 setattr(self, "_{}".format('signer_in_session_use_envelope_complete_email_metadata'), kwargs.get('signer_in_session_use_envelope_complete_email_metadata', None)) 2510 setattr(self, "_{}".format('signer_login_requirements'), kwargs.get('signer_login_requirements', None)) 2511 setattr(self, "_{}".format('signer_login_requirements_metadata'), kwargs.get('signer_login_requirements_metadata', None)) 2512 setattr(self, "_{}".format('signer_must_have_account'), kwargs.get('signer_must_have_account', None)) 2513 setattr(self, "_{}".format('signer_must_have_account_metadata'), kwargs.get('signer_must_have_account_metadata', None)) 2514 setattr(self, "_{}".format('signer_must_login_to_sign'), kwargs.get('signer_must_login_to_sign', None)) 2515 setattr(self, "_{}".format('signer_must_login_to_sign_metadata'), kwargs.get('signer_must_login_to_sign_metadata', None)) 2516 setattr(self, "_{}".format('signer_show_secure_field_initial_values'), kwargs.get('signer_show_secure_field_initial_values', None)) 2517 setattr(self, "_{}".format('signer_show_secure_field_initial_values_metadata'), kwargs.get('signer_show_secure_field_initial_values_metadata', None)) 2518 setattr(self, "_{}".format('signing_session_timeout'), kwargs.get('signing_session_timeout', None)) 2519 setattr(self, "_{}".format('signing_session_timeout_metadata'), kwargs.get('signing_session_timeout_metadata', None)) 2520 setattr(self, "_{}".format('signing_ui_version'), kwargs.get('signing_ui_version', None)) 2521 setattr(self, "_{}".format('signing_ui_version_metadata'), kwargs.get('signing_ui_version_metadata', None)) 2522 setattr(self, "_{}".format('sign_time_format'), kwargs.get('sign_time_format', None)) 2523 setattr(self, "_{}".format('sign_time_format_metadata'), kwargs.get('sign_time_format_metadata', None)) 2524 setattr(self, "_{}".format('sign_time_show_am_pm'), kwargs.get('sign_time_show_am_pm', None)) 2525 setattr(self, "_{}".format('sign_time_show_am_pm_metadata'), kwargs.get('sign_time_show_am_pm_metadata', None)) 2526 setattr(self, "_{}".format('simplified_sending_enabled'), kwargs.get('simplified_sending_enabled', None)) 2527 setattr(self, "_{}".format('simplified_sending_enabled_metadata'), kwargs.get('simplified_sending_enabled_metadata', None)) 2528 setattr(self, "_{}".format('single_sign_on_enabled'), kwargs.get('single_sign_on_enabled', None)) 2529 setattr(self, "_{}".format('single_sign_on_enabled_metadata'), kwargs.get('single_sign_on_enabled_metadata', None)) 2530 setattr(self, "_{}".format('skip_auth_completed_envelopes'), kwargs.get('skip_auth_completed_envelopes', None)) 2531 setattr(self, "_{}".format('skip_auth_completed_envelopes_metadata'), kwargs.get('skip_auth_completed_envelopes_metadata', None)) 2532 setattr(self, "_{}".format('social_id_recip_auth'), kwargs.get('social_id_recip_auth', None)) 2533 setattr(self, "_{}".format('social_id_recip_auth_metadata'), kwargs.get('social_id_recip_auth_metadata', None)) 2534 setattr(self, "_{}".format('specify_document_visibility'), kwargs.get('specify_document_visibility', None)) 2535 setattr(self, "_{}".format('specify_document_visibility_metadata'), kwargs.get('specify_document_visibility_metadata', None)) 2536 setattr(self, "_{}".format('start_in_advanced_correct'), kwargs.get('start_in_advanced_correct', None)) 2537 setattr(self, "_{}".format('start_in_advanced_correct_metadata'), kwargs.get('start_in_advanced_correct_metadata', None)) 2538 setattr(self, "_{}".format('supplemental_documents_must_accept'), kwargs.get('supplemental_documents_must_accept', None)) 2539 setattr(self, "_{}".format('supplemental_documents_must_accept_metadata'), kwargs.get('supplemental_documents_must_accept_metadata', None)) 2540 setattr(self, "_{}".format('supplemental_documents_must_read'), kwargs.get('supplemental_documents_must_read', None)) 2541 setattr(self, "_{}".format('supplemental_documents_must_read_metadata'), kwargs.get('supplemental_documents_must_read_metadata', None)) 2542 setattr(self, "_{}".format('supplemental_documents_must_view'), kwargs.get('supplemental_documents_must_view', None)) 2543 setattr(self, "_{}".format('supplemental_documents_must_view_metadata'), kwargs.get('supplemental_documents_must_view_metadata', None)) 2544 setattr(self, "_{}".format('suppress_certificate_enforcement'), kwargs.get('suppress_certificate_enforcement', None)) 2545 setattr(self, "_{}".format('suppress_certificate_enforcement_metadata'), kwargs.get('suppress_certificate_enforcement_metadata', None)) 2546 setattr(self, "_{}".format('tab_account_settings'), kwargs.get('tab_account_settings', None)) 2547 setattr(self, "_{}".format('timezone_offset_api'), kwargs.get('timezone_offset_api', None)) 2548 setattr(self, "_{}".format('timezone_offset_api_metadata'), kwargs.get('timezone_offset_api_metadata', None)) 2549 setattr(self, "_{}".format('timezone_offset_ui'), kwargs.get('timezone_offset_ui', None)) 2550 setattr(self, "_{}".format('timezone_offset_ui_metadata'), kwargs.get('timezone_offset_ui_metadata', None)) 2551 setattr(self, "_{}".format('universal_signature_opt_in'), kwargs.get('universal_signature_opt_in', None)) 2552 setattr(self, "_{}".format('use_account_level_email'), kwargs.get('use_account_level_email', None)) 2553 setattr(self, "_{}".format('use_account_level_email_metadata'), kwargs.get('use_account_level_email_metadata', None)) 2554 setattr(self, "_{}".format('use_consumer_disclosure'), kwargs.get('use_consumer_disclosure', None)) 2555 setattr(self, "_{}".format('use_consumer_disclosure_metadata'), kwargs.get('use_consumer_disclosure_metadata', None)) 2556 setattr(self, "_{}".format('use_consumer_disclosure_within_account'), kwargs.get('use_consumer_disclosure_within_account', None)) 2557 setattr(self, "_{}".format('use_consumer_disclosure_within_account_metadata'), kwargs.get('use_consumer_disclosure_within_account_metadata', None)) 2558 setattr(self, "_{}".format('use_derived_keys'), kwargs.get('use_derived_keys', None)) 2559 setattr(self, "_{}".format('use_derived_keys_metadata'), kwargs.get('use_derived_keys_metadata', None)) 2560 setattr(self, "_{}".format('use_docu_sign_express_signer_certificate'), kwargs.get('use_docu_sign_express_signer_certificate', None)) 2561 setattr(self, "_{}".format('use_docu_sign_express_signer_certificate_metadata'), kwargs.get('use_docu_sign_express_signer_certificate_metadata', None)) 2562 setattr(self, "_{}".format('use_multi_app_groups_data'), kwargs.get('use_multi_app_groups_data', None)) 2563 setattr(self, "_{}".format('use_multi_app_groups_data_metadata'), kwargs.get('use_multi_app_groups_data_metadata', None)) 2564 setattr(self, "_{}".format('use_new_blob_for_pdf'), kwargs.get('use_new_blob_for_pdf', None)) 2565 setattr(self, "_{}".format('use_new_blob_for_pdf_metadata'), kwargs.get('use_new_blob_for_pdf_metadata', None)) 2566 setattr(self, "_{}".format('use_safe_signer_certificates'), kwargs.get('use_safe_signer_certificates', None)) 2567 setattr(self, "_{}".format('use_safe_signer_certificates_metadata'), kwargs.get('use_safe_signer_certificates_metadata', None)) 2568 setattr(self, "_{}".format('uses_api'), kwargs.get('uses_api', None)) 2569 setattr(self, "_{}".format('uses_api_metadata'), kwargs.get('uses_api_metadata', None)) 2570 setattr(self, "_{}".format('use_signature_provider_platform'), kwargs.get('use_signature_provider_platform', None)) 2571 setattr(self, "_{}".format('use_signature_provider_platform_metadata'), kwargs.get('use_signature_provider_platform_metadata', None)) 2572 setattr(self, "_{}".format('use_smart_contracts_v1'), kwargs.get('use_smart_contracts_v1', None)) 2573 setattr(self, "_{}".format('validations_allowed'), kwargs.get('validations_allowed', None)) 2574 setattr(self, "_{}".format('validations_allowed_metadata'), kwargs.get('validations_allowed_metadata', None)) 2575 setattr(self, "_{}".format('validations_brand'), kwargs.get('validations_brand', None)) 2576 setattr(self, "_{}".format('validations_brand_metadata'), kwargs.get('validations_brand_metadata', None)) 2577 setattr(self, "_{}".format('validations_cadence'), kwargs.get('validations_cadence', None)) 2578 setattr(self, "_{}".format('validations_cadence_metadata'), kwargs.get('validations_cadence_metadata', None)) 2579 setattr(self, "_{}".format('validations_enabled'), kwargs.get('validations_enabled', None)) 2580 setattr(self, "_{}".format('validations_enabled_metadata'), kwargs.get('validations_enabled_metadata', None)) 2581 setattr(self, "_{}".format('validations_report'), kwargs.get('validations_report', None)) 2582 setattr(self, "_{}".format('validations_report_metadata'), kwargs.get('validations_report_metadata', None)) 2583 setattr(self, "_{}".format('water_mark_enabled'), kwargs.get('water_mark_enabled', None)) 2584 setattr(self, "_{}".format('water_mark_enabled_metadata'), kwargs.get('water_mark_enabled_metadata', None)) 2585 setattr(self, "_{}".format('write_reminder_to_envelope_history'), kwargs.get('write_reminder_to_envelope_history', None)) 2586 setattr(self, "_{}".format('write_reminder_to_envelope_history_metadata'), kwargs.get('write_reminder_to_envelope_history_metadata', None)) 2587 setattr(self, "_{}".format('wurfl_min_allowable_screen_size'), kwargs.get('wurfl_min_allowable_screen_size', None)) 2588 setattr(self, "_{}".format('wurfl_min_allowable_screen_size_metadata'), kwargs.get('wurfl_min_allowable_screen_size_metadata', None)) 2589 2590 @property 2591 def access_code_format(self): 2592 """Gets the access_code_format of this AccountSettingsInformation. # noqa: E501 2593 2594 Format of the string provided to a recipient in order to access an envelope. # noqa: E501 2595 2596 :return: The access_code_format of this AccountSettingsInformation. # noqa: E501 2597 :rtype: AccessCodeFormat 2598 """ 2599 return self._access_code_format 2600 2601 @access_code_format.setter 2602 def access_code_format(self, access_code_format): 2603 """Sets the access_code_format of this AccountSettingsInformation. 2604 2605 Format of the string provided to a recipient in order to access an envelope. # noqa: E501 2606 2607 :param access_code_format: The access_code_format of this AccountSettingsInformation. # noqa: E501 2608 :type: AccessCodeFormat 2609 """ 2610 2611 self._access_code_format = access_code_format 2612 2613 @property 2614 def account_date_time_format(self): 2615 """Gets the account_date_time_format of this AccountSettingsInformation. # noqa: E501 2616 2617 # noqa: E501 2618 2619 :return: The account_date_time_format of this AccountSettingsInformation. # noqa: E501 2620 :rtype: str 2621 """ 2622 return self._account_date_time_format 2623 2624 @account_date_time_format.setter 2625 def account_date_time_format(self, account_date_time_format): 2626 """Sets the account_date_time_format of this AccountSettingsInformation. 2627 2628 # noqa: E501 2629 2630 :param account_date_time_format: The account_date_time_format of this AccountSettingsInformation. # noqa: E501 2631 :type: str 2632 """ 2633 2634 self._account_date_time_format = account_date_time_format 2635 2636 @property 2637 def account_date_time_format_metadata(self): 2638 """Gets the account_date_time_format_metadata of this AccountSettingsInformation. # noqa: E501 2639 2640 Metadata that indicates whether the `accountDateTimeFormat` property is editable. # noqa: E501 2641 2642 :return: The account_date_time_format_metadata of this AccountSettingsInformation. # noqa: E501 2643 :rtype: SettingsMetadata 2644 """ 2645 return self._account_date_time_format_metadata 2646 2647 @account_date_time_format_metadata.setter 2648 def account_date_time_format_metadata(self, account_date_time_format_metadata): 2649 """Sets the account_date_time_format_metadata of this AccountSettingsInformation. 2650 2651 Metadata that indicates whether the `accountDateTimeFormat` property is editable. # noqa: E501 2652 2653 :param account_date_time_format_metadata: The account_date_time_format_metadata of this AccountSettingsInformation. # noqa: E501 2654 :type: SettingsMetadata 2655 """ 2656 2657 self._account_date_time_format_metadata = account_date_time_format_metadata 2658 2659 @property 2660 def account_default_language(self): 2661 """Gets the account_default_language of this AccountSettingsInformation. # noqa: E501 2662 2663 # noqa: E501 2664 2665 :return: The account_default_language of this AccountSettingsInformation. # noqa: E501 2666 :rtype: str 2667 """ 2668 return self._account_default_language 2669 2670 @account_default_language.setter 2671 def account_default_language(self, account_default_language): 2672 """Sets the account_default_language of this AccountSettingsInformation. 2673 2674 # noqa: E501 2675 2676 :param account_default_language: The account_default_language of this AccountSettingsInformation. # noqa: E501 2677 :type: str 2678 """ 2679 2680 self._account_default_language = account_default_language 2681 2682 @property 2683 def account_default_language_metadata(self): 2684 """Gets the account_default_language_metadata of this AccountSettingsInformation. # noqa: E501 2685 2686 # noqa: E501 2687 2688 :return: The account_default_language_metadata of this AccountSettingsInformation. # noqa: E501 2689 :rtype: SettingsMetadata 2690 """ 2691 return self._account_default_language_metadata 2692 2693 @account_default_language_metadata.setter 2694 def account_default_language_metadata(self, account_default_language_metadata): 2695 """Sets the account_default_language_metadata of this AccountSettingsInformation. 2696 2697 # noqa: E501 2698 2699 :param account_default_language_metadata: The account_default_language_metadata of this AccountSettingsInformation. # noqa: E501 2700 :type: SettingsMetadata 2701 """ 2702 2703 self._account_default_language_metadata = account_default_language_metadata 2704 2705 @property 2706 def account_name(self): 2707 """Gets the account_name of this AccountSettingsInformation. # noqa: E501 2708 2709 # noqa: E501 2710 2711 :return: The account_name of this AccountSettingsInformation. # noqa: E501 2712 :rtype: str 2713 """ 2714 return self._account_name 2715 2716 @account_name.setter 2717 def account_name(self, account_name): 2718 """Sets the account_name of this AccountSettingsInformation. 2719 2720 # noqa: E501 2721 2722 :param account_name: The account_name of this AccountSettingsInformation. # noqa: E501 2723 :type: str 2724 """ 2725 2726 self._account_name = account_name 2727 2728 @property 2729 def account_name_metadata(self): 2730 """Gets the account_name_metadata of this AccountSettingsInformation. # noqa: E501 2731 2732 Metadata that indicates whether the `accountName` property is editable. # noqa: E501 2733 2734 :return: The account_name_metadata of this AccountSettingsInformation. # noqa: E501 2735 :rtype: SettingsMetadata 2736 """ 2737 return self._account_name_metadata 2738 2739 @account_name_metadata.setter 2740 def account_name_metadata(self, account_name_metadata): 2741 """Sets the account_name_metadata of this AccountSettingsInformation. 2742 2743 Metadata that indicates whether the `accountName` property is editable. # noqa: E501 2744 2745 :param account_name_metadata: The account_name_metadata of this AccountSettingsInformation. # noqa: E501 2746 :type: SettingsMetadata 2747 """ 2748 2749 self._account_name_metadata = account_name_metadata 2750 2751 @property 2752 def account_notification(self): 2753 """Gets the account_notification of this AccountSettingsInformation. # noqa: E501 2754 2755 An object that specifies notifications (expirations and reminders) for the envelope. # noqa: E501 2756 2757 :return: The account_notification of this AccountSettingsInformation. # noqa: E501 2758 :rtype: AccountNotification 2759 """ 2760 return self._account_notification 2761 2762 @account_notification.setter 2763 def account_notification(self, account_notification): 2764 """Sets the account_notification of this AccountSettingsInformation. 2765 2766 An object that specifies notifications (expirations and reminders) for the envelope. # noqa: E501 2767 2768 :param account_notification: The account_notification of this AccountSettingsInformation. # noqa: E501 2769 :type: AccountNotification 2770 """ 2771 2772 self._account_notification = account_notification 2773 2774 @property 2775 def account_ui_settings(self): 2776 """Gets the account_ui_settings of this AccountSettingsInformation. # noqa: E501 2777 2778 An object that defines the settings to use in the UI. # noqa: E501 2779 2780 :return: The account_ui_settings of this AccountSettingsInformation. # noqa: E501 2781 :rtype: AccountUISettings 2782 """ 2783 return self._account_ui_settings 2784 2785 @account_ui_settings.setter 2786 def account_ui_settings(self, account_ui_settings): 2787 """Sets the account_ui_settings of this AccountSettingsInformation. 2788 2789 An object that defines the settings to use in the UI. # noqa: E501 2790 2791 :param account_ui_settings: The account_ui_settings of this AccountSettingsInformation. # noqa: E501 2792 :type: AccountUISettings 2793 """ 2794 2795 self._account_ui_settings = account_ui_settings 2796 2797 @property 2798 def adopt_sig_config(self): 2799 """Gets the adopt_sig_config of this AccountSettingsInformation. # noqa: E501 2800 2801 # noqa: E501 2802 2803 :return: The adopt_sig_config of this AccountSettingsInformation. # noqa: E501 2804 :rtype: str 2805 """ 2806 return self._adopt_sig_config 2807 2808 @adopt_sig_config.setter 2809 def adopt_sig_config(self, adopt_sig_config): 2810 """Sets the adopt_sig_config of this AccountSettingsInformation. 2811 2812 # noqa: E501 2813 2814 :param adopt_sig_config: The adopt_sig_config of this AccountSettingsInformation. # noqa: E501 2815 :type: str 2816 """ 2817 2818 self._adopt_sig_config = adopt_sig_config 2819 2820 @property 2821 def adopt_sig_config_metadata(self): 2822 """Gets the adopt_sig_config_metadata of this AccountSettingsInformation. # noqa: E501 2823 2824 Metadata that indicates whether the `adoptSigConfig` property is editable. # noqa: E501 2825 2826 :return: The adopt_sig_config_metadata of this AccountSettingsInformation. # noqa: E501 2827 :rtype: SettingsMetadata 2828 """ 2829 return self._adopt_sig_config_metadata 2830 2831 @adopt_sig_config_metadata.setter 2832 def adopt_sig_config_metadata(self, adopt_sig_config_metadata): 2833 """Sets the adopt_sig_config_metadata of this AccountSettingsInformation. 2834 2835 Metadata that indicates whether the `adoptSigConfig` property is editable. # noqa: E501 2836 2837 :param adopt_sig_config_metadata: The adopt_sig_config_metadata of this AccountSettingsInformation. # noqa: E501 2838 :type: SettingsMetadata 2839 """ 2840 2841 self._adopt_sig_config_metadata = adopt_sig_config_metadata 2842 2843 @property 2844 def advanced_correct(self): 2845 """Gets the advanced_correct of this AccountSettingsInformation. # noqa: E501 2846 2847 # noqa: E501 2848 2849 :return: The advanced_correct of this AccountSettingsInformation. # noqa: E501 2850 :rtype: str 2851 """ 2852 return self._advanced_correct 2853 2854 @advanced_correct.setter 2855 def advanced_correct(self, advanced_correct): 2856 """Sets the advanced_correct of this AccountSettingsInformation. 2857 2858 # noqa: E501 2859 2860 :param advanced_correct: The advanced_correct of this AccountSettingsInformation. # noqa: E501 2861 :type: str 2862 """ 2863 2864 self._advanced_correct = advanced_correct 2865 2866 @property 2867 def advanced_correct_metadata(self): 2868 """Gets the advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 2869 2870 Metadata that indicates whether the `advancedCorrect` property is editable. # noqa: E501 2871 2872 :return: The advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 2873 :rtype: SettingsMetadata 2874 """ 2875 return self._advanced_correct_metadata 2876 2877 @advanced_correct_metadata.setter 2878 def advanced_correct_metadata(self, advanced_correct_metadata): 2879 """Sets the advanced_correct_metadata of this AccountSettingsInformation. 2880 2881 Metadata that indicates whether the `advancedCorrect` property is editable. # noqa: E501 2882 2883 :param advanced_correct_metadata: The advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 2884 :type: SettingsMetadata 2885 """ 2886 2887 self._advanced_correct_metadata = advanced_correct_metadata 2888 2889 @property 2890 def allow_access_code_format(self): 2891 """Gets the allow_access_code_format of this AccountSettingsInformation. # noqa: E501 2892 2893 # noqa: E501 2894 2895 :return: The allow_access_code_format of this AccountSettingsInformation. # noqa: E501 2896 :rtype: str 2897 """ 2898 return self._allow_access_code_format 2899 2900 @allow_access_code_format.setter 2901 def allow_access_code_format(self, allow_access_code_format): 2902 """Sets the allow_access_code_format of this AccountSettingsInformation. 2903 2904 # noqa: E501 2905 2906 :param allow_access_code_format: The allow_access_code_format of this AccountSettingsInformation. # noqa: E501 2907 :type: str 2908 """ 2909 2910 self._allow_access_code_format = allow_access_code_format 2911 2912 @property 2913 def allow_access_code_format_metadata(self): 2914 """Gets the allow_access_code_format_metadata of this AccountSettingsInformation. # noqa: E501 2915 2916 Metadata that indicates whether the `allowAccessCodeFormat` property is editable. # noqa: E501 2917 2918 :return: The allow_access_code_format_metadata of this AccountSettingsInformation. # noqa: E501 2919 :rtype: SettingsMetadata 2920 """ 2921 return self._allow_access_code_format_metadata 2922 2923 @allow_access_code_format_metadata.setter 2924 def allow_access_code_format_metadata(self, allow_access_code_format_metadata): 2925 """Sets the allow_access_code_format_metadata of this AccountSettingsInformation. 2926 2927 Metadata that indicates whether the `allowAccessCodeFormat` property is editable. # noqa: E501 2928 2929 :param allow_access_code_format_metadata: The allow_access_code_format_metadata of this AccountSettingsInformation. # noqa: E501 2930 :type: SettingsMetadata 2931 """ 2932 2933 self._allow_access_code_format_metadata = allow_access_code_format_metadata 2934 2935 @property 2936 def allow_account_management_granular(self): 2937 """Gets the allow_account_management_granular of this AccountSettingsInformation. # noqa: E501 2938 2939 # noqa: E501 2940 2941 :return: The allow_account_management_granular of this AccountSettingsInformation. # noqa: E501 2942 :rtype: str 2943 """ 2944 return self._allow_account_management_granular 2945 2946 @allow_account_management_granular.setter 2947 def allow_account_management_granular(self, allow_account_management_granular): 2948 """Sets the allow_account_management_granular of this AccountSettingsInformation. 2949 2950 # noqa: E501 2951 2952 :param allow_account_management_granular: The allow_account_management_granular of this AccountSettingsInformation. # noqa: E501 2953 :type: str 2954 """ 2955 2956 self._allow_account_management_granular = allow_account_management_granular 2957 2958 @property 2959 def allow_account_management_granular_metadata(self): 2960 """Gets the allow_account_management_granular_metadata of this AccountSettingsInformation. # noqa: E501 2961 2962 Metadata that indicates whether the `allowAccountManagementGranular` property is editable. # noqa: E501 2963 2964 :return: The allow_account_management_granular_metadata of this AccountSettingsInformation. # noqa: E501 2965 :rtype: SettingsMetadata 2966 """ 2967 return self._allow_account_management_granular_metadata 2968 2969 @allow_account_management_granular_metadata.setter 2970 def allow_account_management_granular_metadata(self, allow_account_management_granular_metadata): 2971 """Sets the allow_account_management_granular_metadata of this AccountSettingsInformation. 2972 2973 Metadata that indicates whether the `allowAccountManagementGranular` property is editable. # noqa: E501 2974 2975 :param allow_account_management_granular_metadata: The allow_account_management_granular_metadata of this AccountSettingsInformation. # noqa: E501 2976 :type: SettingsMetadata 2977 """ 2978 2979 self._allow_account_management_granular_metadata = allow_account_management_granular_metadata 2980 2981 @property 2982 def allow_account_member_name_change(self): 2983 """Gets the allow_account_member_name_change of this AccountSettingsInformation. # noqa: E501 2984 2985 # noqa: E501 2986 2987 :return: The allow_account_member_name_change of this AccountSettingsInformation. # noqa: E501 2988 :rtype: str 2989 """ 2990 return self._allow_account_member_name_change 2991 2992 @allow_account_member_name_change.setter 2993 def allow_account_member_name_change(self, allow_account_member_name_change): 2994 """Sets the allow_account_member_name_change of this AccountSettingsInformation. 2995 2996 # noqa: E501 2997 2998 :param allow_account_member_name_change: The allow_account_member_name_change of this AccountSettingsInformation. # noqa: E501 2999 :type: str 3000 """ 3001 3002 self._allow_account_member_name_change = allow_account_member_name_change 3003 3004 @property 3005 def allow_account_member_name_change_metadata(self): 3006 """Gets the allow_account_member_name_change_metadata of this AccountSettingsInformation. # noqa: E501 3007 3008 Metadata that indicates whether the `allowAccountMemberNameChange` property is editable. # noqa: E501 3009 3010 :return: The allow_account_member_name_change_metadata of this AccountSettingsInformation. # noqa: E501 3011 :rtype: SettingsMetadata 3012 """ 3013 return self._allow_account_member_name_change_metadata 3014 3015 @allow_account_member_name_change_metadata.setter 3016 def allow_account_member_name_change_metadata(self, allow_account_member_name_change_metadata): 3017 """Sets the allow_account_member_name_change_metadata of this AccountSettingsInformation. 3018 3019 Metadata that indicates whether the `allowAccountMemberNameChange` property is editable. # noqa: E501 3020 3021 :param allow_account_member_name_change_metadata: The allow_account_member_name_change_metadata of this AccountSettingsInformation. # noqa: E501 3022 :type: SettingsMetadata 3023 """ 3024 3025 self._allow_account_member_name_change_metadata = allow_account_member_name_change_metadata 3026 3027 @property 3028 def allow_advanced_recipient_routing_conditional(self): 3029 """Gets the allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. # noqa: E501 3030 3031 # noqa: E501 3032 3033 :return: The allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. # noqa: E501 3034 :rtype: str 3035 """ 3036 return self._allow_advanced_recipient_routing_conditional 3037 3038 @allow_advanced_recipient_routing_conditional.setter 3039 def allow_advanced_recipient_routing_conditional(self, allow_advanced_recipient_routing_conditional): 3040 """Sets the allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. 3041 3042 # noqa: E501 3043 3044 :param allow_advanced_recipient_routing_conditional: The allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. # noqa: E501 3045 :type: str 3046 """ 3047 3048 self._allow_advanced_recipient_routing_conditional = allow_advanced_recipient_routing_conditional 3049 3050 @property 3051 def allow_advanced_recipient_routing_conditional_metadata(self): 3052 """Gets the allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. # noqa: E501 3053 3054 Metadata that indicates whether the ` allowAdvancedRecipientRoutingConditional` property is editable. # noqa: E501 3055 3056 :return: The allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. # noqa: E501 3057 :rtype: SettingsMetadata 3058 """ 3059 return self._allow_advanced_recipient_routing_conditional_metadata 3060 3061 @allow_advanced_recipient_routing_conditional_metadata.setter 3062 def allow_advanced_recipient_routing_conditional_metadata(self, allow_advanced_recipient_routing_conditional_metadata): 3063 """Sets the allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. 3064 3065 Metadata that indicates whether the ` allowAdvancedRecipientRoutingConditional` property is editable. # noqa: E501 3066 3067 :param allow_advanced_recipient_routing_conditional_metadata: The allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. # noqa: E501 3068 :type: SettingsMetadata 3069 """ 3070 3071 self._allow_advanced_recipient_routing_conditional_metadata = allow_advanced_recipient_routing_conditional_metadata 3072 3073 @property 3074 def allow_agent_name_email_edit(self): 3075 """Gets the allow_agent_name_email_edit of this AccountSettingsInformation. # noqa: E501 3076 3077 # noqa: E501 3078 3079 :return: The allow_agent_name_email_edit of this AccountSettingsInformation. # noqa: E501 3080 :rtype: str 3081 """ 3082 return self._allow_agent_name_email_edit 3083 3084 @allow_agent_name_email_edit.setter 3085 def allow_agent_name_email_edit(self, allow_agent_name_email_edit): 3086 """Sets the allow_agent_name_email_edit of this AccountSettingsInformation. 3087 3088 # noqa: E501 3089 3090 :param allow_agent_name_email_edit: The allow_agent_name_email_edit of this AccountSettingsInformation. # noqa: E501 3091 :type: str 3092 """ 3093 3094 self._allow_agent_name_email_edit = allow_agent_name_email_edit 3095 3096 @property 3097 def allow_agent_name_email_edit_metadata(self): 3098 """Gets the allow_agent_name_email_edit_metadata of this AccountSettingsInformation. # noqa: E501 3099 3100 Metadata that indicates whether the `allowAgentNameEmailEdit` property is editable. # noqa: E501 3101 3102 :return: The allow_agent_name_email_edit_metadata of this AccountSettingsInformation. # noqa: E501 3103 :rtype: SettingsMetadata 3104 """ 3105 return self._allow_agent_name_email_edit_metadata 3106 3107 @allow_agent_name_email_edit_metadata.setter 3108 def allow_agent_name_email_edit_metadata(self, allow_agent_name_email_edit_metadata): 3109 """Sets the allow_agent_name_email_edit_metadata of this AccountSettingsInformation. 3110 3111 Metadata that indicates whether the `allowAgentNameEmailEdit` property is editable. # noqa: E501 3112 3113 :param allow_agent_name_email_edit_metadata: The allow_agent_name_email_edit_metadata of this AccountSettingsInformation. # noqa: E501 3114 :type: SettingsMetadata 3115 """ 3116 3117 self._allow_agent_name_email_edit_metadata = allow_agent_name_email_edit_metadata 3118 3119 @property 3120 def allow_agreement_actions(self): 3121 """Gets the allow_agreement_actions of this AccountSettingsInformation. # noqa: E501 3122 3123 # noqa: E501 3124 3125 :return: The allow_agreement_actions of this AccountSettingsInformation. # noqa: E501 3126 :rtype: str 3127 """ 3128 return self._allow_agreement_actions 3129 3130 @allow_agreement_actions.setter 3131 def allow_agreement_actions(self, allow_agreement_actions): 3132 """Sets the allow_agreement_actions of this AccountSettingsInformation. 3133 3134 # noqa: E501 3135 3136 :param allow_agreement_actions: The allow_agreement_actions of this AccountSettingsInformation. # noqa: E501 3137 :type: str 3138 """ 3139 3140 self._allow_agreement_actions = allow_agreement_actions 3141 3142 @property 3143 def allow_agreement_actions_metadata(self): 3144 """Gets the allow_agreement_actions_metadata of this AccountSettingsInformation. # noqa: E501 3145 3146 Metadata about the `allowAgreementActions` property. # noqa: E501 3147 3148 :return: The allow_agreement_actions_metadata of this AccountSettingsInformation. # noqa: E501 3149 :rtype: SettingsMetadata 3150 """ 3151 return self._allow_agreement_actions_metadata 3152 3153 @allow_agreement_actions_metadata.setter 3154 def allow_agreement_actions_metadata(self, allow_agreement_actions_metadata): 3155 """Sets the allow_agreement_actions_metadata of this AccountSettingsInformation. 3156 3157 Metadata about the `allowAgreementActions` property. # noqa: E501 3158 3159 :param allow_agreement_actions_metadata: The allow_agreement_actions_metadata of this AccountSettingsInformation. # noqa: E501 3160 :type: SettingsMetadata 3161 """ 3162 3163 self._allow_agreement_actions_metadata = allow_agreement_actions_metadata 3164 3165 @property 3166 def allow_agreement_orchestration_workflows(self): 3167 """Gets the allow_agreement_orchestration_workflows of this AccountSettingsInformation. # noqa: E501 3168 3169 # noqa: E501 3170 3171 :return: The allow_agreement_orchestration_workflows of this AccountSettingsInformation. # noqa: E501 3172 :rtype: str 3173 """ 3174 return self._allow_agreement_orchestration_workflows 3175 3176 @allow_agreement_orchestration_workflows.setter 3177 def allow_agreement_orchestration_workflows(self, allow_agreement_orchestration_workflows): 3178 """Sets the allow_agreement_orchestration_workflows of this AccountSettingsInformation. 3179 3180 # noqa: E501 3181 3182 :param allow_agreement_orchestration_workflows: The allow_agreement_orchestration_workflows of this AccountSettingsInformation. # noqa: E501 3183 :type: str 3184 """ 3185 3186 self._allow_agreement_orchestration_workflows = allow_agreement_orchestration_workflows 3187 3188 @property 3189 def allow_agreement_orchestration_workflows_metadata(self): 3190 """Gets the allow_agreement_orchestration_workflows_metadata of this AccountSettingsInformation. # noqa: E501 3191 3192 3193 :return: The allow_agreement_orchestration_workflows_metadata of this AccountSettingsInformation. # noqa: E501 3194 :rtype: SettingsMetadata 3195 """ 3196 return self._allow_agreement_orchestration_workflows_metadata 3197 3198 @allow_agreement_orchestration_workflows_metadata.setter 3199 def allow_agreement_orchestration_workflows_metadata(self, allow_agreement_orchestration_workflows_metadata): 3200 """Sets the allow_agreement_orchestration_workflows_metadata of this AccountSettingsInformation. 3201 3202 3203 :param allow_agreement_orchestration_workflows_metadata: The allow_agreement_orchestration_workflows_metadata of this AccountSettingsInformation. # noqa: E501 3204 :type: SettingsMetadata 3205 """ 3206 3207 self._allow_agreement_orchestration_workflows_metadata = allow_agreement_orchestration_workflows_metadata 3208 3209 @property 3210 def allow_auto_nav_settings(self): 3211 """Gets the allow_auto_nav_settings of this AccountSettingsInformation. # noqa: E501 3212 3213 # noqa: E501 3214 3215 :return: The allow_auto_nav_settings of this AccountSettingsInformation. # noqa: E501 3216 :rtype: str 3217 """ 3218 return self._allow_auto_nav_settings 3219 3220 @allow_auto_nav_settings.setter 3221 def allow_auto_nav_settings(self, allow_auto_nav_settings): 3222 """Sets the allow_auto_nav_settings of this AccountSettingsInformation. 3223 3224 # noqa: E501 3225 3226 :param allow_auto_nav_settings: The allow_auto_nav_settings of this AccountSettingsInformation. # noqa: E501 3227 :type: str 3228 """ 3229 3230 self._allow_auto_nav_settings = allow_auto_nav_settings 3231 3232 @property 3233 def allow_auto_nav_settings_metadata(self): 3234 """Gets the allow_auto_nav_settings_metadata of this AccountSettingsInformation. # noqa: E501 3235 3236 Metadata that indicates whether the `allowAutoNavSettings` property is editable. # noqa: E501 3237 3238 :return: The allow_auto_nav_settings_metadata of this AccountSettingsInformation. # noqa: E501 3239 :rtype: SettingsMetadata 3240 """ 3241 return self._allow_auto_nav_settings_metadata 3242 3243 @allow_auto_nav_settings_metadata.setter 3244 def allow_auto_nav_settings_metadata(self, allow_auto_nav_settings_metadata): 3245 """Sets the allow_auto_nav_settings_metadata of this AccountSettingsInformation. 3246 3247 Metadata that indicates whether the `allowAutoNavSettings` property is editable. # noqa: E501 3248 3249 :param allow_auto_nav_settings_metadata: The allow_auto_nav_settings_metadata of this AccountSettingsInformation. # noqa: E501 3250 :type: SettingsMetadata 3251 """ 3252 3253 self._allow_auto_nav_settings_metadata = allow_auto_nav_settings_metadata 3254 3255 @property 3256 def allow_auto_tagging(self): 3257 """Gets the allow_auto_tagging of this AccountSettingsInformation. # noqa: E501 3258 3259 # noqa: E501 3260 3261 :return: The allow_auto_tagging of this AccountSettingsInformation. # noqa: E501 3262 :rtype: str 3263 """ 3264 return self._allow_auto_tagging 3265 3266 @allow_auto_tagging.setter 3267 def allow_auto_tagging(self, allow_auto_tagging): 3268 """Sets the allow_auto_tagging of this AccountSettingsInformation. 3269 3270 # noqa: E501 3271 3272 :param allow_auto_tagging: The allow_auto_tagging of this AccountSettingsInformation. # noqa: E501 3273 :type: str 3274 """ 3275 3276 self._allow_auto_tagging = allow_auto_tagging 3277 3278 @property 3279 def allow_auto_tagging_metadata(self): 3280 """Gets the allow_auto_tagging_metadata of this AccountSettingsInformation. # noqa: E501 3281 3282 Metadata that indicates whether the `allowAutoTagging` property is editable. # noqa: E501 3283 3284 :return: The allow_auto_tagging_metadata of this AccountSettingsInformation. # noqa: E501 3285 :rtype: SettingsMetadata 3286 """ 3287 return self._allow_auto_tagging_metadata 3288 3289 @allow_auto_tagging_metadata.setter 3290 def allow_auto_tagging_metadata(self, allow_auto_tagging_metadata): 3291 """Sets the allow_auto_tagging_metadata of this AccountSettingsInformation. 3292 3293 Metadata that indicates whether the `allowAutoTagging` property is editable. # noqa: E501 3294 3295 :param allow_auto_tagging_metadata: The allow_auto_tagging_metadata of this AccountSettingsInformation. # noqa: E501 3296 :type: SettingsMetadata 3297 """ 3298 3299 self._allow_auto_tagging_metadata = allow_auto_tagging_metadata 3300 3301 @property 3302 def allow_bulk_send(self): 3303 """Gets the allow_bulk_send of this AccountSettingsInformation. # noqa: E501 3304 3305 # noqa: E501 3306 3307 :return: The allow_bulk_send of this AccountSettingsInformation. # noqa: E501 3308 :rtype: str 3309 """ 3310 return self._allow_bulk_send 3311 3312 @allow_bulk_send.setter 3313 def allow_bulk_send(self, allow_bulk_send): 3314 """Sets the allow_bulk_send of this AccountSettingsInformation. 3315 3316 # noqa: E501 3317 3318 :param allow_bulk_send: The allow_bulk_send of this AccountSettingsInformation. # noqa: E501 3319 :type: str 3320 """ 3321 3322 self._allow_bulk_send = allow_bulk_send 3323 3324 @property 3325 def allow_bulk_send_metadata(self): 3326 """Gets the allow_bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 3327 3328 Metadata that indicates whether the `allowBulkSend` property is editable. # noqa: E501 3329 3330 :return: The allow_bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 3331 :rtype: SettingsMetadata 3332 """ 3333 return self._allow_bulk_send_metadata 3334 3335 @allow_bulk_send_metadata.setter 3336 def allow_bulk_send_metadata(self, allow_bulk_send_metadata): 3337 """Sets the allow_bulk_send_metadata of this AccountSettingsInformation. 3338 3339 Metadata that indicates whether the `allowBulkSend` property is editable. # noqa: E501 3340 3341 :param allow_bulk_send_metadata: The allow_bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 3342 :type: SettingsMetadata 3343 """ 3344 3345 self._allow_bulk_send_metadata = allow_bulk_send_metadata 3346 3347 @property 3348 def allow_cd_withdraw(self): 3349 """Gets the allow_cd_withdraw of this AccountSettingsInformation. # noqa: E501 3350 3351 # noqa: E501 3352 3353 :return: The allow_cd_withdraw of this AccountSettingsInformation. # noqa: E501 3354 :rtype: str 3355 """ 3356 return self._allow_cd_withdraw 3357 3358 @allow_cd_withdraw.setter 3359 def allow_cd_withdraw(self, allow_cd_withdraw): 3360 """Sets the allow_cd_withdraw of this AccountSettingsInformation. 3361 3362 # noqa: E501 3363 3364 :param allow_cd_withdraw: The allow_cd_withdraw of this AccountSettingsInformation. # noqa: E501 3365 :type: str 3366 """ 3367 3368 self._allow_cd_withdraw = allow_cd_withdraw 3369 3370 @property 3371 def allow_cd_withdraw_metadata(self): 3372 """Gets the allow_cd_withdraw_metadata of this AccountSettingsInformation. # noqa: E501 3373 3374 Metadata that indicates whether the `allowCDWithdraw` property is editable. # noqa: E501 3375 3376 :return: The allow_cd_withdraw_metadata of this AccountSettingsInformation. # noqa: E501 3377 :rtype: SettingsMetadata 3378 """ 3379 return self._allow_cd_withdraw_metadata 3380 3381 @allow_cd_withdraw_metadata.setter 3382 def allow_cd_withdraw_metadata(self, allow_cd_withdraw_metadata): 3383 """Sets the allow_cd_withdraw_metadata of this AccountSettingsInformation. 3384 3385 Metadata that indicates whether the `allowCDWithdraw` property is editable. # noqa: E501 3386 3387 :param allow_cd_withdraw_metadata: The allow_cd_withdraw_metadata of this AccountSettingsInformation. # noqa: E501 3388 :type: SettingsMetadata 3389 """ 3390 3391 self._allow_cd_withdraw_metadata = allow_cd_withdraw_metadata 3392 3393 @property 3394 def allow_connect_http_listener_configs(self): 3395 """Gets the allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501 3396 3397 # noqa: E501 3398 3399 :return: The allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501 3400 :rtype: str 3401 """ 3402 return self._allow_connect_http_listener_configs 3403 3404 @allow_connect_http_listener_configs.setter 3405 def allow_connect_http_listener_configs(self, allow_connect_http_listener_configs): 3406 """Sets the allow_connect_http_listener_configs of this AccountSettingsInformation. 3407 3408 # noqa: E501 3409 3410 :param allow_connect_http_listener_configs: The allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501 3411 :type: str 3412 """ 3413 3414 self._allow_connect_http_listener_configs = allow_connect_http_listener_configs 3415 3416 @property 3417 def allow_connect_o_auth_ui(self): 3418 """Gets the allow_connect_o_auth_ui of this AccountSettingsInformation. # noqa: E501 3419 3420 # noqa: E501 3421 3422 :return: The allow_connect_o_auth_ui of this AccountSettingsInformation. # noqa: E501 3423 :rtype: str 3424 """ 3425 return self._allow_connect_o_auth_ui 3426 3427 @allow_connect_o_auth_ui.setter 3428 def allow_connect_o_auth_ui(self, allow_connect_o_auth_ui): 3429 """Sets the allow_connect_o_auth_ui of this AccountSettingsInformation. 3430 3431 # noqa: E501 3432 3433 :param allow_connect_o_auth_ui: The allow_connect_o_auth_ui of this AccountSettingsInformation. # noqa: E501 3434 :type: str 3435 """ 3436 3437 self._allow_connect_o_auth_ui = allow_connect_o_auth_ui 3438 3439 @property 3440 def allow_connect_send_finish_later(self): 3441 """Gets the allow_connect_send_finish_later of this AccountSettingsInformation. # noqa: E501 3442 3443 # noqa: E501 3444 3445 :return: The allow_connect_send_finish_later of this AccountSettingsInformation. # noqa: E501 3446 :rtype: str 3447 """ 3448 return self._allow_connect_send_finish_later 3449 3450 @allow_connect_send_finish_later.setter 3451 def allow_connect_send_finish_later(self, allow_connect_send_finish_later): 3452 """Sets the allow_connect_send_finish_later of this AccountSettingsInformation. 3453 3454 # noqa: E501 3455 3456 :param allow_connect_send_finish_later: The allow_connect_send_finish_later of this AccountSettingsInformation. # noqa: E501 3457 :type: str 3458 """ 3459 3460 self._allow_connect_send_finish_later = allow_connect_send_finish_later 3461 3462 @property 3463 def allow_connect_send_finish_later_metadata(self): 3464 """Gets the allow_connect_send_finish_later_metadata of this AccountSettingsInformation. # noqa: E501 3465 3466 Metadata that indicates whether the `allowConnectSendFinishLater` property is editable. # noqa: E501 3467 3468 :return: The allow_connect_send_finish_later_metadata of this AccountSettingsInformation. # noqa: E501 3469 :rtype: SettingsMetadata 3470 """ 3471 return self._allow_connect_send_finish_later_metadata 3472 3473 @allow_connect_send_finish_later_metadata.setter 3474 def allow_connect_send_finish_later_metadata(self, allow_connect_send_finish_later_metadata): 3475 """Sets the allow_connect_send_finish_later_metadata of this AccountSettingsInformation. 3476 3477 Metadata that indicates whether the `allowConnectSendFinishLater` property is editable. # noqa: E501 3478 3479 :param allow_connect_send_finish_later_metadata: The allow_connect_send_finish_later_metadata of this AccountSettingsInformation. # noqa: E501 3480 :type: SettingsMetadata 3481 """ 3482 3483 self._allow_connect_send_finish_later_metadata = allow_connect_send_finish_later_metadata 3484 3485 @property 3486 def allow_connect_unified_payload_ui(self): 3487 """Gets the allow_connect_unified_payload_ui of this AccountSettingsInformation. # noqa: E501 3488 3489 # noqa: E501 3490 3491 :return: The allow_connect_unified_payload_ui of this AccountSettingsInformation. # noqa: E501 3492 :rtype: str 3493 """ 3494 return self._allow_connect_unified_payload_ui 3495 3496 @allow_connect_unified_payload_ui.setter 3497 def allow_connect_unified_payload_ui(self, allow_connect_unified_payload_ui): 3498 """Sets the allow_connect_unified_payload_ui of this AccountSettingsInformation. 3499 3500 # noqa: E501 3501 3502 :param allow_connect_unified_payload_ui: The allow_connect_unified_payload_ui of this AccountSettingsInformation. # noqa: E501 3503 :type: str 3504 """ 3505 3506 self._allow_connect_unified_payload_ui = allow_connect_unified_payload_ui 3507 3508 @property 3509 def allow_consumer_disclosure_override(self): 3510 """Gets the allow_consumer_disclosure_override of this AccountSettingsInformation. # noqa: E501 3511 3512 # noqa: E501 3513 3514 :return: The allow_consumer_disclosure_override of this AccountSettingsInformation. # noqa: E501 3515 :rtype: str 3516 """ 3517 return self._allow_consumer_disclosure_override 3518 3519 @allow_consumer_disclosure_override.setter 3520 def allow_consumer_disclosure_override(self, allow_consumer_disclosure_override): 3521 """Sets the allow_consumer_disclosure_override of this AccountSettingsInformation. 3522 3523 # noqa: E501 3524 3525 :param allow_consumer_disclosure_override: The allow_consumer_disclosure_override of this AccountSettingsInformation. # noqa: E501 3526 :type: str 3527 """ 3528 3529 self._allow_consumer_disclosure_override = allow_consumer_disclosure_override 3530 3531 @property 3532 def allow_consumer_disclosure_override_metadata(self): 3533 """Gets the allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. # noqa: E501 3534 3535 Metadata that indicates whether the `allowConsumerDisclosureOverride` property is editable. # noqa: E501 3536 3537 :return: The allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. # noqa: E501 3538 :rtype: SettingsMetadata 3539 """ 3540 return self._allow_consumer_disclosure_override_metadata 3541 3542 @allow_consumer_disclosure_override_metadata.setter 3543 def allow_consumer_disclosure_override_metadata(self, allow_consumer_disclosure_override_metadata): 3544 """Sets the allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. 3545 3546 Metadata that indicates whether the `allowConsumerDisclosureOverride` property is editable. # noqa: E501 3547 3548 :param allow_consumer_disclosure_override_metadata: The allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. # noqa: E501 3549 :type: SettingsMetadata 3550 """ 3551 3552 self._allow_consumer_disclosure_override_metadata = allow_consumer_disclosure_override_metadata 3553 3554 @property 3555 def allow_data_download(self): 3556 """Gets the allow_data_download of this AccountSettingsInformation. # noqa: E501 3557 3558 # noqa: E501 3559 3560 :return: The allow_data_download of this AccountSettingsInformation. # noqa: E501 3561 :rtype: str 3562 """ 3563 return self._allow_data_download 3564 3565 @allow_data_download.setter 3566 def allow_data_download(self, allow_data_download): 3567 """Sets the allow_data_download of this AccountSettingsInformation. 3568 3569 # noqa: E501 3570 3571 :param allow_data_download: The allow_data_download of this AccountSettingsInformation. # noqa: E501 3572 :type: str 3573 """ 3574 3575 self._allow_data_download = allow_data_download 3576 3577 @property 3578 def allow_data_download_metadata(self): 3579 """Gets the allow_data_download_metadata of this AccountSettingsInformation. # noqa: E501 3580 3581 Metadata that indicates whether the `allowDataDownload` property is editable. # noqa: E501 3582 3583 :return: The allow_data_download_metadata of this AccountSettingsInformation. # noqa: E501 3584 :rtype: SettingsMetadata 3585 """ 3586 return self._allow_data_download_metadata 3587 3588 @allow_data_download_metadata.setter 3589 def allow_data_download_metadata(self, allow_data_download_metadata): 3590 """Sets the allow_data_download_metadata of this AccountSettingsInformation. 3591 3592 Metadata that indicates whether the `allowDataDownload` property is editable. # noqa: E501 3593 3594 :param allow_data_download_metadata: The allow_data_download_metadata of this AccountSettingsInformation. # noqa: E501 3595 :type: SettingsMetadata 3596 """ 3597 3598 self._allow_data_download_metadata = allow_data_download_metadata 3599 3600 @property 3601 def allow_delayed_routing(self): 3602 """Gets the allow_delayed_routing of this AccountSettingsInformation. # noqa: E501 3603 3604 \"true\" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, \"false\" otherwise. # noqa: E501 3605 3606 :return: The allow_delayed_routing of this AccountSettingsInformation. # noqa: E501 3607 :rtype: str 3608 """ 3609 return self._allow_delayed_routing 3610 3611 @allow_delayed_routing.setter 3612 def allow_delayed_routing(self, allow_delayed_routing): 3613 """Sets the allow_delayed_routing of this AccountSettingsInformation. 3614 3615 \"true\" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, \"false\" otherwise. # noqa: E501 3616 3617 :param allow_delayed_routing: The allow_delayed_routing of this AccountSettingsInformation. # noqa: E501 3618 :type: str 3619 """ 3620 3621 self._allow_delayed_routing = allow_delayed_routing 3622 3623 @property 3624 def allow_delayed_routing_metadata(self): 3625 """Gets the allow_delayed_routing_metadata of this AccountSettingsInformation. # noqa: E501 3626 3627 # noqa: E501 3628 3629 :return: The allow_delayed_routing_metadata of this AccountSettingsInformation. # noqa: E501 3630 :rtype: SettingsMetadata 3631 """ 3632 return self._allow_delayed_routing_metadata 3633 3634 @allow_delayed_routing_metadata.setter 3635 def allow_delayed_routing_metadata(self, allow_delayed_routing_metadata): 3636 """Sets the allow_delayed_routing_metadata of this AccountSettingsInformation. 3637 3638 # noqa: E501 3639 3640 :param allow_delayed_routing_metadata: The allow_delayed_routing_metadata of this AccountSettingsInformation. # noqa: E501 3641 :type: SettingsMetadata 3642 """ 3643 3644 self._allow_delayed_routing_metadata = allow_delayed_routing_metadata 3645 3646 @property 3647 def allow_delegated_signing(self): 3648 """Gets the allow_delegated_signing of this AccountSettingsInformation. # noqa: E501 3649 3650 # noqa: E501 3651 3652 :return: The allow_delegated_signing of this AccountSettingsInformation. # noqa: E501 3653 :rtype: str 3654 """ 3655 return self._allow_delegated_signing 3656 3657 @allow_delegated_signing.setter 3658 def allow_delegated_signing(self, allow_delegated_signing): 3659 """Sets the allow_delegated_signing of this AccountSettingsInformation. 3660 3661 # noqa: E501 3662 3663 :param allow_delegated_signing: The allow_delegated_signing of this AccountSettingsInformation. # noqa: E501 3664 :type: str 3665 """ 3666 3667 self._allow_delegated_signing = allow_delegated_signing 3668 3669 @property 3670 def allow_delegated_signing_metadata(self): 3671 """Gets the allow_delegated_signing_metadata of this AccountSettingsInformation. # noqa: E501 3672 3673 # noqa: E501 3674 3675 :return: The allow_delegated_signing_metadata of this AccountSettingsInformation. # noqa: E501 3676 :rtype: SettingsMetadata 3677 """ 3678 return self._allow_delegated_signing_metadata 3679 3680 @allow_delegated_signing_metadata.setter 3681 def allow_delegated_signing_metadata(self, allow_delegated_signing_metadata): 3682 """Sets the allow_delegated_signing_metadata of this AccountSettingsInformation. 3683 3684 # noqa: E501 3685 3686 :param allow_delegated_signing_metadata: The allow_delegated_signing_metadata of this AccountSettingsInformation. # noqa: E501 3687 :type: SettingsMetadata 3688 """ 3689 3690 self._allow_delegated_signing_metadata = allow_delegated_signing_metadata 3691 3692 @property 3693 def allow_doc_gen_documents(self): 3694 """Gets the allow_doc_gen_documents of this AccountSettingsInformation. # noqa: E501 3695 3696 # noqa: E501 3697 3698 :return: The allow_doc_gen_documents of this AccountSettingsInformation. # noqa: E501 3699 :rtype: str 3700 """ 3701 return self._allow_doc_gen_documents 3702 3703 @allow_doc_gen_documents.setter 3704 def allow_doc_gen_documents(self, allow_doc_gen_documents): 3705 """Sets the allow_doc_gen_documents of this AccountSettingsInformation. 3706 3707 # noqa: E501 3708 3709 :param allow_doc_gen_documents: The allow_doc_gen_documents of this AccountSettingsInformation. # noqa: E501 3710 :type: str 3711 """ 3712 3713 self._allow_doc_gen_documents = allow_doc_gen_documents 3714 3715 @property 3716 def allow_doc_gen_documents_metadata(self): 3717 """Gets the allow_doc_gen_documents_metadata of this AccountSettingsInformation. # noqa: E501 3718 3719 3720 :return: The allow_doc_gen_documents_metadata of this AccountSettingsInformation. # noqa: E501 3721 :rtype: SettingsMetadata 3722 """ 3723 return self._allow_doc_gen_documents_metadata 3724 3725 @allow_doc_gen_documents_metadata.setter 3726 def allow_doc_gen_documents_metadata(self, allow_doc_gen_documents_metadata): 3727 """Sets the allow_doc_gen_documents_metadata of this AccountSettingsInformation. 3728 3729 3730 :param allow_doc_gen_documents_metadata: The allow_doc_gen_documents_metadata of this AccountSettingsInformation. # noqa: E501 3731 :type: SettingsMetadata 3732 """ 3733 3734 self._allow_doc_gen_documents_metadata = allow_doc_gen_documents_metadata 3735 3736 @property 3737 def allow_document_disclosures(self): 3738 """Gets the allow_document_disclosures of this AccountSettingsInformation. # noqa: E501 3739 3740 # noqa: E501 3741 3742 :return: The allow_document_disclosures of this AccountSettingsInformation. # noqa: E501 3743 :rtype: str 3744 """ 3745 return self._allow_document_disclosures 3746 3747 @allow_document_disclosures.setter 3748 def allow_document_disclosures(self, allow_document_disclosures): 3749 """Sets the allow_document_disclosures of this AccountSettingsInformation. 3750 3751 # noqa: E501 3752 3753 :param allow_document_disclosures: The allow_document_disclosures of this AccountSettingsInformation. # noqa: E501 3754 :type: str 3755 """ 3756 3757 self._allow_document_disclosures = allow_document_disclosures 3758 3759 @property 3760 def allow_document_disclosures_metadata(self): 3761 """Gets the allow_document_disclosures_metadata of this AccountSettingsInformation. # noqa: E501 3762 3763 Metadata that indicates whether the `allowDocumentDisclosures` property is editable. # noqa: E501 3764 3765 :return: The allow_document_disclosures_metadata of this AccountSettingsInformation. # noqa: E501 3766 :rtype: SettingsMetadata 3767 """ 3768 return self._allow_document_disclosures_metadata 3769 3770 @allow_document_disclosures_metadata.setter 3771 def allow_document_disclosures_metadata(self, allow_document_disclosures_metadata): 3772 """Sets the allow_document_disclosures_metadata of this AccountSettingsInformation. 3773 3774 Metadata that indicates whether the `allowDocumentDisclosures` property is editable. # noqa: E501 3775 3776 :param allow_document_disclosures_metadata: The allow_document_disclosures_metadata of this AccountSettingsInformation. # noqa: E501 3777 :type: SettingsMetadata 3778 """ 3779 3780 self._allow_document_disclosures_metadata = allow_document_disclosures_metadata 3781 3782 @property 3783 def allow_documents_on_signed_envelopes(self): 3784 """Gets the allow_documents_on_signed_envelopes of this AccountSettingsInformation. # noqa: E501 3785 3786 # noqa: E501 3787 3788 :return: The allow_documents_on_signed_envelopes of this AccountSettingsInformation. # noqa: E501 3789 :rtype: str 3790 """ 3791 return self._allow_documents_on_signed_envelopes 3792 3793 @allow_documents_on_signed_envelopes.setter 3794 def allow_documents_on_signed_envelopes(self, allow_documents_on_signed_envelopes): 3795 """Sets the allow_documents_on_signed_envelopes of this AccountSettingsInformation. 3796 3797 # noqa: E501 3798 3799 :param allow_documents_on_signed_envelopes: The allow_documents_on_signed_envelopes of this AccountSettingsInformation. # noqa: E501 3800 :type: str 3801 """ 3802 3803 self._allow_documents_on_signed_envelopes = allow_documents_on_signed_envelopes 3804 3805 @property 3806 def allow_documents_on_signed_envelopes_metadata(self): 3807 """Gets the allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 3808 3809 Metadata that indicates whether the `allowDocumentsOnSignedEnvelopes` property is editable. # noqa: E501 3810 3811 :return: The allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 3812 :rtype: SettingsMetadata 3813 """ 3814 return self._allow_documents_on_signed_envelopes_metadata 3815 3816 @allow_documents_on_signed_envelopes_metadata.setter 3817 def allow_documents_on_signed_envelopes_metadata(self, allow_documents_on_signed_envelopes_metadata): 3818 """Sets the allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. 3819 3820 Metadata that indicates whether the `allowDocumentsOnSignedEnvelopes` property is editable. # noqa: E501 3821 3822 :param allow_documents_on_signed_envelopes_metadata: The allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 3823 :type: SettingsMetadata 3824 """ 3825 3826 self._allow_documents_on_signed_envelopes_metadata = allow_documents_on_signed_envelopes_metadata 3827 3828 @property 3829 def allow_document_visibility(self): 3830 """Gets the allow_document_visibility of this AccountSettingsInformation. # noqa: E501 3831 3832 # noqa: E501 3833 3834 :return: The allow_document_visibility of this AccountSettingsInformation. # noqa: E501 3835 :rtype: str 3836 """ 3837 return self._allow_document_visibility 3838 3839 @allow_document_visibility.setter 3840 def allow_document_visibility(self, allow_document_visibility): 3841 """Sets the allow_document_visibility of this AccountSettingsInformation. 3842 3843 # noqa: E501 3844 3845 :param allow_document_visibility: The allow_document_visibility of this AccountSettingsInformation. # noqa: E501 3846 :type: str 3847 """ 3848 3849 self._allow_document_visibility = allow_document_visibility 3850 3851 @property 3852 def allow_document_visibility_metadata(self): 3853 """Gets the allow_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 3854 3855 Metadata that indicates whether the `allowDocumentVisibility` property is editable. # noqa: E501 3856 3857 :return: The allow_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 3858 :rtype: SettingsMetadata 3859 """ 3860 return self._allow_document_visibility_metadata 3861 3862 @allow_document_visibility_metadata.setter 3863 def allow_document_visibility_metadata(self, allow_document_visibility_metadata): 3864 """Sets the allow_document_visibility_metadata of this AccountSettingsInformation. 3865 3866 Metadata that indicates whether the `allowDocumentVisibility` property is editable. # noqa: E501 3867 3868 :param allow_document_visibility_metadata: The allow_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 3869 :type: SettingsMetadata 3870 """ 3871 3872 self._allow_document_visibility_metadata = allow_document_visibility_metadata 3873 3874 @property 3875 def allow_e_hanko_stamps(self): 3876 """Gets the allow_e_hanko_stamps of this AccountSettingsInformation. # noqa: E501 3877 3878 # noqa: E501 3879 3880 :return: The allow_e_hanko_stamps of this AccountSettingsInformation. # noqa: E501 3881 :rtype: str 3882 """ 3883 return self._allow_e_hanko_stamps 3884 3885 @allow_e_hanko_stamps.setter 3886 def allow_e_hanko_stamps(self, allow_e_hanko_stamps): 3887 """Sets the allow_e_hanko_stamps of this AccountSettingsInformation. 3888 3889 # noqa: E501 3890 3891 :param allow_e_hanko_stamps: The allow_e_hanko_stamps of this AccountSettingsInformation. # noqa: E501 3892 :type: str 3893 """ 3894 3895 self._allow_e_hanko_stamps = allow_e_hanko_stamps 3896 3897 @property 3898 def allow_e_hanko_stamps_metadata(self): 3899 """Gets the allow_e_hanko_stamps_metadata of this AccountSettingsInformation. # noqa: E501 3900 3901 Metadata that indicates whether the `allowEHankoStamps` property is editable. # noqa: E501 3902 3903 :return: The allow_e_hanko_stamps_metadata of this AccountSettingsInformation. # noqa: E501 3904 :rtype: SettingsMetadata 3905 """ 3906 return self._allow_e_hanko_stamps_metadata 3907 3908 @allow_e_hanko_stamps_metadata.setter 3909 def allow_e_hanko_stamps_metadata(self, allow_e_hanko_stamps_metadata): 3910 """Sets the allow_e_hanko_stamps_metadata of this AccountSettingsInformation. 3911 3912 Metadata that indicates whether the `allowEHankoStamps` property is editable. # noqa: E501 3913 3914 :param allow_e_hanko_stamps_metadata: The allow_e_hanko_stamps_metadata of this AccountSettingsInformation. # noqa: E501 3915 :type: SettingsMetadata 3916 """ 3917 3918 self._allow_e_hanko_stamps_metadata = allow_e_hanko_stamps_metadata 3919 3920 @property 3921 def allow_e_note_e_original(self): 3922 """Gets the allow_e_note_e_original of this AccountSettingsInformation. # noqa: E501 3923 3924 # noqa: E501 3925 3926 :return: The allow_e_note_e_original of this AccountSettingsInformation. # noqa: E501 3927 :rtype: str 3928 """ 3929 return self._allow_e_note_e_original 3930 3931 @allow_e_note_e_original.setter 3932 def allow_e_note_e_original(self, allow_e_note_e_original): 3933 """Sets the allow_e_note_e_original of this AccountSettingsInformation. 3934 3935 # noqa: E501 3936 3937 :param allow_e_note_e_original: The allow_e_note_e_original of this AccountSettingsInformation. # noqa: E501 3938 :type: str 3939 """ 3940 3941 self._allow_e_note_e_original = allow_e_note_e_original 3942 3943 @property 3944 def allow_e_note_e_original_metadata(self): 3945 """Gets the allow_e_note_e_original_metadata of this AccountSettingsInformation. # noqa: E501 3946 3947 Metadata that indicates whether the `allowENoteEOriginal` property is editable. # noqa: E501 3948 3949 :return: The allow_e_note_e_original_metadata of this AccountSettingsInformation. # noqa: E501 3950 :rtype: SettingsMetadata 3951 """ 3952 return self._allow_e_note_e_original_metadata 3953 3954 @allow_e_note_e_original_metadata.setter 3955 def allow_e_note_e_original_metadata(self, allow_e_note_e_original_metadata): 3956 """Sets the allow_e_note_e_original_metadata of this AccountSettingsInformation. 3957 3958 Metadata that indicates whether the `allowENoteEOriginal` property is editable. # noqa: E501 3959 3960 :param allow_e_note_e_original_metadata: The allow_e_note_e_original_metadata of this AccountSettingsInformation. # noqa: E501 3961 :type: SettingsMetadata 3962 """ 3963 3964 self._allow_e_note_e_original_metadata = allow_e_note_e_original_metadata 3965 3966 @property 3967 def allow_envelope_correct(self): 3968 """Gets the allow_envelope_correct of this AccountSettingsInformation. # noqa: E501 3969 3970 # noqa: E501 3971 3972 :return: The allow_envelope_correct of this AccountSettingsInformation. # noqa: E501 3973 :rtype: str 3974 """ 3975 return self._allow_envelope_correct 3976 3977 @allow_envelope_correct.setter 3978 def allow_envelope_correct(self, allow_envelope_correct): 3979 """Sets the allow_envelope_correct of this AccountSettingsInformation. 3980 3981 # noqa: E501 3982 3983 :param allow_envelope_correct: The allow_envelope_correct of this AccountSettingsInformation. # noqa: E501 3984 :type: str 3985 """ 3986 3987 self._allow_envelope_correct = allow_envelope_correct 3988 3989 @property 3990 def allow_envelope_correct_metadata(self): 3991 """Gets the allow_envelope_correct_metadata of this AccountSettingsInformation. # noqa: E501 3992 3993 Metadata that indicates whether the `allowEnvelopeCorrect` property is editable. # noqa: E501 3994 3995 :return: The allow_envelope_correct_metadata of this AccountSettingsInformation. # noqa: E501 3996 :rtype: SettingsMetadata 3997 """ 3998 return self._allow_envelope_correct_metadata 3999 4000 @allow_envelope_correct_metadata.setter 4001 def allow_envelope_correct_metadata(self, allow_envelope_correct_metadata): 4002 """Sets the allow_envelope_correct_metadata of this AccountSettingsInformation. 4003 4004 Metadata that indicates whether the `allowEnvelopeCorrect` property is editable. # noqa: E501 4005 4006 :param allow_envelope_correct_metadata: The allow_envelope_correct_metadata of this AccountSettingsInformation. # noqa: E501 4007 :type: SettingsMetadata 4008 """ 4009 4010 self._allow_envelope_correct_metadata = allow_envelope_correct_metadata 4011 4012 @property 4013 def allow_envelope_custody_transfer(self): 4014 """Gets the allow_envelope_custody_transfer of this AccountSettingsInformation. # noqa: E501 4015 4016 # noqa: E501 4017 4018 :return: The allow_envelope_custody_transfer of this AccountSettingsInformation. # noqa: E501 4019 :rtype: str 4020 """ 4021 return self._allow_envelope_custody_transfer 4022 4023 @allow_envelope_custody_transfer.setter 4024 def allow_envelope_custody_transfer(self, allow_envelope_custody_transfer): 4025 """Sets the allow_envelope_custody_transfer of this AccountSettingsInformation. 4026 4027 # noqa: E501 4028 4029 :param allow_envelope_custody_transfer: The allow_envelope_custody_transfer of this AccountSettingsInformation. # noqa: E501 4030 :type: str 4031 """ 4032 4033 self._allow_envelope_custody_transfer = allow_envelope_custody_transfer 4034 4035 @property 4036 def allow_envelope_custody_transfer_metadata(self): 4037 """Gets the allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. # noqa: E501 4038 4039 Metadata that indicates whether the `allowEnvelopeCustodyTransfer` property is editable. # noqa: E501 4040 4041 :return: The allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. # noqa: E501 4042 :rtype: SettingsMetadata 4043 """ 4044 return self._allow_envelope_custody_transfer_metadata 4045 4046 @allow_envelope_custody_transfer_metadata.setter 4047 def allow_envelope_custody_transfer_metadata(self, allow_envelope_custody_transfer_metadata): 4048 """Sets the allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. 4049 4050 Metadata that indicates whether the `allowEnvelopeCustodyTransfer` property is editable. # noqa: E501 4051 4052 :param allow_envelope_custody_transfer_metadata: The allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. # noqa: E501 4053 :type: SettingsMetadata 4054 """ 4055 4056 self._allow_envelope_custody_transfer_metadata = allow_envelope_custody_transfer_metadata 4057 4058 @property 4059 def allow_envelope_custom_fields(self): 4060 """Gets the allow_envelope_custom_fields of this AccountSettingsInformation. # noqa: E501 4061 4062 # noqa: E501 4063 4064 :return: The allow_envelope_custom_fields of this AccountSettingsInformation. # noqa: E501 4065 :rtype: str 4066 """ 4067 return self._allow_envelope_custom_fields 4068 4069 @allow_envelope_custom_fields.setter 4070 def allow_envelope_custom_fields(self, allow_envelope_custom_fields): 4071 """Sets the allow_envelope_custom_fields of this AccountSettingsInformation. 4072 4073 # noqa: E501 4074 4075 :param allow_envelope_custom_fields: The allow_envelope_custom_fields of this AccountSettingsInformation. # noqa: E501 4076 :type: str 4077 """ 4078 4079 self._allow_envelope_custom_fields = allow_envelope_custom_fields 4080 4081 @property 4082 def allow_envelope_custom_fields_metadata(self): 4083 """Gets the allow_envelope_custom_fields_metadata of this AccountSettingsInformation. # noqa: E501 4084 4085 Metadata that indicates whether the `allowEnvelopeCustomFields` property is editable. # noqa: E501 4086 4087 :return: The allow_envelope_custom_fields_metadata of this AccountSettingsInformation. # noqa: E501 4088 :rtype: SettingsMetadata 4089 """ 4090 return self._allow_envelope_custom_fields_metadata 4091 4092 @allow_envelope_custom_fields_metadata.setter 4093 def allow_envelope_custom_fields_metadata(self, allow_envelope_custom_fields_metadata): 4094 """Sets the allow_envelope_custom_fields_metadata of this AccountSettingsInformation. 4095 4096 Metadata that indicates whether the `allowEnvelopeCustomFields` property is editable. # noqa: E501 4097 4098 :param allow_envelope_custom_fields_metadata: The allow_envelope_custom_fields_metadata of this AccountSettingsInformation. # noqa: E501 4099 :type: SettingsMetadata 4100 """ 4101 4102 self._allow_envelope_custom_fields_metadata = allow_envelope_custom_fields_metadata 4103 4104 @property 4105 def allow_envelope_publish_reporting(self): 4106 """Gets the allow_envelope_publish_reporting of this AccountSettingsInformation. # noqa: E501 4107 4108 # noqa: E501 4109 4110 :return: The allow_envelope_publish_reporting of this AccountSettingsInformation. # noqa: E501 4111 :rtype: str 4112 """ 4113 return self._allow_envelope_publish_reporting 4114 4115 @allow_envelope_publish_reporting.setter 4116 def allow_envelope_publish_reporting(self, allow_envelope_publish_reporting): 4117 """Sets the allow_envelope_publish_reporting of this AccountSettingsInformation. 4118 4119 # noqa: E501 4120 4121 :param allow_envelope_publish_reporting: The allow_envelope_publish_reporting of this AccountSettingsInformation. # noqa: E501 4122 :type: str 4123 """ 4124 4125 self._allow_envelope_publish_reporting = allow_envelope_publish_reporting 4126 4127 @property 4128 def allow_envelope_publish_reporting_metadata(self): 4129 """Gets the allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. # noqa: E501 4130 4131 Metadata that indicates whether the `allowEnvelopePublishReporting` property is editable. # noqa: E501 4132 4133 :return: The allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. # noqa: E501 4134 :rtype: SettingsMetadata 4135 """ 4136 return self._allow_envelope_publish_reporting_metadata 4137 4138 @allow_envelope_publish_reporting_metadata.setter 4139 def allow_envelope_publish_reporting_metadata(self, allow_envelope_publish_reporting_metadata): 4140 """Sets the allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. 4141 4142 Metadata that indicates whether the `allowEnvelopePublishReporting` property is editable. # noqa: E501 4143 4144 :param allow_envelope_publish_reporting_metadata: The allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. # noqa: E501 4145 :type: SettingsMetadata 4146 """ 4147 4148 self._allow_envelope_publish_reporting_metadata = allow_envelope_publish_reporting_metadata 4149 4150 @property 4151 def allow_envelope_reporting(self): 4152 """Gets the allow_envelope_reporting of this AccountSettingsInformation. # noqa: E501 4153 4154 # noqa: E501 4155 4156 :return: The allow_envelope_reporting of this AccountSettingsInformation. # noqa: E501 4157 :rtype: str 4158 """ 4159 return self._allow_envelope_reporting 4160 4161 @allow_envelope_reporting.setter 4162 def allow_envelope_reporting(self, allow_envelope_reporting): 4163 """Sets the allow_envelope_reporting of this AccountSettingsInformation. 4164 4165 # noqa: E501 4166 4167 :param allow_envelope_reporting: The allow_envelope_reporting of this AccountSettingsInformation. # noqa: E501 4168 :type: str 4169 """ 4170 4171 self._allow_envelope_reporting = allow_envelope_reporting 4172 4173 @property 4174 def allow_envelope_reporting_metadata(self): 4175 """Gets the allow_envelope_reporting_metadata of this AccountSettingsInformation. # noqa: E501 4176 4177 Metadata that indicates whether the `allowEnvelopeReporting` property is editable. # noqa: E501 4178 4179 :return: The allow_envelope_reporting_metadata of this AccountSettingsInformation. # noqa: E501 4180 :rtype: SettingsMetadata 4181 """ 4182 return self._allow_envelope_reporting_metadata 4183 4184 @allow_envelope_reporting_metadata.setter 4185 def allow_envelope_reporting_metadata(self, allow_envelope_reporting_metadata): 4186 """Sets the allow_envelope_reporting_metadata of this AccountSettingsInformation. 4187 4188 Metadata that indicates whether the `allowEnvelopeReporting` property is editable. # noqa: E501 4189 4190 :param allow_envelope_reporting_metadata: The allow_envelope_reporting_metadata of this AccountSettingsInformation. # noqa: E501 4191 :type: SettingsMetadata 4192 """ 4193 4194 self._allow_envelope_reporting_metadata = allow_envelope_reporting_metadata 4195 4196 @property 4197 def allow_expression(self): 4198 """Gets the allow_expression of this AccountSettingsInformation. # noqa: E501 4199 4200 # noqa: E501 4201 4202 :return: The allow_expression of this AccountSettingsInformation. # noqa: E501 4203 :rtype: str 4204 """ 4205 return self._allow_expression 4206 4207 @allow_expression.setter 4208 def allow_expression(self, allow_expression): 4209 """Sets the allow_expression of this AccountSettingsInformation. 4210 4211 # noqa: E501 4212 4213 :param allow_expression: The allow_expression of this AccountSettingsInformation. # noqa: E501 4214 :type: str 4215 """ 4216 4217 self._allow_expression = allow_expression 4218 4219 @property 4220 def allow_expression_metadata(self): 4221 """Gets the allow_expression_metadata of this AccountSettingsInformation. # noqa: E501 4222 4223 Metadata that indicates whether the `allowExpression` property is editable. # noqa: E501 4224 4225 :return: The allow_expression_metadata of this AccountSettingsInformation. # noqa: E501 4226 :rtype: SettingsMetadata 4227 """ 4228 return self._allow_expression_metadata 4229 4230 @allow_expression_metadata.setter 4231 def allow_expression_metadata(self, allow_expression_metadata): 4232 """Sets the allow_expression_metadata of this AccountSettingsInformation. 4233 4234 Metadata that indicates whether the `allowExpression` property is editable. # noqa: E501 4235 4236 :param allow_expression_metadata: The allow_expression_metadata of this AccountSettingsInformation. # noqa: E501 4237 :type: SettingsMetadata 4238 """ 4239 4240 self._allow_expression_metadata = allow_expression_metadata 4241 4242 @property 4243 def allow_express_signer_certificate(self): 4244 """Gets the allow_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 4245 4246 # noqa: E501 4247 4248 :return: The allow_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 4249 :rtype: str 4250 """ 4251 return self._allow_express_signer_certificate 4252 4253 @allow_express_signer_certificate.setter 4254 def allow_express_signer_certificate(self, allow_express_signer_certificate): 4255 """Sets the allow_express_signer_certificate of this AccountSettingsInformation. 4256 4257 # noqa: E501 4258 4259 :param allow_express_signer_certificate: The allow_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 4260 :type: str 4261 """ 4262 4263 self._allow_express_signer_certificate = allow_express_signer_certificate 4264 4265 @property 4266 def allow_express_signer_certificate_metadata(self): 4267 """Gets the allow_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 4268 4269 Metadata that indicates whether the `allowExpressSignerCertificate` property is editable. # noqa: E501 4270 4271 :return: The allow_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 4272 :rtype: SettingsMetadata 4273 """ 4274 return self._allow_express_signer_certificate_metadata 4275 4276 @allow_express_signer_certificate_metadata.setter 4277 def allow_express_signer_certificate_metadata(self, allow_express_signer_certificate_metadata): 4278 """Sets the allow_express_signer_certificate_metadata of this AccountSettingsInformation. 4279 4280 Metadata that indicates whether the `allowExpressSignerCertificate` property is editable. # noqa: E501 4281 4282 :param allow_express_signer_certificate_metadata: The allow_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 4283 :type: SettingsMetadata 4284 """ 4285 4286 self._allow_express_signer_certificate_metadata = allow_express_signer_certificate_metadata 4287 4288 @property 4289 def allow_extended_sending_resource_file(self): 4290 """Gets the allow_extended_sending_resource_file of this AccountSettingsInformation. # noqa: E501 4291 4292 # noqa: E501 4293 4294 :return: The allow_extended_sending_resource_file of this AccountSettingsInformation. # noqa: E501 4295 :rtype: str 4296 """ 4297 return self._allow_extended_sending_resource_file 4298 4299 @allow_extended_sending_resource_file.setter 4300 def allow_extended_sending_resource_file(self, allow_extended_sending_resource_file): 4301 """Sets the allow_extended_sending_resource_file of this AccountSettingsInformation. 4302 4303 # noqa: E501 4304 4305 :param allow_extended_sending_resource_file: The allow_extended_sending_resource_file of this AccountSettingsInformation. # noqa: E501 4306 :type: str 4307 """ 4308 4309 self._allow_extended_sending_resource_file = allow_extended_sending_resource_file 4310 4311 @property 4312 def allow_extended_sending_resource_file_metadata(self): 4313 """Gets the allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. # noqa: E501 4314 4315 Metadata that indicates whether the `allowExtendedSendingResourceFile` property is editable. # noqa: E501 4316 4317 :return: The allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. # noqa: E501 4318 :rtype: SettingsMetadata 4319 """ 4320 return self._allow_extended_sending_resource_file_metadata 4321 4322 @allow_extended_sending_resource_file_metadata.setter 4323 def allow_extended_sending_resource_file_metadata(self, allow_extended_sending_resource_file_metadata): 4324 """Sets the allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. 4325 4326 Metadata that indicates whether the `allowExtendedSendingResourceFile` property is editable. # noqa: E501 4327 4328 :param allow_extended_sending_resource_file_metadata: The allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. # noqa: E501 4329 :type: SettingsMetadata 4330 """ 4331 4332 self._allow_extended_sending_resource_file_metadata = allow_extended_sending_resource_file_metadata 4333 4334 @property 4335 def allow_external_linked_accounts(self): 4336 """Gets the allow_external_linked_accounts of this AccountSettingsInformation. # noqa: E501 4337 4338 # noqa: E501 4339 4340 :return: The allow_external_linked_accounts of this AccountSettingsInformation. # noqa: E501 4341 :rtype: str 4342 """ 4343 return self._allow_external_linked_accounts 4344 4345 @allow_external_linked_accounts.setter 4346 def allow_external_linked_accounts(self, allow_external_linked_accounts): 4347 """Sets the allow_external_linked_accounts of this AccountSettingsInformation. 4348 4349 # noqa: E501 4350 4351 :param allow_external_linked_accounts: The allow_external_linked_accounts of this AccountSettingsInformation. # noqa: E501 4352 :type: str 4353 """ 4354 4355 self._allow_external_linked_accounts = allow_external_linked_accounts 4356 4357 @property 4358 def allow_external_linked_accounts_metadata(self): 4359 """Gets the allow_external_linked_accounts_metadata of this AccountSettingsInformation. # noqa: E501 4360 4361 # noqa: E501 4362 4363 :return: The allow_external_linked_accounts_metadata of this AccountSettingsInformation. # noqa: E501 4364 :rtype: SettingsMetadata 4365 """ 4366 return self._allow_external_linked_accounts_metadata 4367 4368 @allow_external_linked_accounts_metadata.setter 4369 def allow_external_linked_accounts_metadata(self, allow_external_linked_accounts_metadata): 4370 """Sets the allow_external_linked_accounts_metadata of this AccountSettingsInformation. 4371 4372 # noqa: E501 4373 4374 :param allow_external_linked_accounts_metadata: The allow_external_linked_accounts_metadata of this AccountSettingsInformation. # noqa: E501 4375 :type: SettingsMetadata 4376 """ 4377 4378 self._allow_external_linked_accounts_metadata = allow_external_linked_accounts_metadata 4379 4380 @property 4381 def allow_external_signature_pad(self): 4382 """Gets the allow_external_signature_pad of this AccountSettingsInformation. # noqa: E501 4383 4384 # noqa: E501 4385 4386 :return: The allow_external_signature_pad of this AccountSettingsInformation. # noqa: E501 4387 :rtype: str 4388 """ 4389 return self._allow_external_signature_pad 4390 4391 @allow_external_signature_pad.setter 4392 def allow_external_signature_pad(self, allow_external_signature_pad): 4393 """Sets the allow_external_signature_pad of this AccountSettingsInformation. 4394 4395 # noqa: E501 4396 4397 :param allow_external_signature_pad: The allow_external_signature_pad of this AccountSettingsInformation. # noqa: E501 4398 :type: str 4399 """ 4400 4401 self._allow_external_signature_pad = allow_external_signature_pad 4402 4403 @property 4404 def allow_external_signature_pad_metadata(self): 4405 """Gets the allow_external_signature_pad_metadata of this AccountSettingsInformation. # noqa: E501 4406 4407 Metadata that indicates whether the `allowExternalSignaturePad` property is editable. # noqa: E501 4408 4409 :return: The allow_external_signature_pad_metadata of this AccountSettingsInformation. # noqa: E501 4410 :rtype: SettingsMetadata 4411 """ 4412 return self._allow_external_signature_pad_metadata 4413 4414 @allow_external_signature_pad_metadata.setter 4415 def allow_external_signature_pad_metadata(self, allow_external_signature_pad_metadata): 4416 """Sets the allow_external_signature_pad_metadata of this AccountSettingsInformation. 4417 4418 Metadata that indicates whether the `allowExternalSignaturePad` property is editable. # noqa: E501 4419 4420 :param allow_external_signature_pad_metadata: The allow_external_signature_pad_metadata of this AccountSettingsInformation. # noqa: E501 4421 :type: SettingsMetadata 4422 """ 4423 4424 self._allow_external_signature_pad_metadata = allow_external_signature_pad_metadata 4425 4426 @property 4427 def allow_idv_for_eu_qualified_signatures(self): 4428 """Gets the allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. # noqa: E501 4429 4430 # noqa: E501 4431 4432 :return: The allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. # noqa: E501 4433 :rtype: str 4434 """ 4435 return self._allow_idv_for_eu_qualified_signatures 4436 4437 @allow_idv_for_eu_qualified_signatures.setter 4438 def allow_idv_for_eu_qualified_signatures(self, allow_idv_for_eu_qualified_signatures): 4439 """Sets the allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. 4440 4441 # noqa: E501 4442 4443 :param allow_idv_for_eu_qualified_signatures: The allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. # noqa: E501 4444 :type: str 4445 """ 4446 4447 self._allow_idv_for_eu_qualified_signatures = allow_idv_for_eu_qualified_signatures 4448 4449 @property 4450 def allow_idv_for_eu_qualified_signatures_metadata(self): 4451 """Gets the allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. # noqa: E501 4452 4453 4454 :return: The allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. # noqa: E501 4455 :rtype: SettingsMetadata 4456 """ 4457 return self._allow_idv_for_eu_qualified_signatures_metadata 4458 4459 @allow_idv_for_eu_qualified_signatures_metadata.setter 4460 def allow_idv_for_eu_qualified_signatures_metadata(self, allow_idv_for_eu_qualified_signatures_metadata): 4461 """Sets the allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. 4462 4463 4464 :param allow_idv_for_eu_qualified_signatures_metadata: The allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. # noqa: E501 4465 :type: SettingsMetadata 4466 """ 4467 4468 self._allow_idv_for_eu_qualified_signatures_metadata = allow_idv_for_eu_qualified_signatures_metadata 4469 4470 @property 4471 def allow_idv_level1(self): 4472 """Gets the allow_idv_level1 of this AccountSettingsInformation. # noqa: E501 4473 4474 # noqa: E501 4475 4476 :return: The allow_idv_level1 of this AccountSettingsInformation. # noqa: E501 4477 :rtype: str 4478 """ 4479 return self._allow_idv_level1 4480 4481 @allow_idv_level1.setter 4482 def allow_idv_level1(self, allow_idv_level1): 4483 """Sets the allow_idv_level1 of this AccountSettingsInformation. 4484 4485 # noqa: E501 4486 4487 :param allow_idv_level1: The allow_idv_level1 of this AccountSettingsInformation. # noqa: E501 4488 :type: str 4489 """ 4490 4491 self._allow_idv_level1 = allow_idv_level1 4492 4493 @property 4494 def allow_idv_level1_metadata(self): 4495 """Gets the allow_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 4496 4497 Metadata that indicates whether the `allowIDVLevel1` property is editable. # noqa: E501 4498 4499 :return: The allow_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 4500 :rtype: SettingsMetadata 4501 """ 4502 return self._allow_idv_level1_metadata 4503 4504 @allow_idv_level1_metadata.setter 4505 def allow_idv_level1_metadata(self, allow_idv_level1_metadata): 4506 """Sets the allow_idv_level1_metadata of this AccountSettingsInformation. 4507 4508 Metadata that indicates whether the `allowIDVLevel1` property is editable. # noqa: E501 4509 4510 :param allow_idv_level1_metadata: The allow_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 4511 :type: SettingsMetadata 4512 """ 4513 4514 self._allow_idv_level1_metadata = allow_idv_level1_metadata 4515 4516 @property 4517 def allow_idv_level2(self): 4518 """Gets the allow_idv_level2 of this AccountSettingsInformation. # noqa: E501 4519 4520 # noqa: E501 4521 4522 :return: The allow_idv_level2 of this AccountSettingsInformation. # noqa: E501 4523 :rtype: str 4524 """ 4525 return self._allow_idv_level2 4526 4527 @allow_idv_level2.setter 4528 def allow_idv_level2(self, allow_idv_level2): 4529 """Sets the allow_idv_level2 of this AccountSettingsInformation. 4530 4531 # noqa: E501 4532 4533 :param allow_idv_level2: The allow_idv_level2 of this AccountSettingsInformation. # noqa: E501 4534 :type: str 4535 """ 4536 4537 self._allow_idv_level2 = allow_idv_level2 4538 4539 @property 4540 def allow_idv_level2_metadata(self): 4541 """Gets the allow_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501 4542 4543 # noqa: E501 4544 4545 :return: The allow_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501 4546 :rtype: SettingsMetadata 4547 """ 4548 return self._allow_idv_level2_metadata 4549 4550 @allow_idv_level2_metadata.setter 4551 def allow_idv_level2_metadata(self, allow_idv_level2_metadata): 4552 """Sets the allow_idv_level2_metadata of this AccountSettingsInformation. 4553 4554 # noqa: E501 4555 4556 :param allow_idv_level2_metadata: The allow_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501 4557 :type: SettingsMetadata 4558 """ 4559 4560 self._allow_idv_level2_metadata = allow_idv_level2_metadata 4561 4562 @property 4563 def allow_idv_level3(self): 4564 """Gets the allow_idv_level3 of this AccountSettingsInformation. # noqa: E501 4565 4566 # noqa: E501 4567 4568 :return: The allow_idv_level3 of this AccountSettingsInformation. # noqa: E501 4569 :rtype: str 4570 """ 4571 return self._allow_idv_level3 4572 4573 @allow_idv_level3.setter 4574 def allow_idv_level3(self, allow_idv_level3): 4575 """Sets the allow_idv_level3 of this AccountSettingsInformation. 4576 4577 # noqa: E501 4578 4579 :param allow_idv_level3: The allow_idv_level3 of this AccountSettingsInformation. # noqa: E501 4580 :type: str 4581 """ 4582 4583 self._allow_idv_level3 = allow_idv_level3 4584 4585 @property 4586 def allow_idv_level3_metadata(self): 4587 """Gets the allow_idv_level3_metadata of this AccountSettingsInformation. # noqa: E501 4588 4589 # noqa: E501 4590 4591 :return: The allow_idv_level3_metadata of this AccountSettingsInformation. # noqa: E501 4592 :rtype: SettingsMetadata 4593 """ 4594 return self._allow_idv_level3_metadata 4595 4596 @allow_idv_level3_metadata.setter 4597 def allow_idv_level3_metadata(self, allow_idv_level3_metadata): 4598 """Sets the allow_idv_level3_metadata of this AccountSettingsInformation. 4599 4600 # noqa: E501 4601 4602 :param allow_idv_level3_metadata: The allow_idv_level3_metadata of this AccountSettingsInformation. # noqa: E501 4603 :type: SettingsMetadata 4604 """ 4605 4606 self._allow_idv_level3_metadata = allow_idv_level3_metadata 4607 4608 @property 4609 def allow_idv_platform(self): 4610 """Gets the allow_idv_platform of this AccountSettingsInformation. # noqa: E501 4611 4612 # noqa: E501 4613 4614 :return: The allow_idv_platform of this AccountSettingsInformation. # noqa: E501 4615 :rtype: str 4616 """ 4617 return self._allow_idv_platform 4618 4619 @allow_idv_platform.setter 4620 def allow_idv_platform(self, allow_idv_platform): 4621 """Sets the allow_idv_platform of this AccountSettingsInformation. 4622 4623 # noqa: E501 4624 4625 :param allow_idv_platform: The allow_idv_platform of this AccountSettingsInformation. # noqa: E501 4626 :type: str 4627 """ 4628 4629 self._allow_idv_platform = allow_idv_platform 4630 4631 @property 4632 def allow_idv_platform_metadata(self): 4633 """Gets the allow_idv_platform_metadata of this AccountSettingsInformation. # noqa: E501 4634 4635 Metadata that indicates whether the `allowIDVPlatform` property is editable. # noqa: E501 4636 4637 :return: The allow_idv_platform_metadata of this AccountSettingsInformation. # noqa: E501 4638 :rtype: SettingsMetadata 4639 """ 4640 return self._allow_idv_platform_metadata 4641 4642 @allow_idv_platform_metadata.setter 4643 def allow_idv_platform_metadata(self, allow_idv_platform_metadata): 4644 """Sets the allow_idv_platform_metadata of this AccountSettingsInformation. 4645 4646 Metadata that indicates whether the `allowIDVPlatform` property is editable. # noqa: E501 4647 4648 :param allow_idv_platform_metadata: The allow_idv_platform_metadata of this AccountSettingsInformation. # noqa: E501 4649 :type: SettingsMetadata 4650 """ 4651 4652 self._allow_idv_platform_metadata = allow_idv_platform_metadata 4653 4654 @property 4655 def allow_in_person(self): 4656 """Gets the allow_in_person of this AccountSettingsInformation. # noqa: E501 4657 4658 # noqa: E501 4659 4660 :return: The allow_in_person of this AccountSettingsInformation. # noqa: E501 4661 :rtype: str 4662 """ 4663 return self._allow_in_person 4664 4665 @allow_in_person.setter 4666 def allow_in_person(self, allow_in_person): 4667 """Sets the allow_in_person of this AccountSettingsInformation. 4668 4669 # noqa: E501 4670 4671 :param allow_in_person: The allow_in_person of this AccountSettingsInformation. # noqa: E501 4672 :type: str 4673 """ 4674 4675 self._allow_in_person = allow_in_person 4676 4677 @property 4678 def allow_in_person_electronic_notary(self): 4679 """Gets the allow_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 4680 4681 Account Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 4682 4683 :return: The allow_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 4684 :rtype: str 4685 """ 4686 return self._allow_in_person_electronic_notary 4687 4688 @allow_in_person_electronic_notary.setter 4689 def allow_in_person_electronic_notary(self, allow_in_person_electronic_notary): 4690 """Sets the allow_in_person_electronic_notary of this AccountSettingsInformation. 4691 4692 Account Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 4693 4694 :param allow_in_person_electronic_notary: The allow_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 4695 :type: str 4696 """ 4697 4698 self._allow_in_person_electronic_notary = allow_in_person_electronic_notary 4699 4700 @property 4701 def allow_in_person_electronic_notary_metadata(self): 4702 """Gets the allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 4703 4704 MetaData for the allowInPersonElectronicNotary flag # noqa: E501 4705 4706 :return: The allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 4707 :rtype: SettingsMetadata 4708 """ 4709 return self._allow_in_person_electronic_notary_metadata 4710 4711 @allow_in_person_electronic_notary_metadata.setter 4712 def allow_in_person_electronic_notary_metadata(self, allow_in_person_electronic_notary_metadata): 4713 """Sets the allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. 4714 4715 MetaData for the allowInPersonElectronicNotary flag # noqa: E501 4716 4717 :param allow_in_person_electronic_notary_metadata: The allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 4718 :type: SettingsMetadata 4719 """ 4720 4721 self._allow_in_person_electronic_notary_metadata = allow_in_person_electronic_notary_metadata 4722 4723 @property 4724 def allow_in_person_metadata(self): 4725 """Gets the allow_in_person_metadata of this AccountSettingsInformation. # noqa: E501 4726 4727 Metadata that indicates whether the `allowInPerson` property is editable. # noqa: E501 4728 4729 :return: The allow_in_person_metadata of this AccountSettingsInformation. # noqa: E501 4730 :rtype: SettingsMetadata 4731 """ 4732 return self._allow_in_person_metadata 4733 4734 @allow_in_person_metadata.setter 4735 def allow_in_person_metadata(self, allow_in_person_metadata): 4736 """Sets the allow_in_person_metadata of this AccountSettingsInformation. 4737 4738 Metadata that indicates whether the `allowInPerson` property is editable. # noqa: E501 4739 4740 :param allow_in_person_metadata: The allow_in_person_metadata of this AccountSettingsInformation. # noqa: E501 4741 :type: SettingsMetadata 4742 """ 4743 4744 self._allow_in_person_metadata = allow_in_person_metadata 4745 4746 @property 4747 def allow_managed_stamps(self): 4748 """Gets the allow_managed_stamps of this AccountSettingsInformation. # noqa: E501 4749 4750 # noqa: E501 4751 4752 :return: The allow_managed_stamps of this AccountSettingsInformation. # noqa: E501 4753 :rtype: str 4754 """ 4755 return self._allow_managed_stamps 4756 4757 @allow_managed_stamps.setter 4758 def allow_managed_stamps(self, allow_managed_stamps): 4759 """Sets the allow_managed_stamps of this AccountSettingsInformation. 4760 4761 # noqa: E501 4762 4763 :param allow_managed_stamps: The allow_managed_stamps of this AccountSettingsInformation. # noqa: E501 4764 :type: str 4765 """ 4766 4767 self._allow_managed_stamps = allow_managed_stamps 4768 4769 @property 4770 def allow_managed_stamps_metadata(self): 4771 """Gets the allow_managed_stamps_metadata of this AccountSettingsInformation. # noqa: E501 4772 4773 Metadata that indicates whether the `allowManagedStamps` property is editable. # noqa: E501 4774 4775 :return: The allow_managed_stamps_metadata of this AccountSettingsInformation. # noqa: E501 4776 :rtype: SettingsMetadata 4777 """ 4778 return self._allow_managed_stamps_metadata 4779 4780 @allow_managed_stamps_metadata.setter 4781 def allow_managed_stamps_metadata(self, allow_managed_stamps_metadata): 4782 """Sets the allow_managed_stamps_metadata of this AccountSettingsInformation. 4783 4784 Metadata that indicates whether the `allowManagedStamps` property is editable. # noqa: E501 4785 4786 :param allow_managed_stamps_metadata: The allow_managed_stamps_metadata of this AccountSettingsInformation. # noqa: E501 4787 :type: SettingsMetadata 4788 """ 4789 4790 self._allow_managed_stamps_metadata = allow_managed_stamps_metadata 4791 4792 @property 4793 def allow_managing_envelopes_on_behalf_of_others(self): 4794 """Gets the allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 4795 4796 # noqa: E501 4797 4798 :return: The allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 4799 :rtype: str 4800 """ 4801 return self._allow_managing_envelopes_on_behalf_of_others 4802 4803 @allow_managing_envelopes_on_behalf_of_others.setter 4804 def allow_managing_envelopes_on_behalf_of_others(self, allow_managing_envelopes_on_behalf_of_others): 4805 """Sets the allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. 4806 4807 # noqa: E501 4808 4809 :param allow_managing_envelopes_on_behalf_of_others: The allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 4810 :type: str 4811 """ 4812 4813 self._allow_managing_envelopes_on_behalf_of_others = allow_managing_envelopes_on_behalf_of_others 4814 4815 @property 4816 def allow_managing_envelopes_on_behalf_of_others_metadata(self): 4817 """Gets the allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 4818 4819 4820 :return: The allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 4821 :rtype: SettingsMetadata 4822 """ 4823 return self._allow_managing_envelopes_on_behalf_of_others_metadata 4824 4825 @allow_managing_envelopes_on_behalf_of_others_metadata.setter 4826 def allow_managing_envelopes_on_behalf_of_others_metadata(self, allow_managing_envelopes_on_behalf_of_others_metadata): 4827 """Sets the allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. 4828 4829 4830 :param allow_managing_envelopes_on_behalf_of_others_metadata: The allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 4831 :type: SettingsMetadata 4832 """ 4833 4834 self._allow_managing_envelopes_on_behalf_of_others_metadata = allow_managing_envelopes_on_behalf_of_others_metadata 4835 4836 @property 4837 def allow_markup(self): 4838 """Gets the allow_markup of this AccountSettingsInformation. # noqa: E501 4839 4840 When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this # noqa: E501 4841 4842 :return: The allow_markup of this AccountSettingsInformation. # noqa: E501 4843 :rtype: str 4844 """ 4845 return self._allow_markup 4846 4847 @allow_markup.setter 4848 def allow_markup(self, allow_markup): 4849 """Sets the allow_markup of this AccountSettingsInformation. 4850 4851 When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this # noqa: E501 4852 4853 :param allow_markup: The allow_markup of this AccountSettingsInformation. # noqa: E501 4854 :type: str 4855 """ 4856 4857 self._allow_markup = allow_markup 4858 4859 @property 4860 def allow_markup_metadata(self): 4861 """Gets the allow_markup_metadata of this AccountSettingsInformation. # noqa: E501 4862 4863 Metadata that indicates whether the `allowMarkup` property is editable. # noqa: E501 4864 4865 :return: The allow_markup_metadata of this AccountSettingsInformation. # noqa: E501 4866 :rtype: SettingsMetadata 4867 """ 4868 return self._allow_markup_metadata 4869 4870 @allow_markup_metadata.setter 4871 def allow_markup_metadata(self, allow_markup_metadata): 4872 """Sets the allow_markup_metadata of this AccountSettingsInformation. 4873 4874 Metadata that indicates whether the `allowMarkup` property is editable. # noqa: E501 4875 4876 :param allow_markup_metadata: The allow_markup_metadata of this AccountSettingsInformation. # noqa: E501 4877 :type: SettingsMetadata 4878 """ 4879 4880 self._allow_markup_metadata = allow_markup_metadata 4881 4882 @property 4883 def allow_member_time_zone(self): 4884 """Gets the allow_member_time_zone of this AccountSettingsInformation. # noqa: E501 4885 4886 # noqa: E501 4887 4888 :return: The allow_member_time_zone of this AccountSettingsInformation. # noqa: E501 4889 :rtype: str 4890 """ 4891 return self._allow_member_time_zone 4892 4893 @allow_member_time_zone.setter 4894 def allow_member_time_zone(self, allow_member_time_zone): 4895 """Sets the allow_member_time_zone of this AccountSettingsInformation. 4896 4897 # noqa: E501 4898 4899 :param allow_member_time_zone: The allow_member_time_zone of this AccountSettingsInformation. # noqa: E501 4900 :type: str 4901 """ 4902 4903 self._allow_member_time_zone = allow_member_time_zone 4904 4905 @property 4906 def allow_member_time_zone_metadata(self): 4907 """Gets the allow_member_time_zone_metadata of this AccountSettingsInformation. # noqa: E501 4908 4909 Metadata that indicates whether the `allowMemberTimeZone` property is editable. # noqa: E501 4910 4911 :return: The allow_member_time_zone_metadata of this AccountSettingsInformation. # noqa: E501 4912 :rtype: SettingsMetadata 4913 """ 4914 return self._allow_member_time_zone_metadata 4915 4916 @allow_member_time_zone_metadata.setter 4917 def allow_member_time_zone_metadata(self, allow_member_time_zone_metadata): 4918 """Sets the allow_member_time_zone_metadata of this AccountSettingsInformation. 4919 4920 Metadata that indicates whether the `allowMemberTimeZone` property is editable. # noqa: E501 4921 4922 :param allow_member_time_zone_metadata: The allow_member_time_zone_metadata of this AccountSettingsInformation. # noqa: E501 4923 :type: SettingsMetadata 4924 """ 4925 4926 self._allow_member_time_zone_metadata = allow_member_time_zone_metadata 4927 4928 @property 4929 def allow_merge_fields(self): 4930 """Gets the allow_merge_fields of this AccountSettingsInformation. # noqa: E501 4931 4932 # noqa: E501 4933 4934 :return: The allow_merge_fields of this AccountSettingsInformation. # noqa: E501 4935 :rtype: str 4936 """ 4937 return self._allow_merge_fields 4938 4939 @allow_merge_fields.setter 4940 def allow_merge_fields(self, allow_merge_fields): 4941 """Sets the allow_merge_fields of this AccountSettingsInformation. 4942 4943 # noqa: E501 4944 4945 :param allow_merge_fields: The allow_merge_fields of this AccountSettingsInformation. # noqa: E501 4946 :type: str 4947 """ 4948 4949 self._allow_merge_fields = allow_merge_fields 4950 4951 @property 4952 def allow_merge_fields_metadata(self): 4953 """Gets the allow_merge_fields_metadata of this AccountSettingsInformation. # noqa: E501 4954 4955 Metadata that indicates whether the `allowMergeFields` property is editable. # noqa: E501 4956 4957 :return: The allow_merge_fields_metadata of this AccountSettingsInformation. # noqa: E501 4958 :rtype: SettingsMetadata 4959 """ 4960 return self._allow_merge_fields_metadata 4961 4962 @allow_merge_fields_metadata.setter 4963 def allow_merge_fields_metadata(self, allow_merge_fields_metadata): 4964 """Sets the allow_merge_fields_metadata of this AccountSettingsInformation. 4965 4966 Metadata that indicates whether the `allowMergeFields` property is editable. # noqa: E501 4967 4968 :param allow_merge_fields_metadata: The allow_merge_fields_metadata of this AccountSettingsInformation. # noqa: E501 4969 :type: SettingsMetadata 4970 """ 4971 4972 self._allow_merge_fields_metadata = allow_merge_fields_metadata 4973 4974 @property 4975 def allow_multiple_brand_profiles(self): 4976 """Gets the allow_multiple_brand_profiles of this AccountSettingsInformation. # noqa: E501 4977 4978 # noqa: E501 4979 4980 :return: The allow_multiple_brand_profiles of this AccountSettingsInformation. # noqa: E501 4981 :rtype: str 4982 """ 4983 return self._allow_multiple_brand_profiles 4984 4985 @allow_multiple_brand_profiles.setter 4986 def allow_multiple_brand_profiles(self, allow_multiple_brand_profiles): 4987 """Sets the allow_multiple_brand_profiles of this AccountSettingsInformation. 4988 4989 # noqa: E501 4990 4991 :param allow_multiple_brand_profiles: The allow_multiple_brand_profiles of this AccountSettingsInformation. # noqa: E501 4992 :type: str 4993 """ 4994 4995 self._allow_multiple_brand_profiles = allow_multiple_brand_profiles 4996 4997 @property 4998 def allow_multiple_brand_profiles_metadata(self): 4999 """Gets the allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. # noqa: E501 5000 5001 Metadata that indicates whether the `allowMultipleBrandProfiles` property is editable. # noqa: E501 5002 5003 :return: The allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. # noqa: E501 5004 :rtype: SettingsMetadata 5005 """ 5006 return self._allow_multiple_brand_profiles_metadata 5007 5008 @allow_multiple_brand_profiles_metadata.setter 5009 def allow_multiple_brand_profiles_metadata(self, allow_multiple_brand_profiles_metadata): 5010 """Sets the allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. 5011 5012 Metadata that indicates whether the `allowMultipleBrandProfiles` property is editable. # noqa: E501 5013 5014 :param allow_multiple_brand_profiles_metadata: The allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. # noqa: E501 5015 :type: SettingsMetadata 5016 """ 5017 5018 self._allow_multiple_brand_profiles_metadata = allow_multiple_brand_profiles_metadata 5019 5020 @property 5021 def allow_multiple_signer_attachments(self): 5022 """Gets the allow_multiple_signer_attachments of this AccountSettingsInformation. # noqa: E501 5023 5024 # noqa: E501 5025 5026 :return: The allow_multiple_signer_attachments of this AccountSettingsInformation. # noqa: E501 5027 :rtype: str 5028 """ 5029 return self._allow_multiple_signer_attachments 5030 5031 @allow_multiple_signer_attachments.setter 5032 def allow_multiple_signer_attachments(self, allow_multiple_signer_attachments): 5033 """Sets the allow_multiple_signer_attachments of this AccountSettingsInformation. 5034 5035 # noqa: E501 5036 5037 :param allow_multiple_signer_attachments: The allow_multiple_signer_attachments of this AccountSettingsInformation. # noqa: E501 5038 :type: str 5039 """ 5040 5041 self._allow_multiple_signer_attachments = allow_multiple_signer_attachments 5042 5043 @property 5044 def allow_multiple_signer_attachments_metadata(self): 5045 """Gets the allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 5046 5047 Metadata that indicates whether the `allowMultipleSignerAttachments` property is editable. # noqa: E501 5048 5049 :return: The allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 5050 :rtype: SettingsMetadata 5051 """ 5052 return self._allow_multiple_signer_attachments_metadata 5053 5054 @allow_multiple_signer_attachments_metadata.setter 5055 def allow_multiple_signer_attachments_metadata(self, allow_multiple_signer_attachments_metadata): 5056 """Sets the allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. 5057 5058 Metadata that indicates whether the `allowMultipleSignerAttachments` property is editable. # noqa: E501 5059 5060 :param allow_multiple_signer_attachments_metadata: The allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 5061 :type: SettingsMetadata 5062 """ 5063 5064 self._allow_multiple_signer_attachments_metadata = allow_multiple_signer_attachments_metadata 5065 5066 @property 5067 def allow_non_us_phone_auth(self): 5068 """Gets the allow_non_us_phone_auth of this AccountSettingsInformation. # noqa: E501 5069 5070 # noqa: E501 5071 5072 :return: The allow_non_us_phone_auth of this AccountSettingsInformation. # noqa: E501 5073 :rtype: str 5074 """ 5075 return self._allow_non_us_phone_auth 5076 5077 @allow_non_us_phone_auth.setter 5078 def allow_non_us_phone_auth(self, allow_non_us_phone_auth): 5079 """Sets the allow_non_us_phone_auth of this AccountSettingsInformation. 5080 5081 # noqa: E501 5082 5083 :param allow_non_us_phone_auth: The allow_non_us_phone_auth of this AccountSettingsInformation. # noqa: E501 5084 :type: str 5085 """ 5086 5087 self._allow_non_us_phone_auth = allow_non_us_phone_auth 5088 5089 @property 5090 def allow_non_us_phone_auth_metadata(self): 5091 """Gets the allow_non_us_phone_auth_metadata of this AccountSettingsInformation. # noqa: E501 5092 5093 Metadata that indicates whether the `allowNonUSPhoneAuth` property is editable. # noqa: E501 5094 5095 :return: The allow_non_us_phone_auth_metadata of this AccountSettingsInformation. # noqa: E501 5096 :rtype: SettingsMetadata 5097 """ 5098 return self._allow_non_us_phone_auth_metadata 5099 5100 @allow_non_us_phone_auth_metadata.setter 5101 def allow_non_us_phone_auth_metadata(self, allow_non_us_phone_auth_metadata): 5102 """Sets the allow_non_us_phone_auth_metadata of this AccountSettingsInformation. 5103 5104 Metadata that indicates whether the `allowNonUSPhoneAuth` property is editable. # noqa: E501 5105 5106 :param allow_non_us_phone_auth_metadata: The allow_non_us_phone_auth_metadata of this AccountSettingsInformation. # noqa: E501 5107 :type: SettingsMetadata 5108 """ 5109 5110 self._allow_non_us_phone_auth_metadata = allow_non_us_phone_auth_metadata 5111 5112 @property 5113 def allow_ocr_of_envelope_documents(self): 5114 """Gets the allow_ocr_of_envelope_documents of this AccountSettingsInformation. # noqa: E501 5115 5116 # noqa: E501 5117 5118 :return: The allow_ocr_of_envelope_documents of this AccountSettingsInformation. # noqa: E501 5119 :rtype: str 5120 """ 5121 return self._allow_ocr_of_envelope_documents 5122 5123 @allow_ocr_of_envelope_documents.setter 5124 def allow_ocr_of_envelope_documents(self, allow_ocr_of_envelope_documents): 5125 """Sets the allow_ocr_of_envelope_documents of this AccountSettingsInformation. 5126 5127 # noqa: E501 5128 5129 :param allow_ocr_of_envelope_documents: The allow_ocr_of_envelope_documents of this AccountSettingsInformation. # noqa: E501 5130 :type: str 5131 """ 5132 5133 self._allow_ocr_of_envelope_documents = allow_ocr_of_envelope_documents 5134 5135 @property 5136 def allow_ocr_of_envelope_documents_metadata(self): 5137 """Gets the allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. # noqa: E501 5138 5139 # noqa: E501 5140 5141 :return: The allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. # noqa: E501 5142 :rtype: SettingsMetadata 5143 """ 5144 return self._allow_ocr_of_envelope_documents_metadata 5145 5146 @allow_ocr_of_envelope_documents_metadata.setter 5147 def allow_ocr_of_envelope_documents_metadata(self, allow_ocr_of_envelope_documents_metadata): 5148 """Sets the allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. 5149 5150 # noqa: E501 5151 5152 :param allow_ocr_of_envelope_documents_metadata: The allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. # noqa: E501 5153 :type: SettingsMetadata 5154 """ 5155 5156 self._allow_ocr_of_envelope_documents_metadata = allow_ocr_of_envelope_documents_metadata 5157 5158 @property 5159 def allow_offline_signing(self): 5160 """Gets the allow_offline_signing of this AccountSettingsInformation. # noqa: E501 5161 5162 # noqa: E501 5163 5164 :return: The allow_offline_signing of this AccountSettingsInformation. # noqa: E501 5165 :rtype: str 5166 """ 5167 return self._allow_offline_signing 5168 5169 @allow_offline_signing.setter 5170 def allow_offline_signing(self, allow_offline_signing): 5171 """Sets the allow_offline_signing of this AccountSettingsInformation. 5172 5173 # noqa: E501 5174 5175 :param allow_offline_signing: The allow_offline_signing of this AccountSettingsInformation. # noqa: E501 5176 :type: str 5177 """ 5178 5179 self._allow_offline_signing = allow_offline_signing 5180 5181 @property 5182 def allow_offline_signing_metadata(self): 5183 """Gets the allow_offline_signing_metadata of this AccountSettingsInformation. # noqa: E501 5184 5185 Metadata that indicates whether the `allowOfflineSigning` property is editable. # noqa: E501 5186 5187 :return: The allow_offline_signing_metadata of this AccountSettingsInformation. # noqa: E501 5188 :rtype: SettingsMetadata 5189 """ 5190 return self._allow_offline_signing_metadata 5191 5192 @allow_offline_signing_metadata.setter 5193 def allow_offline_signing_metadata(self, allow_offline_signing_metadata): 5194 """Sets the allow_offline_signing_metadata of this AccountSettingsInformation. 5195 5196 Metadata that indicates whether the `allowOfflineSigning` property is editable. # noqa: E501 5197 5198 :param allow_offline_signing_metadata: The allow_offline_signing_metadata of this AccountSettingsInformation. # noqa: E501 5199 :type: SettingsMetadata 5200 """ 5201 5202 self._allow_offline_signing_metadata = allow_offline_signing_metadata 5203 5204 @property 5205 def allow_open_trust_signer_certificate(self): 5206 """Gets the allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501 5207 5208 # noqa: E501 5209 5210 :return: The allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501 5211 :rtype: str 5212 """ 5213 return self._allow_open_trust_signer_certificate 5214 5215 @allow_open_trust_signer_certificate.setter 5216 def allow_open_trust_signer_certificate(self, allow_open_trust_signer_certificate): 5217 """Sets the allow_open_trust_signer_certificate of this AccountSettingsInformation. 5218 5219 # noqa: E501 5220 5221 :param allow_open_trust_signer_certificate: The allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501 5222 :type: str 5223 """ 5224 5225 self._allow_open_trust_signer_certificate = allow_open_trust_signer_certificate 5226 5227 @property 5228 def allow_open_trust_signer_certificate_metadata(self): 5229 """Gets the allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 5230 5231 Metadata that indicates whether the `allowOpenTrustSignerCertificate` property is editable. # noqa: E501 5232 5233 :return: The allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 5234 :rtype: SettingsMetadata 5235 """ 5236 return self._allow_open_trust_signer_certificate_metadata 5237 5238 @allow_open_trust_signer_certificate_metadata.setter 5239 def allow_open_trust_signer_certificate_metadata(self, allow_open_trust_signer_certificate_metadata): 5240 """Sets the allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. 5241 5242 Metadata that indicates whether the `allowOpenTrustSignerCertificate` property is editable. # noqa: E501 5243 5244 :param allow_open_trust_signer_certificate_metadata: The allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 5245 :type: SettingsMetadata 5246 """ 5247 5248 self._allow_open_trust_signer_certificate_metadata = allow_open_trust_signer_certificate_metadata 5249 5250 @property 5251 def allow_organization_docusign_monitor(self): 5252 """Gets the allow_organization_docusign_monitor of this AccountSettingsInformation. # noqa: E501 5253 5254 # noqa: E501 5255 5256 :return: The allow_organization_docusign_monitor of this AccountSettingsInformation. # noqa: E501 5257 :rtype: str 5258 """ 5259 return self._allow_organization_docusign_monitor 5260 5261 @allow_organization_docusign_monitor.setter 5262 def allow_organization_docusign_monitor(self, allow_organization_docusign_monitor): 5263 """Sets the allow_organization_docusign_monitor of this AccountSettingsInformation. 5264 5265 # noqa: E501 5266 5267 :param allow_organization_docusign_monitor: The allow_organization_docusign_monitor of this AccountSettingsInformation. # noqa: E501 5268 :type: str 5269 """ 5270 5271 self._allow_organization_docusign_monitor = allow_organization_docusign_monitor 5272 5273 @property 5274 def allow_organization_docusign_monitor_metadata(self): 5275 """Gets the allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. # noqa: E501 5276 5277 # noqa: E501 5278 5279 :return: The allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. # noqa: E501 5280 :rtype: SettingsMetadata 5281 """ 5282 return self._allow_organization_docusign_monitor_metadata 5283 5284 @allow_organization_docusign_monitor_metadata.setter 5285 def allow_organization_docusign_monitor_metadata(self, allow_organization_docusign_monitor_metadata): 5286 """Sets the allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. 5287 5288 # noqa: E501 5289 5290 :param allow_organization_docusign_monitor_metadata: The allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. # noqa: E501 5291 :type: SettingsMetadata 5292 """ 5293 5294 self._allow_organization_docusign_monitor_metadata = allow_organization_docusign_monitor_metadata 5295 5296 @property 5297 def allow_organization_domain_user_management(self): 5298 """Gets the allow_organization_domain_user_management of this AccountSettingsInformation. # noqa: E501 5299 5300 # noqa: E501 5301 5302 :return: The allow_organization_domain_user_management of this AccountSettingsInformation. # noqa: E501 5303 :rtype: str 5304 """ 5305 return self._allow_organization_domain_user_management 5306 5307 @allow_organization_domain_user_management.setter 5308 def allow_organization_domain_user_management(self, allow_organization_domain_user_management): 5309 """Sets the allow_organization_domain_user_management of this AccountSettingsInformation. 5310 5311 # noqa: E501 5312 5313 :param allow_organization_domain_user_management: The allow_organization_domain_user_management of this AccountSettingsInformation. # noqa: E501 5314 :type: str 5315 """ 5316 5317 self._allow_organization_domain_user_management = allow_organization_domain_user_management 5318 5319 @property 5320 def allow_organization_domain_user_management_metadata(self): 5321 """Gets the allow_organization_domain_user_management_metadata of this AccountSettingsInformation. # noqa: E501 5322 5323 # noqa: E501 5324 5325 :return: The allow_organization_domain_user_management_metadata of this AccountSettingsInformation. # noqa: E501 5326 :rtype: SettingsMetadata 5327 """ 5328 return self._allow_organization_domain_user_management_metadata 5329 5330 @allow_organization_domain_user_management_metadata.setter 5331 def allow_organization_domain_user_management_metadata(self, allow_organization_domain_user_management_metadata): 5332 """Sets the allow_organization_domain_user_management_metadata of this AccountSettingsInformation. 5333 5334 # noqa: E501 5335 5336 :param allow_organization_domain_user_management_metadata: The allow_organization_domain_user_management_metadata of this AccountSettingsInformation. # noqa: E501 5337 :type: SettingsMetadata 5338 """ 5339 5340 self._allow_organization_domain_user_management_metadata = allow_organization_domain_user_management_metadata 5341 5342 @property 5343 def allow_organizations(self): 5344 """Gets the allow_organizations of this AccountSettingsInformation. # noqa: E501 5345 5346 # noqa: E501 5347 5348 :return: The allow_organizations of this AccountSettingsInformation. # noqa: E501 5349 :rtype: str 5350 """ 5351 return self._allow_organizations 5352 5353 @allow_organizations.setter 5354 def allow_organizations(self, allow_organizations): 5355 """Sets the allow_organizations of this AccountSettingsInformation. 5356 5357 # noqa: E501 5358 5359 :param allow_organizations: The allow_organizations of this AccountSettingsInformation. # noqa: E501 5360 :type: str 5361 """ 5362 5363 self._allow_organizations = allow_organizations 5364 5365 @property 5366 def allow_organizations_metadata(self): 5367 """Gets the allow_organizations_metadata of this AccountSettingsInformation. # noqa: E501 5368 5369 Metadata that indicates whether the `allowOrganizations` property is editable. # noqa: E501 5370 5371 :return: The allow_organizations_metadata of this AccountSettingsInformation. # noqa: E501 5372 :rtype: SettingsMetadata 5373 """ 5374 return self._allow_organizations_metadata 5375 5376 @allow_organizations_metadata.setter 5377 def allow_organizations_metadata(self, allow_organizations_metadata): 5378 """Sets the allow_organizations_metadata of this AccountSettingsInformation. 5379 5380 Metadata that indicates whether the `allowOrganizations` property is editable. # noqa: E501 5381 5382 :param allow_organizations_metadata: The allow_organizations_metadata of this AccountSettingsInformation. # noqa: E501 5383 :type: SettingsMetadata 5384 """ 5385 5386 self._allow_organizations_metadata = allow_organizations_metadata 5387 5388 @property 5389 def allow_organization_sso_management(self): 5390 """Gets the allow_organization_sso_management of this AccountSettingsInformation. # noqa: E501 5391 5392 # noqa: E501 5393 5394 :return: The allow_organization_sso_management of this AccountSettingsInformation. # noqa: E501 5395 :rtype: str 5396 """ 5397 return self._allow_organization_sso_management 5398 5399 @allow_organization_sso_management.setter 5400 def allow_organization_sso_management(self, allow_organization_sso_management): 5401 """Sets the allow_organization_sso_management of this AccountSettingsInformation. 5402 5403 # noqa: E501 5404 5405 :param allow_organization_sso_management: The allow_organization_sso_management of this AccountSettingsInformation. # noqa: E501 5406 :type: str 5407 """ 5408 5409 self._allow_organization_sso_management = allow_organization_sso_management 5410 5411 @property 5412 def allow_organization_sso_management_metadata(self): 5413 """Gets the allow_organization_sso_management_metadata of this AccountSettingsInformation. # noqa: E501 5414 5415 # noqa: E501 5416 5417 :return: The allow_organization_sso_management_metadata of this AccountSettingsInformation. # noqa: E501 5418 :rtype: SettingsMetadata 5419 """ 5420 return self._allow_organization_sso_management_metadata 5421 5422 @allow_organization_sso_management_metadata.setter 5423 def allow_organization_sso_management_metadata(self, allow_organization_sso_management_metadata): 5424 """Sets the allow_organization_sso_management_metadata of this AccountSettingsInformation. 5425 5426 # noqa: E501 5427 5428 :param allow_organization_sso_management_metadata: The allow_organization_sso_management_metadata of this AccountSettingsInformation. # noqa: E501 5429 :type: SettingsMetadata 5430 """ 5431 5432 self._allow_organization_sso_management_metadata = allow_organization_sso_management_metadata 5433 5434 @property 5435 def allow_organization_to_use_in_person_electronic_notary(self): 5436 """Gets the allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 5437 5438 Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 5439 5440 :return: The allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 5441 :rtype: str 5442 """ 5443 return self._allow_organization_to_use_in_person_electronic_notary 5444 5445 @allow_organization_to_use_in_person_electronic_notary.setter 5446 def allow_organization_to_use_in_person_electronic_notary(self, allow_organization_to_use_in_person_electronic_notary): 5447 """Sets the allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. 5448 5449 Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 5450 5451 :param allow_organization_to_use_in_person_electronic_notary: The allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 5452 :type: str 5453 """ 5454 5455 self._allow_organization_to_use_in_person_electronic_notary = allow_organization_to_use_in_person_electronic_notary 5456 5457 @property 5458 def allow_organization_to_use_in_person_electronic_notary_metadata(self): 5459 """Gets the allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 5460 5461 MetaData for the allowOrganizationToUseInPersonElectronicNotary flag # noqa: E501 5462 5463 :return: The allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 5464 :rtype: SettingsMetadata 5465 """ 5466 return self._allow_organization_to_use_in_person_electronic_notary_metadata 5467 5468 @allow_organization_to_use_in_person_electronic_notary_metadata.setter 5469 def allow_organization_to_use_in_person_electronic_notary_metadata(self, allow_organization_to_use_in_person_electronic_notary_metadata): 5470 """Sets the allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. 5471 5472 MetaData for the allowOrganizationToUseInPersonElectronicNotary flag # noqa: E501 5473 5474 :param allow_organization_to_use_in_person_electronic_notary_metadata: The allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 5475 :type: SettingsMetadata 5476 """ 5477 5478 self._allow_organization_to_use_in_person_electronic_notary_metadata = allow_organization_to_use_in_person_electronic_notary_metadata 5479 5480 @property 5481 def allow_organization_to_use_remote_notary(self): 5482 """Gets the allow_organization_to_use_remote_notary of this AccountSettingsInformation. # noqa: E501 5483 5484 # noqa: E501 5485 5486 :return: The allow_organization_to_use_remote_notary of this AccountSettingsInformation. # noqa: E501 5487 :rtype: str 5488 """ 5489 return self._allow_organization_to_use_remote_notary 5490 5491 @allow_organization_to_use_remote_notary.setter 5492 def allow_organization_to_use_remote_notary(self, allow_organization_to_use_remote_notary): 5493 """Sets the allow_organization_to_use_remote_notary of this AccountSettingsInformation. 5494 5495 # noqa: E501 5496 5497 :param allow_organization_to_use_remote_notary: The allow_organization_to_use_remote_notary of this AccountSettingsInformation. # noqa: E501 5498 :type: str 5499 """ 5500 5501 self._allow_organization_to_use_remote_notary = allow_organization_to_use_remote_notary 5502 5503 @property 5504 def allow_organization_to_use_remote_notary_metadata(self): 5505 """Gets the allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 5506 5507 # noqa: E501 5508 5509 :return: The allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 5510 :rtype: SettingsMetadata 5511 """ 5512 return self._allow_organization_to_use_remote_notary_metadata 5513 5514 @allow_organization_to_use_remote_notary_metadata.setter 5515 def allow_organization_to_use_remote_notary_metadata(self, allow_organization_to_use_remote_notary_metadata): 5516 """Sets the allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. 5517 5518 # noqa: E501 5519 5520 :param allow_organization_to_use_remote_notary_metadata: The allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 5521 :type: SettingsMetadata 5522 """ 5523 5524 self._allow_organization_to_use_remote_notary_metadata = allow_organization_to_use_remote_notary_metadata 5525 5526 @property 5527 def allow_organization_to_use_third_party_electronic_notary(self): 5528 """Gets the allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 5529 5530 Org level flag that determines the abailability to perform Third Party Notary (3PN) actions. # noqa: E501 5531 5532 :return: The allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 5533 :rtype: str 5534 """ 5535 return self._allow_organization_to_use_third_party_electronic_notary 5536 5537 @allow_organization_to_use_third_party_electronic_notary.setter 5538 def allow_organization_to_use_third_party_electronic_notary(self, allow_organization_to_use_third_party_electronic_notary): 5539 """Sets the allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. 5540 5541 Org level flag that determines the abailability to perform Third Party Notary (3PN) actions. # noqa: E501 5542 5543 :param allow_organization_to_use_third_party_electronic_notary: The allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 5544 :type: str 5545 """ 5546 5547 self._allow_organization_to_use_third_party_electronic_notary = allow_organization_to_use_third_party_electronic_notary 5548 5549 @property 5550 def allow_organization_to_use_third_party_electronic_notary_metadata(self): 5551 """Gets the allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 5552 5553 5554 :return: The allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 5555 :rtype: SettingsMetadata 5556 """ 5557 return self._allow_organization_to_use_third_party_electronic_notary_metadata 5558 5559 @allow_organization_to_use_third_party_electronic_notary_metadata.setter 5560 def allow_organization_to_use_third_party_electronic_notary_metadata(self, allow_organization_to_use_third_party_electronic_notary_metadata): 5561 """Sets the allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. 5562 5563 5564 :param allow_organization_to_use_third_party_electronic_notary_metadata: The allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 5565 :type: SettingsMetadata 5566 """ 5567 5568 self._allow_organization_to_use_third_party_electronic_notary_metadata = allow_organization_to_use_third_party_electronic_notary_metadata 5569 5570 @property 5571 def allow_participant_recipient_type(self): 5572 """Gets the allow_participant_recipient_type of this AccountSettingsInformation. # noqa: E501 5573 5574 # noqa: E501 5575 5576 :return: The allow_participant_recipient_type of this AccountSettingsInformation. # noqa: E501 5577 :rtype: str 5578 """ 5579 return self._allow_participant_recipient_type 5580 5581 @allow_participant_recipient_type.setter 5582 def allow_participant_recipient_type(self, allow_participant_recipient_type): 5583 """Sets the allow_participant_recipient_type of this AccountSettingsInformation. 5584 5585 # noqa: E501 5586 5587 :param allow_participant_recipient_type: The allow_participant_recipient_type of this AccountSettingsInformation. # noqa: E501 5588 :type: str 5589 """ 5590 5591 self._allow_participant_recipient_type = allow_participant_recipient_type 5592 5593 @property 5594 def allow_participant_recipient_type_metadata(self): 5595 """Gets the allow_participant_recipient_type_metadata of this AccountSettingsInformation. # noqa: E501 5596 5597 5598 :return: The allow_participant_recipient_type_metadata of this AccountSettingsInformation. # noqa: E501 5599 :rtype: SettingsMetadata 5600 """ 5601 return self._allow_participant_recipient_type_metadata 5602 5603 @allow_participant_recipient_type_metadata.setter 5604 def allow_participant_recipient_type_metadata(self, allow_participant_recipient_type_metadata): 5605 """Sets the allow_participant_recipient_type_metadata of this AccountSettingsInformation. 5606 5607 5608 :param allow_participant_recipient_type_metadata: The allow_participant_recipient_type_metadata of this AccountSettingsInformation. # noqa: E501 5609 :type: SettingsMetadata 5610 """ 5611 5612 self._allow_participant_recipient_type_metadata = allow_participant_recipient_type_metadata 5613 5614 @property 5615 def allow_payment_processing(self): 5616 """Gets the allow_payment_processing of this AccountSettingsInformation. # noqa: E501 5617 5618 # noqa: E501 5619 5620 :return: The allow_payment_processing of this AccountSettingsInformation. # noqa: E501 5621 :rtype: str 5622 """ 5623 return self._allow_payment_processing 5624 5625 @allow_payment_processing.setter 5626 def allow_payment_processing(self, allow_payment_processing): 5627 """Sets the allow_payment_processing of this AccountSettingsInformation. 5628 5629 # noqa: E501 5630 5631 :param allow_payment_processing: The allow_payment_processing of this AccountSettingsInformation. # noqa: E501 5632 :type: str 5633 """ 5634 5635 self._allow_payment_processing = allow_payment_processing 5636 5637 @property 5638 def allow_payment_processing_metadata(self): 5639 """Gets the allow_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 5640 5641 Metadata that indicates whether the `allowPaymentProcessing` property is editable. # noqa: E501 5642 5643 :return: The allow_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 5644 :rtype: SettingsMetadata 5645 """ 5646 return self._allow_payment_processing_metadata 5647 5648 @allow_payment_processing_metadata.setter 5649 def allow_payment_processing_metadata(self, allow_payment_processing_metadata): 5650 """Sets the allow_payment_processing_metadata of this AccountSettingsInformation. 5651 5652 Metadata that indicates whether the `allowPaymentProcessing` property is editable. # noqa: E501 5653 5654 :param allow_payment_processing_metadata: The allow_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 5655 :type: SettingsMetadata 5656 """ 5657 5658 self._allow_payment_processing_metadata = allow_payment_processing_metadata 5659 5660 @property 5661 def allow_performance_analytics(self): 5662 """Gets the allow_performance_analytics of this AccountSettingsInformation. # noqa: E501 5663 5664 # noqa: E501 5665 5666 :return: The allow_performance_analytics of this AccountSettingsInformation. # noqa: E501 5667 :rtype: str 5668 """ 5669 return self._allow_performance_analytics 5670 5671 @allow_performance_analytics.setter 5672 def allow_performance_analytics(self, allow_performance_analytics): 5673 """Sets the allow_performance_analytics of this AccountSettingsInformation. 5674 5675 # noqa: E501 5676 5677 :param allow_performance_analytics: The allow_performance_analytics of this AccountSettingsInformation. # noqa: E501 5678 :type: str 5679 """ 5680 5681 self._allow_performance_analytics = allow_performance_analytics 5682 5683 @property 5684 def allow_performance_analytics_metadata(self): 5685 """Gets the allow_performance_analytics_metadata of this AccountSettingsInformation. # noqa: E501 5686 5687 5688 :return: The allow_performance_analytics_metadata of this AccountSettingsInformation. # noqa: E501 5689 :rtype: SettingsMetadata 5690 """ 5691 return self._allow_performance_analytics_metadata 5692 5693 @allow_performance_analytics_metadata.setter 5694 def allow_performance_analytics_metadata(self, allow_performance_analytics_metadata): 5695 """Sets the allow_performance_analytics_metadata of this AccountSettingsInformation. 5696 5697 5698 :param allow_performance_analytics_metadata: The allow_performance_analytics_metadata of this AccountSettingsInformation. # noqa: E501 5699 :type: SettingsMetadata 5700 """ 5701 5702 self._allow_performance_analytics_metadata = allow_performance_analytics_metadata 5703 5704 @property 5705 def allow_phone_authentication(self): 5706 """Gets the allow_phone_authentication of this AccountSettingsInformation. # noqa: E501 5707 5708 # noqa: E501 5709 5710 :return: The allow_phone_authentication of this AccountSettingsInformation. # noqa: E501 5711 :rtype: str 5712 """ 5713 return self._allow_phone_authentication 5714 5715 @allow_phone_authentication.setter 5716 def allow_phone_authentication(self, allow_phone_authentication): 5717 """Sets the allow_phone_authentication of this AccountSettingsInformation. 5718 5719 # noqa: E501 5720 5721 :param allow_phone_authentication: The allow_phone_authentication of this AccountSettingsInformation. # noqa: E501 5722 :type: str 5723 """ 5724 5725 self._allow_phone_authentication = allow_phone_authentication 5726 5727 @property 5728 def allow_phone_authentication_metadata(self): 5729 """Gets the allow_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 5730 5731 Metadata that indicates whether the `allowPhoneAuthentication` property is editable. # noqa: E501 5732 5733 :return: The allow_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 5734 :rtype: SettingsMetadata 5735 """ 5736 return self._allow_phone_authentication_metadata 5737 5738 @allow_phone_authentication_metadata.setter 5739 def allow_phone_authentication_metadata(self, allow_phone_authentication_metadata): 5740 """Sets the allow_phone_authentication_metadata of this AccountSettingsInformation. 5741 5742 Metadata that indicates whether the `allowPhoneAuthentication` property is editable. # noqa: E501 5743 5744 :param allow_phone_authentication_metadata: The allow_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 5745 :type: SettingsMetadata 5746 """ 5747 5748 self._allow_phone_authentication_metadata = allow_phone_authentication_metadata 5749 5750 @property 5751 def allow_phone_auth_override(self): 5752 """Gets the allow_phone_auth_override of this AccountSettingsInformation. # noqa: E501 5753 5754 # noqa: E501 5755 5756 :return: The allow_phone_auth_override of this AccountSettingsInformation. # noqa: E501 5757 :rtype: str 5758 """ 5759 return self._allow_phone_auth_override 5760 5761 @allow_phone_auth_override.setter 5762 def allow_phone_auth_override(self, allow_phone_auth_override): 5763 """Sets the allow_phone_auth_override of this AccountSettingsInformation. 5764 5765 # noqa: E501 5766 5767 :param allow_phone_auth_override: The allow_phone_auth_override of this AccountSettingsInformation. # noqa: E501 5768 :type: str 5769 """ 5770 5771 self._allow_phone_auth_override = allow_phone_auth_override 5772 5773 @property 5774 def allow_phone_auth_override_metadata(self): 5775 """Gets the allow_phone_auth_override_metadata of this AccountSettingsInformation. # noqa: E501 5776 5777 Metadata that indicates whether the `allowPhoneAuthOverride` property is editable. # noqa: E501 5778 5779 :return: The allow_phone_auth_override_metadata of this AccountSettingsInformation. # noqa: E501 5780 :rtype: SettingsMetadata 5781 """ 5782 return self._allow_phone_auth_override_metadata 5783 5784 @allow_phone_auth_override_metadata.setter 5785 def allow_phone_auth_override_metadata(self, allow_phone_auth_override_metadata): 5786 """Sets the allow_phone_auth_override_metadata of this AccountSettingsInformation. 5787 5788 Metadata that indicates whether the `allowPhoneAuthOverride` property is editable. # noqa: E501 5789 5790 :param allow_phone_auth_override_metadata: The allow_phone_auth_override_metadata of this AccountSettingsInformation. # noqa: E501 5791 :type: SettingsMetadata 5792 """ 5793 5794 self._allow_phone_auth_override_metadata = allow_phone_auth_override_metadata 5795 5796 @property 5797 def allow_private_signing_groups(self): 5798 """Gets the allow_private_signing_groups of this AccountSettingsInformation. # noqa: E501 5799 5800 # noqa: E501 5801 5802 :return: The allow_private_signing_groups of this AccountSettingsInformation. # noqa: E501 5803 :rtype: str 5804 """ 5805 return self._allow_private_signing_groups 5806 5807 @allow_private_signing_groups.setter 5808 def allow_private_signing_groups(self, allow_private_signing_groups): 5809 """Sets the allow_private_signing_groups of this AccountSettingsInformation. 5810 5811 # noqa: E501 5812 5813 :param allow_private_signing_groups: The allow_private_signing_groups of this AccountSettingsInformation. # noqa: E501 5814 :type: str 5815 """ 5816 5817 self._allow_private_signing_groups = allow_private_signing_groups 5818 5819 @property 5820 def allow_private_signing_groups_metadata(self): 5821 """Gets the allow_private_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 5822 5823 Metadata that indicates whether the `allowPrivateSigningGroups` property is editable. # noqa: E501 5824 5825 :return: The allow_private_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 5826 :rtype: SettingsMetadata 5827 """ 5828 return self._allow_private_signing_groups_metadata 5829 5830 @allow_private_signing_groups_metadata.setter 5831 def allow_private_signing_groups_metadata(self, allow_private_signing_groups_metadata): 5832 """Sets the allow_private_signing_groups_metadata of this AccountSettingsInformation. 5833 5834 Metadata that indicates whether the `allowPrivateSigningGroups` property is editable. # noqa: E501 5835 5836 :param allow_private_signing_groups_metadata: The allow_private_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 5837 :type: SettingsMetadata 5838 """ 5839 5840 self._allow_private_signing_groups_metadata = allow_private_signing_groups_metadata 5841 5842 @property 5843 def allow_recipient_connect(self): 5844 """Gets the allow_recipient_connect of this AccountSettingsInformation. # noqa: E501 5845 5846 # noqa: E501 5847 5848 :return: The allow_recipient_connect of this AccountSettingsInformation. # noqa: E501 5849 :rtype: str 5850 """ 5851 return self._allow_recipient_connect 5852 5853 @allow_recipient_connect.setter 5854 def allow_recipient_connect(self, allow_recipient_connect): 5855 """Sets the allow_recipient_connect of this AccountSettingsInformation. 5856 5857 # noqa: E501 5858 5859 :param allow_recipient_connect: The allow_recipient_connect of this AccountSettingsInformation. # noqa: E501 5860 :type: str 5861 """ 5862 5863 self._allow_recipient_connect = allow_recipient_connect 5864 5865 @property 5866 def allow_recipient_connect_metadata(self): 5867 """Gets the allow_recipient_connect_metadata of this AccountSettingsInformation. # noqa: E501 5868 5869 # noqa: E501 5870 5871 :return: The allow_recipient_connect_metadata of this AccountSettingsInformation. # noqa: E501 5872 :rtype: SettingsMetadata 5873 """ 5874 return self._allow_recipient_connect_metadata 5875 5876 @allow_recipient_connect_metadata.setter 5877 def allow_recipient_connect_metadata(self, allow_recipient_connect_metadata): 5878 """Sets the allow_recipient_connect_metadata of this AccountSettingsInformation. 5879 5880 # noqa: E501 5881 5882 :param allow_recipient_connect_metadata: The allow_recipient_connect_metadata of this AccountSettingsInformation. # noqa: E501 5883 :type: SettingsMetadata 5884 """ 5885 5886 self._allow_recipient_connect_metadata = allow_recipient_connect_metadata 5887 5888 @property 5889 def allow_reminders(self): 5890 """Gets the allow_reminders of this AccountSettingsInformation. # noqa: E501 5891 5892 # noqa: E501 5893 5894 :return: The allow_reminders of this AccountSettingsInformation. # noqa: E501 5895 :rtype: str 5896 """ 5897 return self._allow_reminders 5898 5899 @allow_reminders.setter 5900 def allow_reminders(self, allow_reminders): 5901 """Sets the allow_reminders of this AccountSettingsInformation. 5902 5903 # noqa: E501 5904 5905 :param allow_reminders: The allow_reminders of this AccountSettingsInformation. # noqa: E501 5906 :type: str 5907 """ 5908 5909 self._allow_reminders = allow_reminders 5910 5911 @property 5912 def allow_reminders_metadata(self): 5913 """Gets the allow_reminders_metadata of this AccountSettingsInformation. # noqa: E501 5914 5915 Metadata that indicates whether the `allowReminders` property is editable. # noqa: E501 5916 5917 :return: The allow_reminders_metadata of this AccountSettingsInformation. # noqa: E501 5918 :rtype: SettingsMetadata 5919 """ 5920 return self._allow_reminders_metadata 5921 5922 @allow_reminders_metadata.setter 5923 def allow_reminders_metadata(self, allow_reminders_metadata): 5924 """Sets the allow_reminders_metadata of this AccountSettingsInformation. 5925 5926 Metadata that indicates whether the `allowReminders` property is editable. # noqa: E501 5927 5928 :param allow_reminders_metadata: The allow_reminders_metadata of this AccountSettingsInformation. # noqa: E501 5929 :type: SettingsMetadata 5930 """ 5931 5932 self._allow_reminders_metadata = allow_reminders_metadata 5933 5934 @property 5935 def allow_remote_notary(self): 5936 """Gets the allow_remote_notary of this AccountSettingsInformation. # noqa: E501 5937 5938 # noqa: E501 5939 5940 :return: The allow_remote_notary of this AccountSettingsInformation. # noqa: E501 5941 :rtype: str 5942 """ 5943 return self._allow_remote_notary 5944 5945 @allow_remote_notary.setter 5946 def allow_remote_notary(self, allow_remote_notary): 5947 """Sets the allow_remote_notary of this AccountSettingsInformation. 5948 5949 # noqa: E501 5950 5951 :param allow_remote_notary: The allow_remote_notary of this AccountSettingsInformation. # noqa: E501 5952 :type: str 5953 """ 5954 5955 self._allow_remote_notary = allow_remote_notary 5956 5957 @property 5958 def allow_remote_notary_metadata(self): 5959 """Gets the allow_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 5960 5961 # noqa: E501 5962 5963 :return: The allow_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 5964 :rtype: SettingsMetadata 5965 """ 5966 return self._allow_remote_notary_metadata 5967 5968 @allow_remote_notary_metadata.setter 5969 def allow_remote_notary_metadata(self, allow_remote_notary_metadata): 5970 """Sets the allow_remote_notary_metadata of this AccountSettingsInformation. 5971 5972 # noqa: E501 5973 5974 :param allow_remote_notary_metadata: The allow_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 5975 :type: SettingsMetadata 5976 """ 5977 5978 self._allow_remote_notary_metadata = allow_remote_notary_metadata 5979 5980 @property 5981 def allow_resource_file_branding(self): 5982 """Gets the allow_resource_file_branding of this AccountSettingsInformation. # noqa: E501 5983 5984 # noqa: E501 5985 5986 :return: The allow_resource_file_branding of this AccountSettingsInformation. # noqa: E501 5987 :rtype: str 5988 """ 5989 return self._allow_resource_file_branding 5990 5991 @allow_resource_file_branding.setter 5992 def allow_resource_file_branding(self, allow_resource_file_branding): 5993 """Sets the allow_resource_file_branding of this AccountSettingsInformation. 5994 5995 # noqa: E501 5996 5997 :param allow_resource_file_branding: The allow_resource_file_branding of this AccountSettingsInformation. # noqa: E501 5998 :type: str 5999 """ 6000 6001 self._allow_resource_file_branding = allow_resource_file_branding 6002 6003 @property 6004 def allow_resource_file_branding_metadata(self): 6005 """Gets the allow_resource_file_branding_metadata of this AccountSettingsInformation. # noqa: E501 6006 6007 Metadata that indicates whether the `allowResourceFileBranding` property is editable. # noqa: E501 6008 6009 :return: The allow_resource_file_branding_metadata of this AccountSettingsInformation. # noqa: E501 6010 :rtype: SettingsMetadata 6011 """ 6012 return self._allow_resource_file_branding_metadata 6013 6014 @allow_resource_file_branding_metadata.setter 6015 def allow_resource_file_branding_metadata(self, allow_resource_file_branding_metadata): 6016 """Sets the allow_resource_file_branding_metadata of this AccountSettingsInformation. 6017 6018 Metadata that indicates whether the `allowResourceFileBranding` property is editable. # noqa: E501 6019 6020 :param allow_resource_file_branding_metadata: The allow_resource_file_branding_metadata of this AccountSettingsInformation. # noqa: E501 6021 :type: SettingsMetadata 6022 """ 6023 6024 self._allow_resource_file_branding_metadata = allow_resource_file_branding_metadata 6025 6026 @property 6027 def allow_safe_bio_pharma_signer_certificate(self): 6028 """Gets the allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. # noqa: E501 6029 6030 # noqa: E501 6031 6032 :return: The allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. # noqa: E501 6033 :rtype: str 6034 """ 6035 return self._allow_safe_bio_pharma_signer_certificate 6036 6037 @allow_safe_bio_pharma_signer_certificate.setter 6038 def allow_safe_bio_pharma_signer_certificate(self, allow_safe_bio_pharma_signer_certificate): 6039 """Sets the allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. 6040 6041 # noqa: E501 6042 6043 :param allow_safe_bio_pharma_signer_certificate: The allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. # noqa: E501 6044 :type: str 6045 """ 6046 6047 self._allow_safe_bio_pharma_signer_certificate = allow_safe_bio_pharma_signer_certificate 6048 6049 @property 6050 def allow_safe_bio_pharma_signer_certificate_metadata(self): 6051 """Gets the allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 6052 6053 Metadata that indicates whether the `allowSafeBioPharmaSignerCertificate` property is editable. # noqa: E501 6054 6055 :return: The allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 6056 :rtype: SettingsMetadata 6057 """ 6058 return self._allow_safe_bio_pharma_signer_certificate_metadata 6059 6060 @allow_safe_bio_pharma_signer_certificate_metadata.setter 6061 def allow_safe_bio_pharma_signer_certificate_metadata(self, allow_safe_bio_pharma_signer_certificate_metadata): 6062 """Sets the allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. 6063 6064 Metadata that indicates whether the `allowSafeBioPharmaSignerCertificate` property is editable. # noqa: E501 6065 6066 :param allow_safe_bio_pharma_signer_certificate_metadata: The allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 6067 :type: SettingsMetadata 6068 """ 6069 6070 self._allow_safe_bio_pharma_signer_certificate_metadata = allow_safe_bio_pharma_signer_certificate_metadata 6071 6072 @property 6073 def allow_scheduled_sending(self): 6074 """Gets the allow_scheduled_sending of this AccountSettingsInformation. # noqa: E501 6075 6076 \"true\" if the account has permission to use the scheduled sending feature to send envelopes at a specified datetime in the future, \"false\" otherwise. # noqa: E501 6077 6078 :return: The allow_scheduled_sending of this AccountSettingsInformation. # noqa: E501 6079 :rtype: str 6080 """ 6081 return self._allow_scheduled_sending 6082 6083 @allow_scheduled_sending.setter 6084 def allow_scheduled_sending(self, allow_scheduled_sending): 6085 """Sets the allow_scheduled_sending of this AccountSettingsInformation. 6086 6087 \"true\" if the account has permission to use the scheduled sending feature to send envelopes at a specified datetime in the future, \"false\" otherwise. # noqa: E501 6088 6089 :param allow_scheduled_sending: The allow_scheduled_sending of this AccountSettingsInformation. # noqa: E501 6090 :type: str 6091 """ 6092 6093 self._allow_scheduled_sending = allow_scheduled_sending 6094 6095 @property 6096 def allow_scheduled_sending_metadata(self): 6097 """Gets the allow_scheduled_sending_metadata of this AccountSettingsInformation. # noqa: E501 6098 6099 # noqa: E501 6100 6101 :return: The allow_scheduled_sending_metadata of this AccountSettingsInformation. # noqa: E501 6102 :rtype: SettingsMetadata 6103 """ 6104 return self._allow_scheduled_sending_metadata 6105 6106 @allow_scheduled_sending_metadata.setter 6107 def allow_scheduled_sending_metadata(self, allow_scheduled_sending_metadata): 6108 """Sets the allow_scheduled_sending_metadata of this AccountSettingsInformation. 6109 6110 # noqa: E501 6111 6112 :param allow_scheduled_sending_metadata: The allow_scheduled_sending_metadata of this AccountSettingsInformation. # noqa: E501 6113 :type: SettingsMetadata 6114 """ 6115 6116 self._allow_scheduled_sending_metadata = allow_scheduled_sending_metadata 6117 6118 @property 6119 def allow_security_appliance(self): 6120 """Gets the allow_security_appliance of this AccountSettingsInformation. # noqa: E501 6121 6122 # noqa: E501 6123 6124 :return: The allow_security_appliance of this AccountSettingsInformation. # noqa: E501 6125 :rtype: str 6126 """ 6127 return self._allow_security_appliance 6128 6129 @allow_security_appliance.setter 6130 def allow_security_appliance(self, allow_security_appliance): 6131 """Sets the allow_security_appliance of this AccountSettingsInformation. 6132 6133 # noqa: E501 6134 6135 :param allow_security_appliance: The allow_security_appliance of this AccountSettingsInformation. # noqa: E501 6136 :type: str 6137 """ 6138 6139 self._allow_security_appliance = allow_security_appliance 6140 6141 @property 6142 def allow_security_appliance_metadata(self): 6143 """Gets the allow_security_appliance_metadata of this AccountSettingsInformation. # noqa: E501 6144 6145 Metadata that indicates whether the `allowSecurityAppliance` property is editable. # noqa: E501 6146 6147 :return: The allow_security_appliance_metadata of this AccountSettingsInformation. # noqa: E501 6148 :rtype: SettingsMetadata 6149 """ 6150 return self._allow_security_appliance_metadata 6151 6152 @allow_security_appliance_metadata.setter 6153 def allow_security_appliance_metadata(self, allow_security_appliance_metadata): 6154 """Sets the allow_security_appliance_metadata of this AccountSettingsInformation. 6155 6156 Metadata that indicates whether the `allowSecurityAppliance` property is editable. # noqa: E501 6157 6158 :param allow_security_appliance_metadata: The allow_security_appliance_metadata of this AccountSettingsInformation. # noqa: E501 6159 :type: SettingsMetadata 6160 """ 6161 6162 self._allow_security_appliance_metadata = allow_security_appliance_metadata 6163 6164 @property 6165 def allow_sending_envelopes_on_behalf_of_others(self): 6166 """Gets the allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 6167 6168 # noqa: E501 6169 6170 :return: The allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 6171 :rtype: str 6172 """ 6173 return self._allow_sending_envelopes_on_behalf_of_others 6174 6175 @allow_sending_envelopes_on_behalf_of_others.setter 6176 def allow_sending_envelopes_on_behalf_of_others(self, allow_sending_envelopes_on_behalf_of_others): 6177 """Sets the allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. 6178 6179 # noqa: E501 6180 6181 :param allow_sending_envelopes_on_behalf_of_others: The allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 6182 :type: str 6183 """ 6184 6185 self._allow_sending_envelopes_on_behalf_of_others = allow_sending_envelopes_on_behalf_of_others 6186 6187 @property 6188 def allow_sending_envelopes_on_behalf_of_others_metadata(self): 6189 """Gets the allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 6190 6191 6192 :return: The allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 6193 :rtype: SettingsMetadata 6194 """ 6195 return self._allow_sending_envelopes_on_behalf_of_others_metadata 6196 6197 @allow_sending_envelopes_on_behalf_of_others_metadata.setter 6198 def allow_sending_envelopes_on_behalf_of_others_metadata(self, allow_sending_envelopes_on_behalf_of_others_metadata): 6199 """Sets the allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. 6200 6201 6202 :param allow_sending_envelopes_on_behalf_of_others_metadata: The allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 6203 :type: SettingsMetadata 6204 """ 6205 6206 self._allow_sending_envelopes_on_behalf_of_others_metadata = allow_sending_envelopes_on_behalf_of_others_metadata 6207 6208 @property 6209 def allow_send_to_certified_delivery(self): 6210 """Gets the allow_send_to_certified_delivery of this AccountSettingsInformation. # noqa: E501 6211 6212 # noqa: E501 6213 6214 :return: The allow_send_to_certified_delivery of this AccountSettingsInformation. # noqa: E501 6215 :rtype: str 6216 """ 6217 return self._allow_send_to_certified_delivery 6218 6219 @allow_send_to_certified_delivery.setter 6220 def allow_send_to_certified_delivery(self, allow_send_to_certified_delivery): 6221 """Sets the allow_send_to_certified_delivery of this AccountSettingsInformation. 6222 6223 # noqa: E501 6224 6225 :param allow_send_to_certified_delivery: The allow_send_to_certified_delivery of this AccountSettingsInformation. # noqa: E501 6226 :type: str 6227 """ 6228 6229 self._allow_send_to_certified_delivery = allow_send_to_certified_delivery 6230 6231 @property 6232 def allow_send_to_certified_delivery_metadata(self): 6233 """Gets the allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. # noqa: E501 6234 6235 Metadata that indicates whether the `allowSendToCertifiedDelivery` property is editable. # noqa: E501 6236 6237 :return: The allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. # noqa: E501 6238 :rtype: SettingsMetadata 6239 """ 6240 return self._allow_send_to_certified_delivery_metadata 6241 6242 @allow_send_to_certified_delivery_metadata.setter 6243 def allow_send_to_certified_delivery_metadata(self, allow_send_to_certified_delivery_metadata): 6244 """Sets the allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. 6245 6246 Metadata that indicates whether the `allowSendToCertifiedDelivery` property is editable. # noqa: E501 6247 6248 :param allow_send_to_certified_delivery_metadata: The allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. # noqa: E501 6249 :type: SettingsMetadata 6250 """ 6251 6252 self._allow_send_to_certified_delivery_metadata = allow_send_to_certified_delivery_metadata 6253 6254 @property 6255 def allow_send_to_intermediary(self): 6256 """Gets the allow_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 6257 6258 # noqa: E501 6259 6260 :return: The allow_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 6261 :rtype: str 6262 """ 6263 return self._allow_send_to_intermediary 6264 6265 @allow_send_to_intermediary.setter 6266 def allow_send_to_intermediary(self, allow_send_to_intermediary): 6267 """Sets the allow_send_to_intermediary of this AccountSettingsInformation. 6268 6269 # noqa: E501 6270 6271 :param allow_send_to_intermediary: The allow_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 6272 :type: str 6273 """ 6274 6275 self._allow_send_to_intermediary = allow_send_to_intermediary 6276 6277 @property 6278 def allow_send_to_intermediary_metadata(self): 6279 """Gets the allow_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 6280 6281 Metadata that indicates whether the `allowSendToIntermediary` property is editable. # noqa: E501 6282 6283 :return: The allow_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 6284 :rtype: SettingsMetadata 6285 """ 6286 return self._allow_send_to_intermediary_metadata 6287 6288 @allow_send_to_intermediary_metadata.setter 6289 def allow_send_to_intermediary_metadata(self, allow_send_to_intermediary_metadata): 6290 """Sets the allow_send_to_intermediary_metadata of this AccountSettingsInformation. 6291 6292 Metadata that indicates whether the `allowSendToIntermediary` property is editable. # noqa: E501 6293 6294 :param allow_send_to_intermediary_metadata: The allow_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 6295 :type: SettingsMetadata 6296 """ 6297 6298 self._allow_send_to_intermediary_metadata = allow_send_to_intermediary_metadata 6299 6300 @property 6301 def allow_server_templates(self): 6302 """Gets the allow_server_templates of this AccountSettingsInformation. # noqa: E501 6303 6304 # noqa: E501 6305 6306 :return: The allow_server_templates of this AccountSettingsInformation. # noqa: E501 6307 :rtype: str 6308 """ 6309 return self._allow_server_templates 6310 6311 @allow_server_templates.setter 6312 def allow_server_templates(self, allow_server_templates): 6313 """Sets the allow_server_templates of this AccountSettingsInformation. 6314 6315 # noqa: E501 6316 6317 :param allow_server_templates: The allow_server_templates of this AccountSettingsInformation. # noqa: E501 6318 :type: str 6319 """ 6320 6321 self._allow_server_templates = allow_server_templates 6322 6323 @property 6324 def allow_server_templates_metadata(self): 6325 """Gets the allow_server_templates_metadata of this AccountSettingsInformation. # noqa: E501 6326 6327 Metadata that indicates whether the `allowServerTemplates` property is editable. # noqa: E501 6328 6329 :return: The allow_server_templates_metadata of this AccountSettingsInformation. # noqa: E501 6330 :rtype: SettingsMetadata 6331 """ 6332 return self._allow_server_templates_metadata 6333 6334 @allow_server_templates_metadata.setter 6335 def allow_server_templates_metadata(self, allow_server_templates_metadata): 6336 """Sets the allow_server_templates_metadata of this AccountSettingsInformation. 6337 6338 Metadata that indicates whether the `allowServerTemplates` property is editable. # noqa: E501 6339 6340 :param allow_server_templates_metadata: The allow_server_templates_metadata of this AccountSettingsInformation. # noqa: E501 6341 :type: SettingsMetadata 6342 """ 6343 6344 self._allow_server_templates_metadata = allow_server_templates_metadata 6345 6346 @property 6347 def allow_set_embedded_recipient_start_url(self): 6348 """Gets the allow_set_embedded_recipient_start_url of this AccountSettingsInformation. # noqa: E501 6349 6350 # noqa: E501 6351 6352 :return: The allow_set_embedded_recipient_start_url of this AccountSettingsInformation. # noqa: E501 6353 :rtype: str 6354 """ 6355 return self._allow_set_embedded_recipient_start_url 6356 6357 @allow_set_embedded_recipient_start_url.setter 6358 def allow_set_embedded_recipient_start_url(self, allow_set_embedded_recipient_start_url): 6359 """Sets the allow_set_embedded_recipient_start_url of this AccountSettingsInformation. 6360 6361 # noqa: E501 6362 6363 :param allow_set_embedded_recipient_start_url: The allow_set_embedded_recipient_start_url of this AccountSettingsInformation. # noqa: E501 6364 :type: str 6365 """ 6366 6367 self._allow_set_embedded_recipient_start_url = allow_set_embedded_recipient_start_url 6368 6369 @property 6370 def allow_set_embedded_recipient_start_url_metadata(self): 6371 """Gets the allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. # noqa: E501 6372 6373 # noqa: E501 6374 6375 :return: The allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. # noqa: E501 6376 :rtype: SettingsMetadata 6377 """ 6378 return self._allow_set_embedded_recipient_start_url_metadata 6379 6380 @allow_set_embedded_recipient_start_url_metadata.setter 6381 def allow_set_embedded_recipient_start_url_metadata(self, allow_set_embedded_recipient_start_url_metadata): 6382 """Sets the allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. 6383 6384 # noqa: E501 6385 6386 :param allow_set_embedded_recipient_start_url_metadata: The allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. # noqa: E501 6387 :type: SettingsMetadata 6388 """ 6389 6390 self._allow_set_embedded_recipient_start_url_metadata = allow_set_embedded_recipient_start_url_metadata 6391 6392 @property 6393 def allow_shared_tabs(self): 6394 """Gets the allow_shared_tabs of this AccountSettingsInformation. # noqa: E501 6395 6396 # noqa: E501 6397 6398 :return: The allow_shared_tabs of this AccountSettingsInformation. # noqa: E501 6399 :rtype: str 6400 """ 6401 return self._allow_shared_tabs 6402 6403 @allow_shared_tabs.setter 6404 def allow_shared_tabs(self, allow_shared_tabs): 6405 """Sets the allow_shared_tabs of this AccountSettingsInformation. 6406 6407 # noqa: E501 6408 6409 :param allow_shared_tabs: The allow_shared_tabs of this AccountSettingsInformation. # noqa: E501 6410 :type: str 6411 """ 6412 6413 self._allow_shared_tabs = allow_shared_tabs 6414 6415 @property 6416 def allow_shared_tabs_metadata(self): 6417 """Gets the allow_shared_tabs_metadata of this AccountSettingsInformation. # noqa: E501 6418 6419 Metadata that indicates whether the `allowSharedTabs` property is editable. # noqa: E501 6420 6421 :return: The allow_shared_tabs_metadata of this AccountSettingsInformation. # noqa: E501 6422 :rtype: SettingsMetadata 6423 """ 6424 return self._allow_shared_tabs_metadata 6425 6426 @allow_shared_tabs_metadata.setter 6427 def allow_shared_tabs_metadata(self, allow_shared_tabs_metadata): 6428 """Sets the allow_shared_tabs_metadata of this AccountSettingsInformation. 6429 6430 Metadata that indicates whether the `allowSharedTabs` property is editable. # noqa: E501 6431 6432 :param allow_shared_tabs_metadata: The allow_shared_tabs_metadata of this AccountSettingsInformation. # noqa: E501 6433 :type: SettingsMetadata 6434 """ 6435 6436 self._allow_shared_tabs_metadata = allow_shared_tabs_metadata 6437 6438 @property 6439 def allow_signature_stamps(self): 6440 """Gets the allow_signature_stamps of this AccountSettingsInformation. # noqa: E501 6441 6442 # noqa: E501 6443 6444 :return: The allow_signature_stamps of this AccountSettingsInformation. # noqa: E501 6445 :rtype: str 6446 """ 6447 return self._allow_signature_stamps 6448 6449 @allow_signature_stamps.setter 6450 def allow_signature_stamps(self, allow_signature_stamps): 6451 """Sets the allow_signature_stamps of this AccountSettingsInformation. 6452 6453 # noqa: E501 6454 6455 :param allow_signature_stamps: The allow_signature_stamps of this AccountSettingsInformation. # noqa: E501 6456 :type: str 6457 """ 6458 6459 self._allow_signature_stamps = allow_signature_stamps 6460 6461 @property 6462 def allow_signature_stamps_metadata(self): 6463 """Gets the allow_signature_stamps_metadata of this AccountSettingsInformation. # noqa: E501 6464 6465 Metadata that indicates whether the `allowSignatureStamps` property is editable. # noqa: E501 6466 6467 :return: The allow_signature_stamps_metadata of this AccountSettingsInformation. # noqa: E501 6468 :rtype: SettingsMetadata 6469 """ 6470 return self._allow_signature_stamps_metadata 6471 6472 @allow_signature_stamps_metadata.setter 6473 def allow_signature_stamps_metadata(self, allow_signature_stamps_metadata): 6474 """Sets the allow_signature_stamps_metadata of this AccountSettingsInformation. 6475 6476 Metadata that indicates whether the `allowSignatureStamps` property is editable. # noqa: E501 6477 6478 :param allow_signature_stamps_metadata: The allow_signature_stamps_metadata of this AccountSettingsInformation. # noqa: E501 6479 :type: SettingsMetadata 6480 """ 6481 6482 self._allow_signature_stamps_metadata = allow_signature_stamps_metadata 6483 6484 @property 6485 def allow_sign_document_from_home_page(self): 6486 """Gets the allow_sign_document_from_home_page of this AccountSettingsInformation. # noqa: E501 6487 6488 # noqa: E501 6489 6490 :return: The allow_sign_document_from_home_page of this AccountSettingsInformation. # noqa: E501 6491 :rtype: str 6492 """ 6493 return self._allow_sign_document_from_home_page 6494 6495 @allow_sign_document_from_home_page.setter 6496 def allow_sign_document_from_home_page(self, allow_sign_document_from_home_page): 6497 """Sets the allow_sign_document_from_home_page of this AccountSettingsInformation. 6498 6499 # noqa: E501 6500 6501 :param allow_sign_document_from_home_page: The allow_sign_document_from_home_page of this AccountSettingsInformation. # noqa: E501 6502 :type: str 6503 """ 6504 6505 self._allow_sign_document_from_home_page = allow_sign_document_from_home_page 6506 6507 @property 6508 def allow_sign_document_from_home_page_metadata(self): 6509 """Gets the allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. # noqa: E501 6510 6511 Metadata that indicates whether the `allowSignDocumentFromHomePage` property is editable. # noqa: E501 6512 6513 :return: The allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. # noqa: E501 6514 :rtype: SettingsMetadata 6515 """ 6516 return self._allow_sign_document_from_home_page_metadata 6517 6518 @allow_sign_document_from_home_page_metadata.setter 6519 def allow_sign_document_from_home_page_metadata(self, allow_sign_document_from_home_page_metadata): 6520 """Sets the allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. 6521 6522 Metadata that indicates whether the `allowSignDocumentFromHomePage` property is editable. # noqa: E501 6523 6524 :param allow_sign_document_from_home_page_metadata: The allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. # noqa: E501 6525 :type: SettingsMetadata 6526 """ 6527 6528 self._allow_sign_document_from_home_page_metadata = allow_sign_document_from_home_page_metadata 6529 6530 @property 6531 def allow_signer_reassign(self): 6532 """Gets the allow_signer_reassign of this AccountSettingsInformation. # noqa: E501 6533 6534 # noqa: E501 6535 6536 :return: The allow_signer_reassign of this AccountSettingsInformation. # noqa: E501 6537 :rtype: str 6538 """ 6539 return self._allow_signer_reassign 6540 6541 @allow_signer_reassign.setter 6542 def allow_signer_reassign(self, allow_signer_reassign): 6543 """Sets the allow_signer_reassign of this AccountSettingsInformation. 6544 6545 # noqa: E501 6546 6547 :param allow_signer_reassign: The allow_signer_reassign of this AccountSettingsInformation. # noqa: E501 6548 :type: str 6549 """ 6550 6551 self._allow_signer_reassign = allow_signer_reassign 6552 6553 @property 6554 def allow_signer_reassign_metadata(self): 6555 """Gets the allow_signer_reassign_metadata of this AccountSettingsInformation. # noqa: E501 6556 6557 Metadata that indicates whether the `allowSignerReassign` property is editable. # noqa: E501 6558 6559 :return: The allow_signer_reassign_metadata of this AccountSettingsInformation. # noqa: E501 6560 :rtype: SettingsMetadata 6561 """ 6562 return self._allow_signer_reassign_metadata 6563 6564 @allow_signer_reassign_metadata.setter 6565 def allow_signer_reassign_metadata(self, allow_signer_reassign_metadata): 6566 """Sets the allow_signer_reassign_metadata of this AccountSettingsInformation. 6567 6568 Metadata that indicates whether the `allowSignerReassign` property is editable. # noqa: E501 6569 6570 :param allow_signer_reassign_metadata: The allow_signer_reassign_metadata of this AccountSettingsInformation. # noqa: E501 6571 :type: SettingsMetadata 6572 """ 6573 6574 self._allow_signer_reassign_metadata = allow_signer_reassign_metadata 6575 6576 @property 6577 def allow_signer_reassign_override(self): 6578 """Gets the allow_signer_reassign_override of this AccountSettingsInformation. # noqa: E501 6579 6580 # noqa: E501 6581 6582 :return: The allow_signer_reassign_override of this AccountSettingsInformation. # noqa: E501 6583 :rtype: str 6584 """ 6585 return self._allow_signer_reassign_override 6586 6587 @allow_signer_reassign_override.setter 6588 def allow_signer_reassign_override(self, allow_signer_reassign_override): 6589 """Sets the allow_signer_reassign_override of this AccountSettingsInformation. 6590 6591 # noqa: E501 6592 6593 :param allow_signer_reassign_override: The allow_signer_reassign_override of this AccountSettingsInformation. # noqa: E501 6594 :type: str 6595 """ 6596 6597 self._allow_signer_reassign_override = allow_signer_reassign_override 6598 6599 @property 6600 def allow_signer_reassign_override_metadata(self): 6601 """Gets the allow_signer_reassign_override_metadata of this AccountSettingsInformation. # noqa: E501 6602 6603 Metadata that indicates whether the `allowSignerReassignOverride` property is editable. # noqa: E501 6604 6605 :return: The allow_signer_reassign_override_metadata of this AccountSettingsInformation. # noqa: E501 6606 :rtype: SettingsMetadata 6607 """ 6608 return self._allow_signer_reassign_override_metadata 6609 6610 @allow_signer_reassign_override_metadata.setter 6611 def allow_signer_reassign_override_metadata(self, allow_signer_reassign_override_metadata): 6612 """Sets the allow_signer_reassign_override_metadata of this AccountSettingsInformation. 6613 6614 Metadata that indicates whether the `allowSignerReassignOverride` property is editable. # noqa: E501 6615 6616 :param allow_signer_reassign_override_metadata: The allow_signer_reassign_override_metadata of this AccountSettingsInformation. # noqa: E501 6617 :type: SettingsMetadata 6618 """ 6619 6620 self._allow_signer_reassign_override_metadata = allow_signer_reassign_override_metadata 6621 6622 @property 6623 def allow_signing_extensions(self): 6624 """Gets the allow_signing_extensions of this AccountSettingsInformation. # noqa: E501 6625 6626 # noqa: E501 6627 6628 :return: The allow_signing_extensions of this AccountSettingsInformation. # noqa: E501 6629 :rtype: str 6630 """ 6631 return self._allow_signing_extensions 6632 6633 @allow_signing_extensions.setter 6634 def allow_signing_extensions(self, allow_signing_extensions): 6635 """Sets the allow_signing_extensions of this AccountSettingsInformation. 6636 6637 # noqa: E501 6638 6639 :param allow_signing_extensions: The allow_signing_extensions of this AccountSettingsInformation. # noqa: E501 6640 :type: str 6641 """ 6642 6643 self._allow_signing_extensions = allow_signing_extensions 6644 6645 @property 6646 def allow_signing_extensions_metadata(self): 6647 """Gets the allow_signing_extensions_metadata of this AccountSettingsInformation. # noqa: E501 6648 6649 Metadata that indicates whether the `allowSigningExtensions` property is editable. # noqa: E501 6650 6651 :return: The allow_signing_extensions_metadata of this AccountSettingsInformation. # noqa: E501 6652 :rtype: SettingsMetadata 6653 """ 6654 return self._allow_signing_extensions_metadata 6655 6656 @allow_signing_extensions_metadata.setter 6657 def allow_signing_extensions_metadata(self, allow_signing_extensions_metadata): 6658 """Sets the allow_signing_extensions_metadata of this AccountSettingsInformation. 6659 6660 Metadata that indicates whether the `allowSigningExtensions` property is editable. # noqa: E501 6661 6662 :param allow_signing_extensions_metadata: The allow_signing_extensions_metadata of this AccountSettingsInformation. # noqa: E501 6663 :type: SettingsMetadata 6664 """ 6665 6666 self._allow_signing_extensions_metadata = allow_signing_extensions_metadata 6667 6668 @property 6669 def allow_signing_groups(self): 6670 """Gets the allow_signing_groups of this AccountSettingsInformation. # noqa: E501 6671 6672 # noqa: E501 6673 6674 :return: The allow_signing_groups of this AccountSettingsInformation. # noqa: E501 6675 :rtype: str 6676 """ 6677 return self._allow_signing_groups 6678 6679 @allow_signing_groups.setter 6680 def allow_signing_groups(self, allow_signing_groups): 6681 """Sets the allow_signing_groups of this AccountSettingsInformation. 6682 6683 # noqa: E501 6684 6685 :param allow_signing_groups: The allow_signing_groups of this AccountSettingsInformation. # noqa: E501 6686 :type: str 6687 """ 6688 6689 self._allow_signing_groups = allow_signing_groups 6690 6691 @property 6692 def allow_signing_groups_metadata(self): 6693 """Gets the allow_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 6694 6695 Metadata that indicates whether the `allowSigningGroups` property is editable. # noqa: E501 6696 6697 :return: The allow_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 6698 :rtype: SettingsMetadata 6699 """ 6700 return self._allow_signing_groups_metadata 6701 6702 @allow_signing_groups_metadata.setter 6703 def allow_signing_groups_metadata(self, allow_signing_groups_metadata): 6704 """Sets the allow_signing_groups_metadata of this AccountSettingsInformation. 6705 6706 Metadata that indicates whether the `allowSigningGroups` property is editable. # noqa: E501 6707 6708 :param allow_signing_groups_metadata: The allow_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 6709 :type: SettingsMetadata 6710 """ 6711 6712 self._allow_signing_groups_metadata = allow_signing_groups_metadata 6713 6714 @property 6715 def allow_signing_insights(self): 6716 """Gets the allow_signing_insights of this AccountSettingsInformation. # noqa: E501 6717 6718 # noqa: E501 6719 6720 :return: The allow_signing_insights of this AccountSettingsInformation. # noqa: E501 6721 :rtype: str 6722 """ 6723 return self._allow_signing_insights 6724 6725 @allow_signing_insights.setter 6726 def allow_signing_insights(self, allow_signing_insights): 6727 """Sets the allow_signing_insights of this AccountSettingsInformation. 6728 6729 # noqa: E501 6730 6731 :param allow_signing_insights: The allow_signing_insights of this AccountSettingsInformation. # noqa: E501 6732 :type: str 6733 """ 6734 6735 self._allow_signing_insights = allow_signing_insights 6736 6737 @property 6738 def allow_signing_insights_metadata(self): 6739 """Gets the allow_signing_insights_metadata of this AccountSettingsInformation. # noqa: E501 6740 6741 # noqa: E501 6742 6743 :return: The allow_signing_insights_metadata of this AccountSettingsInformation. # noqa: E501 6744 :rtype: SettingsMetadata 6745 """ 6746 return self._allow_signing_insights_metadata 6747 6748 @allow_signing_insights_metadata.setter 6749 def allow_signing_insights_metadata(self, allow_signing_insights_metadata): 6750 """Sets the allow_signing_insights_metadata of this AccountSettingsInformation. 6751 6752 # noqa: E501 6753 6754 :param allow_signing_insights_metadata: The allow_signing_insights_metadata of this AccountSettingsInformation. # noqa: E501 6755 :type: SettingsMetadata 6756 """ 6757 6758 self._allow_signing_insights_metadata = allow_signing_insights_metadata 6759 6760 @property 6761 def allow_signing_radio_deselect(self): 6762 """Gets the allow_signing_radio_deselect of this AccountSettingsInformation. # noqa: E501 6763 6764 # noqa: E501 6765 6766 :return: The allow_signing_radio_deselect of this AccountSettingsInformation. # noqa: E501 6767 :rtype: str 6768 """ 6769 return self._allow_signing_radio_deselect 6770 6771 @allow_signing_radio_deselect.setter 6772 def allow_signing_radio_deselect(self, allow_signing_radio_deselect): 6773 """Sets the allow_signing_radio_deselect of this AccountSettingsInformation. 6774 6775 # noqa: E501 6776 6777 :param allow_signing_radio_deselect: The allow_signing_radio_deselect of this AccountSettingsInformation. # noqa: E501 6778 :type: str 6779 """ 6780 6781 self._allow_signing_radio_deselect = allow_signing_radio_deselect 6782 6783 @property 6784 def allow_signing_radio_deselect_metadata(self): 6785 """Gets the allow_signing_radio_deselect_metadata of this AccountSettingsInformation. # noqa: E501 6786 6787 Metadata that indicates whether the `allowSigningRadioDeselect` property is editable. # noqa: E501 6788 6789 :return: The allow_signing_radio_deselect_metadata of this AccountSettingsInformation. # noqa: E501 6790 :rtype: SettingsMetadata 6791 """ 6792 return self._allow_signing_radio_deselect_metadata 6793 6794 @allow_signing_radio_deselect_metadata.setter 6795 def allow_signing_radio_deselect_metadata(self, allow_signing_radio_deselect_metadata): 6796 """Sets the allow_signing_radio_deselect_metadata of this AccountSettingsInformation. 6797 6798 Metadata that indicates whether the `allowSigningRadioDeselect` property is editable. # noqa: E501 6799 6800 :param allow_signing_radio_deselect_metadata: The allow_signing_radio_deselect_metadata of this AccountSettingsInformation. # noqa: E501 6801 :type: SettingsMetadata 6802 """ 6803 6804 self._allow_signing_radio_deselect_metadata = allow_signing_radio_deselect_metadata 6805 6806 @property 6807 def allow_sign_now(self): 6808 """Gets the allow_sign_now of this AccountSettingsInformation. # noqa: E501 6809 6810 # noqa: E501 6811 6812 :return: The allow_sign_now of this AccountSettingsInformation. # noqa: E501 6813 :rtype: str 6814 """ 6815 return self._allow_sign_now 6816 6817 @allow_sign_now.setter 6818 def allow_sign_now(self, allow_sign_now): 6819 """Sets the allow_sign_now of this AccountSettingsInformation. 6820 6821 # noqa: E501 6822 6823 :param allow_sign_now: The allow_sign_now of this AccountSettingsInformation. # noqa: E501 6824 :type: str 6825 """ 6826 6827 self._allow_sign_now = allow_sign_now 6828 6829 @property 6830 def allow_sign_now_metadata(self): 6831 """Gets the allow_sign_now_metadata of this AccountSettingsInformation. # noqa: E501 6832 6833 # noqa: E501 6834 6835 :return: The allow_sign_now_metadata of this AccountSettingsInformation. # noqa: E501 6836 :rtype: str 6837 """ 6838 return self._allow_sign_now_metadata 6839 6840 @allow_sign_now_metadata.setter 6841 def allow_sign_now_metadata(self, allow_sign_now_metadata): 6842 """Sets the allow_sign_now_metadata of this AccountSettingsInformation. 6843 6844 # noqa: E501 6845 6846 :param allow_sign_now_metadata: The allow_sign_now_metadata of this AccountSettingsInformation. # noqa: E501 6847 :type: str 6848 """ 6849 6850 self._allow_sign_now_metadata = allow_sign_now_metadata 6851 6852 @property 6853 def allow_sms_delivery(self): 6854 """Gets the allow_sms_delivery of this AccountSettingsInformation. # noqa: E501 6855 6856 # noqa: E501 6857 6858 :return: The allow_sms_delivery of this AccountSettingsInformation. # noqa: E501 6859 :rtype: str 6860 """ 6861 return self._allow_sms_delivery 6862 6863 @allow_sms_delivery.setter 6864 def allow_sms_delivery(self, allow_sms_delivery): 6865 """Sets the allow_sms_delivery of this AccountSettingsInformation. 6866 6867 # noqa: E501 6868 6869 :param allow_sms_delivery: The allow_sms_delivery of this AccountSettingsInformation. # noqa: E501 6870 :type: str 6871 """ 6872 6873 self._allow_sms_delivery = allow_sms_delivery 6874 6875 @property 6876 def allow_sms_delivery_metadata(self): 6877 """Gets the allow_sms_delivery_metadata of this AccountSettingsInformation. # noqa: E501 6878 6879 # noqa: E501 6880 6881 :return: The allow_sms_delivery_metadata of this AccountSettingsInformation. # noqa: E501 6882 :rtype: SettingsMetadata 6883 """ 6884 return self._allow_sms_delivery_metadata 6885 6886 @allow_sms_delivery_metadata.setter 6887 def allow_sms_delivery_metadata(self, allow_sms_delivery_metadata): 6888 """Sets the allow_sms_delivery_metadata of this AccountSettingsInformation. 6889 6890 # noqa: E501 6891 6892 :param allow_sms_delivery_metadata: The allow_sms_delivery_metadata of this AccountSettingsInformation. # noqa: E501 6893 :type: SettingsMetadata 6894 """ 6895 6896 self._allow_sms_delivery_metadata = allow_sms_delivery_metadata 6897 6898 @property 6899 def allow_social_id_login(self): 6900 """Gets the allow_social_id_login of this AccountSettingsInformation. # noqa: E501 6901 6902 # noqa: E501 6903 6904 :return: The allow_social_id_login of this AccountSettingsInformation. # noqa: E501 6905 :rtype: str 6906 """ 6907 return self._allow_social_id_login 6908 6909 @allow_social_id_login.setter 6910 def allow_social_id_login(self, allow_social_id_login): 6911 """Sets the allow_social_id_login of this AccountSettingsInformation. 6912 6913 # noqa: E501 6914 6915 :param allow_social_id_login: The allow_social_id_login of this AccountSettingsInformation. # noqa: E501 6916 :type: str 6917 """ 6918 6919 self._allow_social_id_login = allow_social_id_login 6920 6921 @property 6922 def allow_social_id_login_metadata(self): 6923 """Gets the allow_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 6924 6925 Deprecated. # noqa: E501 6926 6927 :return: The allow_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 6928 :rtype: SettingsMetadata 6929 """ 6930 return self._allow_social_id_login_metadata 6931 6932 @allow_social_id_login_metadata.setter 6933 def allow_social_id_login_metadata(self, allow_social_id_login_metadata): 6934 """Sets the allow_social_id_login_metadata of this AccountSettingsInformation. 6935 6936 Deprecated. # noqa: E501 6937 6938 :param allow_social_id_login_metadata: The allow_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 6939 :type: SettingsMetadata 6940 """ 6941 6942 self._allow_social_id_login_metadata = allow_social_id_login_metadata 6943 6944 @property 6945 def allow_supplemental_documents(self): 6946 """Gets the allow_supplemental_documents of this AccountSettingsInformation. # noqa: E501 6947 6948 # noqa: E501 6949 6950 :return: The allow_supplemental_documents of this AccountSettingsInformation. # noqa: E501 6951 :rtype: str 6952 """ 6953 return self._allow_supplemental_documents 6954 6955 @allow_supplemental_documents.setter 6956 def allow_supplemental_documents(self, allow_supplemental_documents): 6957 """Sets the allow_supplemental_documents of this AccountSettingsInformation. 6958 6959 # noqa: E501 6960 6961 :param allow_supplemental_documents: The allow_supplemental_documents of this AccountSettingsInformation. # noqa: E501 6962 :type: str 6963 """ 6964 6965 self._allow_supplemental_documents = allow_supplemental_documents 6966 6967 @property 6968 def allow_supplemental_documents_metadata(self): 6969 """Gets the allow_supplemental_documents_metadata of this AccountSettingsInformation. # noqa: E501 6970 6971 Metadata that indicates whether the `allowSupplementalDocuments` property is editable. # noqa: E501 6972 6973 :return: The allow_supplemental_documents_metadata of this AccountSettingsInformation. # noqa: E501 6974 :rtype: SettingsMetadata 6975 """ 6976 return self._allow_supplemental_documents_metadata 6977 6978 @allow_supplemental_documents_metadata.setter 6979 def allow_supplemental_documents_metadata(self, allow_supplemental_documents_metadata): 6980 """Sets the allow_supplemental_documents_metadata of this AccountSettingsInformation. 6981 6982 Metadata that indicates whether the `allowSupplementalDocuments` property is editable. # noqa: E501 6983 6984 :param allow_supplemental_documents_metadata: The allow_supplemental_documents_metadata of this AccountSettingsInformation. # noqa: E501 6985 :type: SettingsMetadata 6986 """ 6987 6988 self._allow_supplemental_documents_metadata = allow_supplemental_documents_metadata 6989 6990 @property 6991 def allow_third_party_electronic_notary(self): 6992 """Gets the allow_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 6993 6994 Account level flag that determines the availability to perform Third Party Notary (3PN) actions. # noqa: E501 6995 6996 :return: The allow_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 6997 :rtype: str 6998 """ 6999 return self._allow_third_party_electronic_notary 7000 7001 @allow_third_party_electronic_notary.setter 7002 def allow_third_party_electronic_notary(self, allow_third_party_electronic_notary): 7003 """Sets the allow_third_party_electronic_notary of this AccountSettingsInformation. 7004 7005 Account level flag that determines the availability to perform Third Party Notary (3PN) actions. # noqa: E501 7006 7007 :param allow_third_party_electronic_notary: The allow_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 7008 :type: str 7009 """ 7010 7011 self._allow_third_party_electronic_notary = allow_third_party_electronic_notary 7012 7013 @property 7014 def allow_third_party_electronic_notary_metadata(self): 7015 """Gets the allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 7016 7017 7018 :return: The allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 7019 :rtype: SettingsMetadata 7020 """ 7021 return self._allow_third_party_electronic_notary_metadata 7022 7023 @allow_third_party_electronic_notary_metadata.setter 7024 def allow_third_party_electronic_notary_metadata(self, allow_third_party_electronic_notary_metadata): 7025 """Sets the allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. 7026 7027 7028 :param allow_third_party_electronic_notary_metadata: The allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 7029 :type: SettingsMetadata 7030 """ 7031 7032 self._allow_third_party_electronic_notary_metadata = allow_third_party_electronic_notary_metadata 7033 7034 @property 7035 def allow_users_to_access_directory(self): 7036 """Gets the allow_users_to_access_directory of this AccountSettingsInformation. # noqa: E501 7037 7038 # noqa: E501 7039 7040 :return: The allow_users_to_access_directory of this AccountSettingsInformation. # noqa: E501 7041 :rtype: str 7042 """ 7043 return self._allow_users_to_access_directory 7044 7045 @allow_users_to_access_directory.setter 7046 def allow_users_to_access_directory(self, allow_users_to_access_directory): 7047 """Sets the allow_users_to_access_directory of this AccountSettingsInformation. 7048 7049 # noqa: E501 7050 7051 :param allow_users_to_access_directory: The allow_users_to_access_directory of this AccountSettingsInformation. # noqa: E501 7052 :type: str 7053 """ 7054 7055 self._allow_users_to_access_directory = allow_users_to_access_directory 7056 7057 @property 7058 def allow_users_to_access_directory_metadata(self): 7059 """Gets the allow_users_to_access_directory_metadata of this AccountSettingsInformation. # noqa: E501 7060 7061 # noqa: E501 7062 7063 :return: The allow_users_to_access_directory_metadata of this AccountSettingsInformation. # noqa: E501 7064 :rtype: SettingsMetadata 7065 """ 7066 return self._allow_users_to_access_directory_metadata 7067 7068 @allow_users_to_access_directory_metadata.setter 7069 def allow_users_to_access_directory_metadata(self, allow_users_to_access_directory_metadata): 7070 """Sets the allow_users_to_access_directory_metadata of this AccountSettingsInformation. 7071 7072 # noqa: E501 7073 7074 :param allow_users_to_access_directory_metadata: The allow_users_to_access_directory_metadata of this AccountSettingsInformation. # noqa: E501 7075 :type: SettingsMetadata 7076 """ 7077 7078 self._allow_users_to_access_directory_metadata = allow_users_to_access_directory_metadata 7079 7080 @property 7081 def allow_value_insights(self): 7082 """Gets the allow_value_insights of this AccountSettingsInformation. # noqa: E501 7083 7084 # noqa: E501 7085 7086 :return: The allow_value_insights of this AccountSettingsInformation. # noqa: E501 7087 :rtype: str 7088 """ 7089 return self._allow_value_insights 7090 7091 @allow_value_insights.setter 7092 def allow_value_insights(self, allow_value_insights): 7093 """Sets the allow_value_insights of this AccountSettingsInformation. 7094 7095 # noqa: E501 7096 7097 :param allow_value_insights: The allow_value_insights of this AccountSettingsInformation. # noqa: E501 7098 :type: str 7099 """ 7100 7101 self._allow_value_insights = allow_value_insights 7102 7103 @property 7104 def allow_value_insights_metadata(self): 7105 """Gets the allow_value_insights_metadata of this AccountSettingsInformation. # noqa: E501 7106 7107 # noqa: E501 7108 7109 :return: The allow_value_insights_metadata of this AccountSettingsInformation. # noqa: E501 7110 :rtype: SettingsMetadata 7111 """ 7112 return self._allow_value_insights_metadata 7113 7114 @allow_value_insights_metadata.setter 7115 def allow_value_insights_metadata(self, allow_value_insights_metadata): 7116 """Sets the allow_value_insights_metadata of this AccountSettingsInformation. 7117 7118 # noqa: E501 7119 7120 :param allow_value_insights_metadata: The allow_value_insights_metadata of this AccountSettingsInformation. # noqa: E501 7121 :type: SettingsMetadata 7122 """ 7123 7124 self._allow_value_insights_metadata = allow_value_insights_metadata 7125 7126 @property 7127 def allow_web_forms(self): 7128 """Gets the allow_web_forms of this AccountSettingsInformation. # noqa: E501 7129 7130 # noqa: E501 7131 7132 :return: The allow_web_forms of this AccountSettingsInformation. # noqa: E501 7133 :rtype: str 7134 """ 7135 return self._allow_web_forms 7136 7137 @allow_web_forms.setter 7138 def allow_web_forms(self, allow_web_forms): 7139 """Sets the allow_web_forms of this AccountSettingsInformation. 7140 7141 # noqa: E501 7142 7143 :param allow_web_forms: The allow_web_forms of this AccountSettingsInformation. # noqa: E501 7144 :type: str 7145 """ 7146 7147 self._allow_web_forms = allow_web_forms 7148 7149 @property 7150 def allow_web_forms_metadata(self): 7151 """Gets the allow_web_forms_metadata of this AccountSettingsInformation. # noqa: E501 7152 7153 7154 :return: The allow_web_forms_metadata of this AccountSettingsInformation. # noqa: E501 7155 :rtype: SettingsMetadata 7156 """ 7157 return self._allow_web_forms_metadata 7158 7159 @allow_web_forms_metadata.setter 7160 def allow_web_forms_metadata(self, allow_web_forms_metadata): 7161 """Sets the allow_web_forms_metadata of this AccountSettingsInformation. 7162 7163 7164 :param allow_web_forms_metadata: The allow_web_forms_metadata of this AccountSettingsInformation. # noqa: E501 7165 :type: SettingsMetadata 7166 """ 7167 7168 self._allow_web_forms_metadata = allow_web_forms_metadata 7169 7170 @property 7171 def anchor_population_scope(self): 7172 """Gets the anchor_population_scope of this AccountSettingsInformation. # noqa: E501 7173 7174 # noqa: E501 7175 7176 :return: The anchor_population_scope of this AccountSettingsInformation. # noqa: E501 7177 :rtype: str 7178 """ 7179 return self._anchor_population_scope 7180 7181 @anchor_population_scope.setter 7182 def anchor_population_scope(self, anchor_population_scope): 7183 """Sets the anchor_population_scope of this AccountSettingsInformation. 7184 7185 # noqa: E501 7186 7187 :param anchor_population_scope: The anchor_population_scope of this AccountSettingsInformation. # noqa: E501 7188 :type: str 7189 """ 7190 7191 self._anchor_population_scope = anchor_population_scope 7192 7193 @property 7194 def anchor_population_scope_metadata(self): 7195 """Gets the anchor_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 7196 7197 Metadata that indicates whether the `anchorPopulationScope` property is editable. # noqa: E501 7198 7199 :return: The anchor_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 7200 :rtype: SettingsMetadata 7201 """ 7202 return self._anchor_population_scope_metadata 7203 7204 @anchor_population_scope_metadata.setter 7205 def anchor_population_scope_metadata(self, anchor_population_scope_metadata): 7206 """Sets the anchor_population_scope_metadata of this AccountSettingsInformation. 7207 7208 Metadata that indicates whether the `anchorPopulationScope` property is editable. # noqa: E501 7209 7210 :param anchor_population_scope_metadata: The anchor_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 7211 :type: SettingsMetadata 7212 """ 7213 7214 self._anchor_population_scope_metadata = anchor_population_scope_metadata 7215 7216 @property 7217 def anchor_tag_versioned_placement_enabled(self): 7218 """Gets the anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. # noqa: E501 7219 7220 # noqa: E501 7221 7222 :return: The anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. # noqa: E501 7223 :rtype: str 7224 """ 7225 return self._anchor_tag_versioned_placement_enabled 7226 7227 @anchor_tag_versioned_placement_enabled.setter 7228 def anchor_tag_versioned_placement_enabled(self, anchor_tag_versioned_placement_enabled): 7229 """Sets the anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. 7230 7231 # noqa: E501 7232 7233 :param anchor_tag_versioned_placement_enabled: The anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. # noqa: E501 7234 :type: str 7235 """ 7236 7237 self._anchor_tag_versioned_placement_enabled = anchor_tag_versioned_placement_enabled 7238 7239 @property 7240 def anchor_tag_versioned_placement_metadata_enabled(self): 7241 """Gets the anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. # noqa: E501 7242 7243 # noqa: E501 7244 7245 :return: The anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. # noqa: E501 7246 :rtype: SettingsMetadata 7247 """ 7248 return self._anchor_tag_versioned_placement_metadata_enabled 7249 7250 @anchor_tag_versioned_placement_metadata_enabled.setter 7251 def anchor_tag_versioned_placement_metadata_enabled(self, anchor_tag_versioned_placement_metadata_enabled): 7252 """Sets the anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. 7253 7254 # noqa: E501 7255 7256 :param anchor_tag_versioned_placement_metadata_enabled: The anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. # noqa: E501 7257 :type: SettingsMetadata 7258 """ 7259 7260 self._anchor_tag_versioned_placement_metadata_enabled = anchor_tag_versioned_placement_metadata_enabled 7261 7262 @property 7263 def attach_completed_envelope(self): 7264 """Gets the attach_completed_envelope of this AccountSettingsInformation. # noqa: E501 7265 7266 # noqa: E501 7267 7268 :return: The attach_completed_envelope of this AccountSettingsInformation. # noqa: E501 7269 :rtype: str 7270 """ 7271 return self._attach_completed_envelope 7272 7273 @attach_completed_envelope.setter 7274 def attach_completed_envelope(self, attach_completed_envelope): 7275 """Sets the attach_completed_envelope of this AccountSettingsInformation. 7276 7277 # noqa: E501 7278 7279 :param attach_completed_envelope: The attach_completed_envelope of this AccountSettingsInformation. # noqa: E501 7280 :type: str 7281 """ 7282 7283 self._attach_completed_envelope = attach_completed_envelope 7284 7285 @property 7286 def attach_completed_envelope_metadata(self): 7287 """Gets the attach_completed_envelope_metadata of this AccountSettingsInformation. # noqa: E501 7288 7289 Metadata that indicates whether the `attachCompletedEnvelope` property is editable. # noqa: E501 7290 7291 :return: The attach_completed_envelope_metadata of this AccountSettingsInformation. # noqa: E501 7292 :rtype: SettingsMetadata 7293 """ 7294 return self._attach_completed_envelope_metadata 7295 7296 @attach_completed_envelope_metadata.setter 7297 def attach_completed_envelope_metadata(self, attach_completed_envelope_metadata): 7298 """Sets the attach_completed_envelope_metadata of this AccountSettingsInformation. 7299 7300 Metadata that indicates whether the `attachCompletedEnvelope` property is editable. # noqa: E501 7301 7302 :param attach_completed_envelope_metadata: The attach_completed_envelope_metadata of this AccountSettingsInformation. # noqa: E501 7303 :type: SettingsMetadata 7304 """ 7305 7306 self._attach_completed_envelope_metadata = attach_completed_envelope_metadata 7307 7308 @property 7309 def authentication_check(self): 7310 """Gets the authentication_check of this AccountSettingsInformation. # noqa: E501 7311 7312 # noqa: E501 7313 7314 :return: The authentication_check of this AccountSettingsInformation. # noqa: E501 7315 :rtype: str 7316 """ 7317 return self._authentication_check 7318 7319 @authentication_check.setter 7320 def authentication_check(self, authentication_check): 7321 """Sets the authentication_check of this AccountSettingsInformation. 7322 7323 # noqa: E501 7324 7325 :param authentication_check: The authentication_check of this AccountSettingsInformation. # noqa: E501 7326 :type: str 7327 """ 7328 7329 self._authentication_check = authentication_check 7330 7331 @property 7332 def authentication_check_metadata(self): 7333 """Gets the authentication_check_metadata of this AccountSettingsInformation. # noqa: E501 7334 7335 Metadata that indicates whether the `authenticationCheck` property is editable. # noqa: E501 7336 7337 :return: The authentication_check_metadata of this AccountSettingsInformation. # noqa: E501 7338 :rtype: SettingsMetadata 7339 """ 7340 return self._authentication_check_metadata 7341 7342 @authentication_check_metadata.setter 7343 def authentication_check_metadata(self, authentication_check_metadata): 7344 """Sets the authentication_check_metadata of this AccountSettingsInformation. 7345 7346 Metadata that indicates whether the `authenticationCheck` property is editable. # noqa: E501 7347 7348 :param authentication_check_metadata: The authentication_check_metadata of this AccountSettingsInformation. # noqa: E501 7349 :type: SettingsMetadata 7350 """ 7351 7352 self._authentication_check_metadata = authentication_check_metadata 7353 7354 @property 7355 def auto_nav_rule(self): 7356 """Gets the auto_nav_rule of this AccountSettingsInformation. # noqa: E501 7357 7358 # noqa: E501 7359 7360 :return: The auto_nav_rule of this AccountSettingsInformation. # noqa: E501 7361 :rtype: str 7362 """ 7363 return self._auto_nav_rule 7364 7365 @auto_nav_rule.setter 7366 def auto_nav_rule(self, auto_nav_rule): 7367 """Sets the auto_nav_rule of this AccountSettingsInformation. 7368 7369 # noqa: E501 7370 7371 :param auto_nav_rule: The auto_nav_rule of this AccountSettingsInformation. # noqa: E501 7372 :type: str 7373 """ 7374 7375 self._auto_nav_rule = auto_nav_rule 7376 7377 @property 7378 def auto_nav_rule_metadata(self): 7379 """Gets the auto_nav_rule_metadata of this AccountSettingsInformation. # noqa: E501 7380 7381 Metadata that indicates whether the `autoNavRule` property is editable. # noqa: E501 7382 7383 :return: The auto_nav_rule_metadata of this AccountSettingsInformation. # noqa: E501 7384 :rtype: SettingsMetadata 7385 """ 7386 return self._auto_nav_rule_metadata 7387 7388 @auto_nav_rule_metadata.setter 7389 def auto_nav_rule_metadata(self, auto_nav_rule_metadata): 7390 """Sets the auto_nav_rule_metadata of this AccountSettingsInformation. 7391 7392 Metadata that indicates whether the `autoNavRule` property is editable. # noqa: E501 7393 7394 :param auto_nav_rule_metadata: The auto_nav_rule_metadata of this AccountSettingsInformation. # noqa: E501 7395 :type: SettingsMetadata 7396 """ 7397 7398 self._auto_nav_rule_metadata = auto_nav_rule_metadata 7399 7400 @property 7401 def auto_provision_signer_account(self): 7402 """Gets the auto_provision_signer_account of this AccountSettingsInformation. # noqa: E501 7403 7404 # noqa: E501 7405 7406 :return: The auto_provision_signer_account of this AccountSettingsInformation. # noqa: E501 7407 :rtype: str 7408 """ 7409 return self._auto_provision_signer_account 7410 7411 @auto_provision_signer_account.setter 7412 def auto_provision_signer_account(self, auto_provision_signer_account): 7413 """Sets the auto_provision_signer_account of this AccountSettingsInformation. 7414 7415 # noqa: E501 7416 7417 :param auto_provision_signer_account: The auto_provision_signer_account of this AccountSettingsInformation. # noqa: E501 7418 :type: str 7419 """ 7420 7421 self._auto_provision_signer_account = auto_provision_signer_account 7422 7423 @property 7424 def auto_provision_signer_account_metadata(self): 7425 """Gets the auto_provision_signer_account_metadata of this AccountSettingsInformation. # noqa: E501 7426 7427 Metadata that indicates whether the `autoProvisionSignerAccount` property is editable. # noqa: E501 7428 7429 :return: The auto_provision_signer_account_metadata of this AccountSettingsInformation. # noqa: E501 7430 :rtype: SettingsMetadata 7431 """ 7432 return self._auto_provision_signer_account_metadata 7433 7434 @auto_provision_signer_account_metadata.setter 7435 def auto_provision_signer_account_metadata(self, auto_provision_signer_account_metadata): 7436 """Sets the auto_provision_signer_account_metadata of this AccountSettingsInformation. 7437 7438 Metadata that indicates whether the `autoProvisionSignerAccount` property is editable. # noqa: E501 7439 7440 :param auto_provision_signer_account_metadata: The auto_provision_signer_account_metadata of this AccountSettingsInformation. # noqa: E501 7441 :type: SettingsMetadata 7442 """ 7443 7444 self._auto_provision_signer_account_metadata = auto_provision_signer_account_metadata 7445 7446 @property 7447 def bcc_email_archive(self): 7448 """Gets the bcc_email_archive of this AccountSettingsInformation. # noqa: E501 7449 7450 # noqa: E501 7451 7452 :return: The bcc_email_archive of this AccountSettingsInformation. # noqa: E501 7453 :rtype: str 7454 """ 7455 return self._bcc_email_archive 7456 7457 @bcc_email_archive.setter 7458 def bcc_email_archive(self, bcc_email_archive): 7459 """Sets the bcc_email_archive of this AccountSettingsInformation. 7460 7461 # noqa: E501 7462 7463 :param bcc_email_archive: The bcc_email_archive of this AccountSettingsInformation. # noqa: E501 7464 :type: str 7465 """ 7466 7467 self._bcc_email_archive = bcc_email_archive 7468 7469 @property 7470 def bcc_email_archive_metadata(self): 7471 """Gets the bcc_email_archive_metadata of this AccountSettingsInformation. # noqa: E501 7472 7473 Metadata that indicates whether the `bccEmailArchive` property is editable. # noqa: E501 7474 7475 :return: The bcc_email_archive_metadata of this AccountSettingsInformation. # noqa: E501 7476 :rtype: SettingsMetadata 7477 """ 7478 return self._bcc_email_archive_metadata 7479 7480 @bcc_email_archive_metadata.setter 7481 def bcc_email_archive_metadata(self, bcc_email_archive_metadata): 7482 """Sets the bcc_email_archive_metadata of this AccountSettingsInformation. 7483 7484 Metadata that indicates whether the `bccEmailArchive` property is editable. # noqa: E501 7485 7486 :param bcc_email_archive_metadata: The bcc_email_archive_metadata of this AccountSettingsInformation. # noqa: E501 7487 :type: SettingsMetadata 7488 """ 7489 7490 self._bcc_email_archive_metadata = bcc_email_archive_metadata 7491 7492 @property 7493 def beta_switch_configuration(self): 7494 """Gets the beta_switch_configuration of this AccountSettingsInformation. # noqa: E501 7495 7496 # noqa: E501 7497 7498 :return: The beta_switch_configuration of this AccountSettingsInformation. # noqa: E501 7499 :rtype: str 7500 """ 7501 return self._beta_switch_configuration 7502 7503 @beta_switch_configuration.setter 7504 def beta_switch_configuration(self, beta_switch_configuration): 7505 """Sets the beta_switch_configuration of this AccountSettingsInformation. 7506 7507 # noqa: E501 7508 7509 :param beta_switch_configuration: The beta_switch_configuration of this AccountSettingsInformation. # noqa: E501 7510 :type: str 7511 """ 7512 7513 self._beta_switch_configuration = beta_switch_configuration 7514 7515 @property 7516 def beta_switch_configuration_metadata(self): 7517 """Gets the beta_switch_configuration_metadata of this AccountSettingsInformation. # noqa: E501 7518 7519 Reserved for DocuSign. # noqa: E501 7520 7521 :return: The beta_switch_configuration_metadata of this AccountSettingsInformation. # noqa: E501 7522 :rtype: SettingsMetadata 7523 """ 7524 return self._beta_switch_configuration_metadata 7525 7526 @beta_switch_configuration_metadata.setter 7527 def beta_switch_configuration_metadata(self, beta_switch_configuration_metadata): 7528 """Sets the beta_switch_configuration_metadata of this AccountSettingsInformation. 7529 7530 Reserved for DocuSign. # noqa: E501 7531 7532 :param beta_switch_configuration_metadata: The beta_switch_configuration_metadata of this AccountSettingsInformation. # noqa: E501 7533 :type: SettingsMetadata 7534 """ 7535 7536 self._beta_switch_configuration_metadata = beta_switch_configuration_metadata 7537 7538 @property 7539 def billing_address(self): 7540 """Gets the billing_address of this AccountSettingsInformation. # noqa: E501 7541 7542 The billing address for the account. # noqa: E501 7543 7544 :return: The billing_address of this AccountSettingsInformation. # noqa: E501 7545 :rtype: AddressInformation 7546 """ 7547 return self._billing_address 7548 7549 @billing_address.setter 7550 def billing_address(self, billing_address): 7551 """Sets the billing_address of this AccountSettingsInformation. 7552 7553 The billing address for the account. # noqa: E501 7554 7555 :param billing_address: The billing_address of this AccountSettingsInformation. # noqa: E501 7556 :type: AddressInformation 7557 """ 7558 7559 self._billing_address = billing_address 7560 7561 @property 7562 def billing_address_metadata(self): 7563 """Gets the billing_address_metadata of this AccountSettingsInformation. # noqa: E501 7564 7565 Metadata that indicates whether the `billingAddress` property is editable. # noqa: E501 7566 7567 :return: The billing_address_metadata of this AccountSettingsInformation. # noqa: E501 7568 :rtype: SettingsMetadata 7569 """ 7570 return self._billing_address_metadata 7571 7572 @billing_address_metadata.setter 7573 def billing_address_metadata(self, billing_address_metadata): 7574 """Sets the billing_address_metadata of this AccountSettingsInformation. 7575 7576 Metadata that indicates whether the `billingAddress` property is editable. # noqa: E501 7577 7578 :param billing_address_metadata: The billing_address_metadata of this AccountSettingsInformation. # noqa: E501 7579 :type: SettingsMetadata 7580 """ 7581 7582 self._billing_address_metadata = billing_address_metadata 7583 7584 @property 7585 def bulk_send(self): 7586 """Gets the bulk_send of this AccountSettingsInformation. # noqa: E501 7587 7588 # noqa: E501 7589 7590 :return: The bulk_send of this AccountSettingsInformation. # noqa: E501 7591 :rtype: str 7592 """ 7593 return self._bulk_send 7594 7595 @bulk_send.setter 7596 def bulk_send(self, bulk_send): 7597 """Sets the bulk_send of this AccountSettingsInformation. 7598 7599 # noqa: E501 7600 7601 :param bulk_send: The bulk_send of this AccountSettingsInformation. # noqa: E501 7602 :type: str 7603 """ 7604 7605 self._bulk_send = bulk_send 7606 7607 @property 7608 def bulk_send_action_resend_limit(self): 7609 """Gets the bulk_send_action_resend_limit of this AccountSettingsInformation. # noqa: E501 7610 7611 # noqa: E501 7612 7613 :return: The bulk_send_action_resend_limit of this AccountSettingsInformation. # noqa: E501 7614 :rtype: str 7615 """ 7616 return self._bulk_send_action_resend_limit 7617 7618 @bulk_send_action_resend_limit.setter 7619 def bulk_send_action_resend_limit(self, bulk_send_action_resend_limit): 7620 """Sets the bulk_send_action_resend_limit of this AccountSettingsInformation. 7621 7622 # noqa: E501 7623 7624 :param bulk_send_action_resend_limit: The bulk_send_action_resend_limit of this AccountSettingsInformation. # noqa: E501 7625 :type: str 7626 """ 7627 7628 self._bulk_send_action_resend_limit = bulk_send_action_resend_limit 7629 7630 @property 7631 def bulk_send_max_copies_in_batch(self): 7632 """Gets the bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501 7633 7634 # noqa: E501 7635 7636 :return: The bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501 7637 :rtype: str 7638 """ 7639 return self._bulk_send_max_copies_in_batch 7640 7641 @bulk_send_max_copies_in_batch.setter 7642 def bulk_send_max_copies_in_batch(self, bulk_send_max_copies_in_batch): 7643 """Sets the bulk_send_max_copies_in_batch of this AccountSettingsInformation. 7644 7645 # noqa: E501 7646 7647 :param bulk_send_max_copies_in_batch: The bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501 7648 :type: str 7649 """ 7650 7651 self._bulk_send_max_copies_in_batch = bulk_send_max_copies_in_batch 7652 7653 @property 7654 def bulk_send_max_unprocessed_envelopes_count(self): 7655 """Gets the bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. # noqa: E501 7656 7657 # noqa: E501 7658 7659 :return: The bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. # noqa: E501 7660 :rtype: str 7661 """ 7662 return self._bulk_send_max_unprocessed_envelopes_count 7663 7664 @bulk_send_max_unprocessed_envelopes_count.setter 7665 def bulk_send_max_unprocessed_envelopes_count(self, bulk_send_max_unprocessed_envelopes_count): 7666 """Sets the bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. 7667 7668 # noqa: E501 7669 7670 :param bulk_send_max_unprocessed_envelopes_count: The bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. # noqa: E501 7671 :type: str 7672 """ 7673 7674 self._bulk_send_max_unprocessed_envelopes_count = bulk_send_max_unprocessed_envelopes_count 7675 7676 @property 7677 def bulk_send_metadata(self): 7678 """Gets the bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 7679 7680 Metadata that indicates whether the `bulkSend` property is editable. # noqa: E501 7681 7682 :return: The bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 7683 :rtype: SettingsMetadata 7684 """ 7685 return self._bulk_send_metadata 7686 7687 @bulk_send_metadata.setter 7688 def bulk_send_metadata(self, bulk_send_metadata): 7689 """Sets the bulk_send_metadata of this AccountSettingsInformation. 7690 7691 Metadata that indicates whether the `bulkSend` property is editable. # noqa: E501 7692 7693 :param bulk_send_metadata: The bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 7694 :type: SettingsMetadata 7695 """ 7696 7697 self._bulk_send_metadata = bulk_send_metadata 7698 7699 @property 7700 def can_self_brand_send(self): 7701 """Gets the can_self_brand_send of this AccountSettingsInformation. # noqa: E501 7702 7703 # noqa: E501 7704 7705 :return: The can_self_brand_send of this AccountSettingsInformation. # noqa: E501 7706 :rtype: str 7707 """ 7708 return self._can_self_brand_send 7709 7710 @can_self_brand_send.setter 7711 def can_self_brand_send(self, can_self_brand_send): 7712 """Sets the can_self_brand_send of this AccountSettingsInformation. 7713 7714 # noqa: E501 7715 7716 :param can_self_brand_send: The can_self_brand_send of this AccountSettingsInformation. # noqa: E501 7717 :type: str 7718 """ 7719 7720 self._can_self_brand_send = can_self_brand_send 7721 7722 @property 7723 def can_self_brand_send_metadata(self): 7724 """Gets the can_self_brand_send_metadata of this AccountSettingsInformation. # noqa: E501 7725 7726 Metadata that indicates whether the `canSelfBrandSend` property is editable. # noqa: E501 7727 7728 :return: The can_self_brand_send_metadata of this AccountSettingsInformation. # noqa: E501 7729 :rtype: SettingsMetadata 7730 """ 7731 return self._can_self_brand_send_metadata 7732 7733 @can_self_brand_send_metadata.setter 7734 def can_self_brand_send_metadata(self, can_self_brand_send_metadata): 7735 """Sets the can_self_brand_send_metadata of this AccountSettingsInformation. 7736 7737 Metadata that indicates whether the `canSelfBrandSend` property is editable. # noqa: E501 7738 7739 :param can_self_brand_send_metadata: The can_self_brand_send_metadata of this AccountSettingsInformation. # noqa: E501 7740 :type: SettingsMetadata 7741 """ 7742 7743 self._can_self_brand_send_metadata = can_self_brand_send_metadata 7744 7745 @property 7746 def can_self_brand_sign(self): 7747 """Gets the can_self_brand_sign of this AccountSettingsInformation. # noqa: E501 7748 7749 # noqa: E501 7750 7751 :return: The can_self_brand_sign of this AccountSettingsInformation. # noqa: E501 7752 :rtype: str 7753 """ 7754 return self._can_self_brand_sign 7755 7756 @can_self_brand_sign.setter 7757 def can_self_brand_sign(self, can_self_brand_sign): 7758 """Sets the can_self_brand_sign of this AccountSettingsInformation. 7759 7760 # noqa: E501 7761 7762 :param can_self_brand_sign: The can_self_brand_sign of this AccountSettingsInformation. # noqa: E501 7763 :type: str 7764 """ 7765 7766 self._can_self_brand_sign = can_self_brand_sign 7767 7768 @property 7769 def can_self_brand_sign_metadata(self): 7770 """Gets the can_self_brand_sign_metadata of this AccountSettingsInformation. # noqa: E501 7771 7772 Metadata that indicates whether the `canSelfBrandSign` property is editable. # noqa: E501 7773 7774 :return: The can_self_brand_sign_metadata of this AccountSettingsInformation. # noqa: E501 7775 :rtype: SettingsMetadata 7776 """ 7777 return self._can_self_brand_sign_metadata 7778 7779 @can_self_brand_sign_metadata.setter 7780 def can_self_brand_sign_metadata(self, can_self_brand_sign_metadata): 7781 """Sets the can_self_brand_sign_metadata of this AccountSettingsInformation. 7782 7783 Metadata that indicates whether the `canSelfBrandSign` property is editable. # noqa: E501 7784 7785 :param can_self_brand_sign_metadata: The can_self_brand_sign_metadata of this AccountSettingsInformation. # noqa: E501 7786 :type: SettingsMetadata 7787 """ 7788 7789 self._can_self_brand_sign_metadata = can_self_brand_sign_metadata 7790 7791 @property 7792 def can_use_salesforce_o_auth(self): 7793 """Gets the can_use_salesforce_o_auth of this AccountSettingsInformation. # noqa: E501 7794 7795 # noqa: E501 7796 7797 :return: The can_use_salesforce_o_auth of this AccountSettingsInformation. # noqa: E501 7798 :rtype: str 7799 """ 7800 return self._can_use_salesforce_o_auth 7801 7802 @can_use_salesforce_o_auth.setter 7803 def can_use_salesforce_o_auth(self, can_use_salesforce_o_auth): 7804 """Sets the can_use_salesforce_o_auth of this AccountSettingsInformation. 7805 7806 # noqa: E501 7807 7808 :param can_use_salesforce_o_auth: The can_use_salesforce_o_auth of this AccountSettingsInformation. # noqa: E501 7809 :type: str 7810 """ 7811 7812 self._can_use_salesforce_o_auth = can_use_salesforce_o_auth 7813 7814 @property 7815 def can_use_salesforce_o_auth_metadata(self): 7816 """Gets the can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. # noqa: E501 7817 7818 # noqa: E501 7819 7820 :return: The can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. # noqa: E501 7821 :rtype: SettingsMetadata 7822 """ 7823 return self._can_use_salesforce_o_auth_metadata 7824 7825 @can_use_salesforce_o_auth_metadata.setter 7826 def can_use_salesforce_o_auth_metadata(self, can_use_salesforce_o_auth_metadata): 7827 """Sets the can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. 7828 7829 # noqa: E501 7830 7831 :param can_use_salesforce_o_auth_metadata: The can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. # noqa: E501 7832 :type: SettingsMetadata 7833 """ 7834 7835 self._can_use_salesforce_o_auth_metadata = can_use_salesforce_o_auth_metadata 7836 7837 @property 7838 def capture_voice_recording(self): 7839 """Gets the capture_voice_recording of this AccountSettingsInformation. # noqa: E501 7840 7841 # noqa: E501 7842 7843 :return: The capture_voice_recording of this AccountSettingsInformation. # noqa: E501 7844 :rtype: str 7845 """ 7846 return self._capture_voice_recording 7847 7848 @capture_voice_recording.setter 7849 def capture_voice_recording(self, capture_voice_recording): 7850 """Sets the capture_voice_recording of this AccountSettingsInformation. 7851 7852 # noqa: E501 7853 7854 :param capture_voice_recording: The capture_voice_recording of this AccountSettingsInformation. # noqa: E501 7855 :type: str 7856 """ 7857 7858 self._capture_voice_recording = capture_voice_recording 7859 7860 @property 7861 def capture_voice_recording_metadata(self): 7862 """Gets the capture_voice_recording_metadata of this AccountSettingsInformation. # noqa: E501 7863 7864 Reserved for DocuSign. # noqa: E501 7865 7866 :return: The capture_voice_recording_metadata of this AccountSettingsInformation. # noqa: E501 7867 :rtype: SettingsMetadata 7868 """ 7869 return self._capture_voice_recording_metadata 7870 7871 @capture_voice_recording_metadata.setter 7872 def capture_voice_recording_metadata(self, capture_voice_recording_metadata): 7873 """Sets the capture_voice_recording_metadata of this AccountSettingsInformation. 7874 7875 Reserved for DocuSign. # noqa: E501 7876 7877 :param capture_voice_recording_metadata: The capture_voice_recording_metadata of this AccountSettingsInformation. # noqa: E501 7878 :type: SettingsMetadata 7879 """ 7880 7881 self._capture_voice_recording_metadata = capture_voice_recording_metadata 7882 7883 @property 7884 def cfr21_simplified_signing_enabled(self): 7885 """Gets the cfr21_simplified_signing_enabled of this AccountSettingsInformation. # noqa: E501 7886 7887 # noqa: E501 7888 7889 :return: The cfr21_simplified_signing_enabled of this AccountSettingsInformation. # noqa: E501 7890 :rtype: str 7891 """ 7892 return self._cfr21_simplified_signing_enabled 7893 7894 @cfr21_simplified_signing_enabled.setter 7895 def cfr21_simplified_signing_enabled(self, cfr21_simplified_signing_enabled): 7896 """Sets the cfr21_simplified_signing_enabled of this AccountSettingsInformation. 7897 7898 # noqa: E501 7899 7900 :param cfr21_simplified_signing_enabled: The cfr21_simplified_signing_enabled of this AccountSettingsInformation. # noqa: E501 7901 :type: str 7902 """ 7903 7904 self._cfr21_simplified_signing_enabled = cfr21_simplified_signing_enabled 7905 7906 @property 7907 def cfr21_simplified_signing_enabled_metadata(self): 7908 """Gets the cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 7909 7910 # noqa: E501 7911 7912 :return: The cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 7913 :rtype: SettingsMetadata 7914 """ 7915 return self._cfr21_simplified_signing_enabled_metadata 7916 7917 @cfr21_simplified_signing_enabled_metadata.setter 7918 def cfr21_simplified_signing_enabled_metadata(self, cfr21_simplified_signing_enabled_metadata): 7919 """Sets the cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. 7920 7921 # noqa: E501 7922 7923 :param cfr21_simplified_signing_enabled_metadata: The cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 7924 :type: SettingsMetadata 7925 """ 7926 7927 self._cfr21_simplified_signing_enabled_metadata = cfr21_simplified_signing_enabled_metadata 7928 7929 @property 7930 def cfr_use_wide_image(self): 7931 """Gets the cfr_use_wide_image of this AccountSettingsInformation. # noqa: E501 7932 7933 # noqa: E501 7934 7935 :return: The cfr_use_wide_image of this AccountSettingsInformation. # noqa: E501 7936 :rtype: str 7937 """ 7938 return self._cfr_use_wide_image 7939 7940 @cfr_use_wide_image.setter 7941 def cfr_use_wide_image(self, cfr_use_wide_image): 7942 """Sets the cfr_use_wide_image of this AccountSettingsInformation. 7943 7944 # noqa: E501 7945 7946 :param cfr_use_wide_image: The cfr_use_wide_image of this AccountSettingsInformation. # noqa: E501 7947 :type: str 7948 """ 7949 7950 self._cfr_use_wide_image = cfr_use_wide_image 7951 7952 @property 7953 def cfr_use_wide_image_metadata(self): 7954 """Gets the cfr_use_wide_image_metadata of this AccountSettingsInformation. # noqa: E501 7955 7956 Metadata that indicates whether the `cfrUseWideImage` property is editable. # noqa: E501 7957 7958 :return: The cfr_use_wide_image_metadata of this AccountSettingsInformation. # noqa: E501 7959 :rtype: SettingsMetadata 7960 """ 7961 return self._cfr_use_wide_image_metadata 7962 7963 @cfr_use_wide_image_metadata.setter 7964 def cfr_use_wide_image_metadata(self, cfr_use_wide_image_metadata): 7965 """Sets the cfr_use_wide_image_metadata of this AccountSettingsInformation. 7966 7967 Metadata that indicates whether the `cfrUseWideImage` property is editable. # noqa: E501 7968 7969 :param cfr_use_wide_image_metadata: The cfr_use_wide_image_metadata of this AccountSettingsInformation. # noqa: E501 7970 :type: SettingsMetadata 7971 """ 7972 7973 self._cfr_use_wide_image_metadata = cfr_use_wide_image_metadata 7974 7975 @property 7976 def check_for_multiple_admins_on_account(self): 7977 """Gets the check_for_multiple_admins_on_account of this AccountSettingsInformation. # noqa: E501 7978 7979 # noqa: E501 7980 7981 :return: The check_for_multiple_admins_on_account of this AccountSettingsInformation. # noqa: E501 7982 :rtype: str 7983 """ 7984 return self._check_for_multiple_admins_on_account 7985 7986 @check_for_multiple_admins_on_account.setter 7987 def check_for_multiple_admins_on_account(self, check_for_multiple_admins_on_account): 7988 """Sets the check_for_multiple_admins_on_account of this AccountSettingsInformation. 7989 7990 # noqa: E501 7991 7992 :param check_for_multiple_admins_on_account: The check_for_multiple_admins_on_account of this AccountSettingsInformation. # noqa: E501 7993 :type: str 7994 """ 7995 7996 self._check_for_multiple_admins_on_account = check_for_multiple_admins_on_account 7997 7998 @property 7999 def check_for_multiple_admins_on_account_metadata(self): 8000 """Gets the check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. # noqa: E501 8001 8002 Metadata that indicates whether the `checkForMultipleAdminsOnAccount` property is editable. # noqa: E501 8003 8004 :return: The check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. # noqa: E501 8005 :rtype: SettingsMetadata 8006 """ 8007 return self._check_for_multiple_admins_on_account_metadata 8008 8009 @check_for_multiple_admins_on_account_metadata.setter 8010 def check_for_multiple_admins_on_account_metadata(self, check_for_multiple_admins_on_account_metadata): 8011 """Sets the check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. 8012 8013 Metadata that indicates whether the `checkForMultipleAdminsOnAccount` property is editable. # noqa: E501 8014 8015 :param check_for_multiple_admins_on_account_metadata: The check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. # noqa: E501 8016 :type: SettingsMetadata 8017 """ 8018 8019 self._check_for_multiple_admins_on_account_metadata = check_for_multiple_admins_on_account_metadata 8020 8021 @property 8022 def chrome_signature_enabled(self): 8023 """Gets the chrome_signature_enabled of this AccountSettingsInformation. # noqa: E501 8024 8025 # noqa: E501 8026 8027 :return: The chrome_signature_enabled of this AccountSettingsInformation. # noqa: E501 8028 :rtype: str 8029 """ 8030 return self._chrome_signature_enabled 8031 8032 @chrome_signature_enabled.setter 8033 def chrome_signature_enabled(self, chrome_signature_enabled): 8034 """Sets the chrome_signature_enabled of this AccountSettingsInformation. 8035 8036 # noqa: E501 8037 8038 :param chrome_signature_enabled: The chrome_signature_enabled of this AccountSettingsInformation. # noqa: E501 8039 :type: str 8040 """ 8041 8042 self._chrome_signature_enabled = chrome_signature_enabled 8043 8044 @property 8045 def chrome_signature_enabled_metadata(self): 8046 """Gets the chrome_signature_enabled_metadata of this AccountSettingsInformation. # noqa: E501 8047 8048 Metadata that indicates whether the `chromeSignatureEnabled` property is editable. # noqa: E501 8049 8050 :return: The chrome_signature_enabled_metadata of this AccountSettingsInformation. # noqa: E501 8051 :rtype: SettingsMetadata 8052 """ 8053 return self._chrome_signature_enabled_metadata 8054 8055 @chrome_signature_enabled_metadata.setter 8056 def chrome_signature_enabled_metadata(self, chrome_signature_enabled_metadata): 8057 """Sets the chrome_signature_enabled_metadata of this AccountSettingsInformation. 8058 8059 Metadata that indicates whether the `chromeSignatureEnabled` property is editable. # noqa: E501 8060 8061 :param chrome_signature_enabled_metadata: The chrome_signature_enabled_metadata of this AccountSettingsInformation. # noqa: E501 8062 :type: SettingsMetadata 8063 """ 8064 8065 self._chrome_signature_enabled_metadata = chrome_signature_enabled_metadata 8066 8067 @property 8068 def comment_email_show_message_text(self): 8069 """Gets the comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501 8070 8071 # noqa: E501 8072 8073 :return: The comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501 8074 :rtype: str 8075 """ 8076 return self._comment_email_show_message_text 8077 8078 @comment_email_show_message_text.setter 8079 def comment_email_show_message_text(self, comment_email_show_message_text): 8080 """Sets the comment_email_show_message_text of this AccountSettingsInformation. 8081 8082 # noqa: E501 8083 8084 :param comment_email_show_message_text: The comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501 8085 :type: str 8086 """ 8087 8088 self._comment_email_show_message_text = comment_email_show_message_text 8089 8090 @property 8091 def comment_email_show_message_text_metadata(self): 8092 """Gets the comment_email_show_message_text_metadata of this AccountSettingsInformation. # noqa: E501 8093 8094 Metadata that indicates whether the `commentEmailShowMessageText` property is editable. # noqa: E501 8095 8096 :return: The comment_email_show_message_text_metadata of this AccountSettingsInformation. # noqa: E501 8097 :rtype: SettingsMetadata 8098 """ 8099 return self._comment_email_show_message_text_metadata 8100 8101 @comment_email_show_message_text_metadata.setter 8102 def comment_email_show_message_text_metadata(self, comment_email_show_message_text_metadata): 8103 """Sets the comment_email_show_message_text_metadata of this AccountSettingsInformation. 8104 8105 Metadata that indicates whether the `commentEmailShowMessageText` property is editable. # noqa: E501 8106 8107 :param comment_email_show_message_text_metadata: The comment_email_show_message_text_metadata of this AccountSettingsInformation. # noqa: E501 8108 :type: SettingsMetadata 8109 """ 8110 8111 self._comment_email_show_message_text_metadata = comment_email_show_message_text_metadata 8112 8113 @property 8114 def comments_allow_envelope_override(self): 8115 """Gets the comments_allow_envelope_override of this AccountSettingsInformation. # noqa: E501 8116 8117 # noqa: E501 8118 8119 :return: The comments_allow_envelope_override of this AccountSettingsInformation. # noqa: E501 8120 :rtype: str 8121 """ 8122 return self._comments_allow_envelope_override 8123 8124 @comments_allow_envelope_override.setter 8125 def comments_allow_envelope_override(self, comments_allow_envelope_override): 8126 """Sets the comments_allow_envelope_override of this AccountSettingsInformation. 8127 8128 # noqa: E501 8129 8130 :param comments_allow_envelope_override: The comments_allow_envelope_override of this AccountSettingsInformation. # noqa: E501 8131 :type: str 8132 """ 8133 8134 self._comments_allow_envelope_override = comments_allow_envelope_override 8135 8136 @property 8137 def comments_allow_envelope_override_metadata(self): 8138 """Gets the comments_allow_envelope_override_metadata of this AccountSettingsInformation. # noqa: E501 8139 8140 Metadata that indicates whether the `commentsAllowEnvelopeOverride` property is editable. # noqa: E501 8141 8142 :return: The comments_allow_envelope_override_metadata of this AccountSettingsInformation. # noqa: E501 8143 :rtype: SettingsMetadata 8144 """ 8145 return self._comments_allow_envelope_override_metadata 8146 8147 @comments_allow_envelope_override_metadata.setter 8148 def comments_allow_envelope_override_metadata(self, comments_allow_envelope_override_metadata): 8149 """Sets the comments_allow_envelope_override_metadata of this AccountSettingsInformation. 8150 8151 Metadata that indicates whether the `commentsAllowEnvelopeOverride` property is editable. # noqa: E501 8152 8153 :param comments_allow_envelope_override_metadata: The comments_allow_envelope_override_metadata of this AccountSettingsInformation. # noqa: E501 8154 :type: SettingsMetadata 8155 """ 8156 8157 self._comments_allow_envelope_override_metadata = comments_allow_envelope_override_metadata 8158 8159 @property 8160 def conditional_fields_enabled(self): 8161 """Gets the conditional_fields_enabled of this AccountSettingsInformation. # noqa: E501 8162 8163 # noqa: E501 8164 8165 :return: The conditional_fields_enabled of this AccountSettingsInformation. # noqa: E501 8166 :rtype: str 8167 """ 8168 return self._conditional_fields_enabled 8169 8170 @conditional_fields_enabled.setter 8171 def conditional_fields_enabled(self, conditional_fields_enabled): 8172 """Sets the conditional_fields_enabled of this AccountSettingsInformation. 8173 8174 # noqa: E501 8175 8176 :param conditional_fields_enabled: The conditional_fields_enabled of this AccountSettingsInformation. # noqa: E501 8177 :type: str 8178 """ 8179 8180 self._conditional_fields_enabled = conditional_fields_enabled 8181 8182 @property 8183 def conditional_fields_enabled_metadata(self): 8184 """Gets the conditional_fields_enabled_metadata of this AccountSettingsInformation. # noqa: E501 8185 8186 Metadata that indicates whether the `conditionalFieldsEnabled` property is editable. # noqa: E501 8187 8188 :return: The conditional_fields_enabled_metadata of this AccountSettingsInformation. # noqa: E501 8189 :rtype: SettingsMetadata 8190 """ 8191 return self._conditional_fields_enabled_metadata 8192 8193 @conditional_fields_enabled_metadata.setter 8194 def conditional_fields_enabled_metadata(self, conditional_fields_enabled_metadata): 8195 """Sets the conditional_fields_enabled_metadata of this AccountSettingsInformation. 8196 8197 Metadata that indicates whether the `conditionalFieldsEnabled` property is editable. # noqa: E501 8198 8199 :param conditional_fields_enabled_metadata: The conditional_fields_enabled_metadata of this AccountSettingsInformation. # noqa: E501 8200 :type: SettingsMetadata 8201 """ 8202 8203 self._conditional_fields_enabled_metadata = conditional_fields_enabled_metadata 8204 8205 @property 8206 def consumer_disclosure_frequency(self): 8207 """Gets the consumer_disclosure_frequency of this AccountSettingsInformation. # noqa: E501 8208 8209 # noqa: E501 8210 8211 :return: The consumer_disclosure_frequency of this AccountSettingsInformation. # noqa: E501 8212 :rtype: str 8213 """ 8214 return self._consumer_disclosure_frequency 8215 8216 @consumer_disclosure_frequency.setter 8217 def consumer_disclosure_frequency(self, consumer_disclosure_frequency): 8218 """Sets the consumer_disclosure_frequency of this AccountSettingsInformation. 8219 8220 # noqa: E501 8221 8222 :param consumer_disclosure_frequency: The consumer_disclosure_frequency of this AccountSettingsInformation. # noqa: E501 8223 :type: str 8224 """ 8225 8226 self._consumer_disclosure_frequency = consumer_disclosure_frequency 8227 8228 @property 8229 def consumer_disclosure_frequency_metadata(self): 8230 """Gets the consumer_disclosure_frequency_metadata of this AccountSettingsInformation. # noqa: E501 8231 8232 Metadata that indicates whether the `consumerDisclosureFrequency` property is editable. # noqa: E501 8233 8234 :return: The consumer_disclosure_frequency_metadata of this AccountSettingsInformation. # noqa: E501 8235 :rtype: SettingsMetadata 8236 """ 8237 return self._consumer_disclosure_frequency_metadata 8238 8239 @consumer_disclosure_frequency_metadata.setter 8240 def consumer_disclosure_frequency_metadata(self, consumer_disclosure_frequency_metadata): 8241 """Sets the consumer_disclosure_frequency_metadata of this AccountSettingsInformation. 8242 8243 Metadata that indicates whether the `consumerDisclosureFrequency` property is editable. # noqa: E501 8244 8245 :param consumer_disclosure_frequency_metadata: The consumer_disclosure_frequency_metadata of this AccountSettingsInformation. # noqa: E501 8246 :type: SettingsMetadata 8247 """ 8248 8249 self._consumer_disclosure_frequency_metadata = consumer_disclosure_frequency_metadata 8250 8251 @property 8252 def convert_pdf_fields(self): 8253 """Gets the convert_pdf_fields of this AccountSettingsInformation. # noqa: E501 8254 8255 # noqa: E501 8256 8257 :return: The convert_pdf_fields of this AccountSettingsInformation. # noqa: E501 8258 :rtype: str 8259 """ 8260 return self._convert_pdf_fields 8261 8262 @convert_pdf_fields.setter 8263 def convert_pdf_fields(self, convert_pdf_fields): 8264 """Sets the convert_pdf_fields of this AccountSettingsInformation. 8265 8266 # noqa: E501 8267 8268 :param convert_pdf_fields: The convert_pdf_fields of this AccountSettingsInformation. # noqa: E501 8269 :type: str 8270 """ 8271 8272 self._convert_pdf_fields = convert_pdf_fields 8273 8274 @property 8275 def convert_pdf_fields_metadata(self): 8276 """Gets the convert_pdf_fields_metadata of this AccountSettingsInformation. # noqa: E501 8277 8278 Metadata that indicates whether the `convertPdfFields` property is editable. # noqa: E501 8279 8280 :return: The convert_pdf_fields_metadata of this AccountSettingsInformation. # noqa: E501 8281 :rtype: SettingsMetadata 8282 """ 8283 return self._convert_pdf_fields_metadata 8284 8285 @convert_pdf_fields_metadata.setter 8286 def convert_pdf_fields_metadata(self, convert_pdf_fields_metadata): 8287 """Sets the convert_pdf_fields_metadata of this AccountSettingsInformation. 8288 8289 Metadata that indicates whether the `convertPdfFields` property is editable. # noqa: E501 8290 8291 :param convert_pdf_fields_metadata: The convert_pdf_fields_metadata of this AccountSettingsInformation. # noqa: E501 8292 :type: SettingsMetadata 8293 """ 8294 8295 self._convert_pdf_fields_metadata = convert_pdf_fields_metadata 8296 8297 @property 8298 def data_population_scope(self): 8299 """Gets the data_population_scope of this AccountSettingsInformation. # noqa: E501 8300 8301 # noqa: E501 8302 8303 :return: The data_population_scope of this AccountSettingsInformation. # noqa: E501 8304 :rtype: str 8305 """ 8306 return self._data_population_scope 8307 8308 @data_population_scope.setter 8309 def data_population_scope(self, data_population_scope): 8310 """Sets the data_population_scope of this AccountSettingsInformation. 8311 8312 # noqa: E501 8313 8314 :param data_population_scope: The data_population_scope of this AccountSettingsInformation. # noqa: E501 8315 :type: str 8316 """ 8317 8318 self._data_population_scope = data_population_scope 8319 8320 @property 8321 def data_population_scope_metadata(self): 8322 """Gets the data_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 8323 8324 Metadata that indicates whether the `dataPopulationScope` property is editable. # noqa: E501 8325 8326 :return: The data_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 8327 :rtype: SettingsMetadata 8328 """ 8329 return self._data_population_scope_metadata 8330 8331 @data_population_scope_metadata.setter 8332 def data_population_scope_metadata(self, data_population_scope_metadata): 8333 """Sets the data_population_scope_metadata of this AccountSettingsInformation. 8334 8335 Metadata that indicates whether the `dataPopulationScope` property is editable. # noqa: E501 8336 8337 :param data_population_scope_metadata: The data_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 8338 :type: SettingsMetadata 8339 """ 8340 8341 self._data_population_scope_metadata = data_population_scope_metadata 8342 8343 @property 8344 def disable_auto_template_matching(self): 8345 """Gets the disable_auto_template_matching of this AccountSettingsInformation. # noqa: E501 8346 8347 # noqa: E501 8348 8349 :return: The disable_auto_template_matching of this AccountSettingsInformation. # noqa: E501 8350 :rtype: str 8351 """ 8352 return self._disable_auto_template_matching 8353 8354 @disable_auto_template_matching.setter 8355 def disable_auto_template_matching(self, disable_auto_template_matching): 8356 """Sets the disable_auto_template_matching of this AccountSettingsInformation. 8357 8358 # noqa: E501 8359 8360 :param disable_auto_template_matching: The disable_auto_template_matching of this AccountSettingsInformation. # noqa: E501 8361 :type: str 8362 """ 8363 8364 self._disable_auto_template_matching = disable_auto_template_matching 8365 8366 @property 8367 def disable_auto_template_matching_metadata(self): 8368 """Gets the disable_auto_template_matching_metadata of this AccountSettingsInformation. # noqa: E501 8369 8370 # noqa: E501 8371 8372 :return: The disable_auto_template_matching_metadata of this AccountSettingsInformation. # noqa: E501 8373 :rtype: SettingsMetadata 8374 """ 8375 return self._disable_auto_template_matching_metadata 8376 8377 @disable_auto_template_matching_metadata.setter 8378 def disable_auto_template_matching_metadata(self, disable_auto_template_matching_metadata): 8379 """Sets the disable_auto_template_matching_metadata of this AccountSettingsInformation. 8380 8381 # noqa: E501 8382 8383 :param disable_auto_template_matching_metadata: The disable_auto_template_matching_metadata of this AccountSettingsInformation. # noqa: E501 8384 :type: SettingsMetadata 8385 """ 8386 8387 self._disable_auto_template_matching_metadata = disable_auto_template_matching_metadata 8388 8389 @property 8390 def disable_mobile_app(self): 8391 """Gets the disable_mobile_app of this AccountSettingsInformation. # noqa: E501 8392 8393 # noqa: E501 8394 8395 :return: The disable_mobile_app of this AccountSettingsInformation. # noqa: E501 8396 :rtype: str 8397 """ 8398 return self._disable_mobile_app 8399 8400 @disable_mobile_app.setter 8401 def disable_mobile_app(self, disable_mobile_app): 8402 """Sets the disable_mobile_app of this AccountSettingsInformation. 8403 8404 # noqa: E501 8405 8406 :param disable_mobile_app: The disable_mobile_app of this AccountSettingsInformation. # noqa: E501 8407 :type: str 8408 """ 8409 8410 self._disable_mobile_app = disable_mobile_app 8411 8412 @property 8413 def disable_mobile_app_metadata(self): 8414 """Gets the disable_mobile_app_metadata of this AccountSettingsInformation. # noqa: E501 8415 8416 Metadata that indicates whether the `disableMobileApp` property is editable. # noqa: E501 8417 8418 :return: The disable_mobile_app_metadata of this AccountSettingsInformation. # noqa: E501 8419 :rtype: SettingsMetadata 8420 """ 8421 return self._disable_mobile_app_metadata 8422 8423 @disable_mobile_app_metadata.setter 8424 def disable_mobile_app_metadata(self, disable_mobile_app_metadata): 8425 """Sets the disable_mobile_app_metadata of this AccountSettingsInformation. 8426 8427 Metadata that indicates whether the `disableMobileApp` property is editable. # noqa: E501 8428 8429 :param disable_mobile_app_metadata: The disable_mobile_app_metadata of this AccountSettingsInformation. # noqa: E501 8430 :type: SettingsMetadata 8431 """ 8432 8433 self._disable_mobile_app_metadata = disable_mobile_app_metadata 8434 8435 @property 8436 def disable_mobile_push_notifications(self): 8437 """Gets the disable_mobile_push_notifications of this AccountSettingsInformation. # noqa: E501 8438 8439 # noqa: E501 8440 8441 :return: The disable_mobile_push_notifications of this AccountSettingsInformation. # noqa: E501 8442 :rtype: str 8443 """ 8444 return self._disable_mobile_push_notifications 8445 8446 @disable_mobile_push_notifications.setter 8447 def disable_mobile_push_notifications(self, disable_mobile_push_notifications): 8448 """Sets the disable_mobile_push_notifications of this AccountSettingsInformation. 8449 8450 # noqa: E501 8451 8452 :param disable_mobile_push_notifications: The disable_mobile_push_notifications of this AccountSettingsInformation. # noqa: E501 8453 :type: str 8454 """ 8455 8456 self._disable_mobile_push_notifications = disable_mobile_push_notifications 8457 8458 @property 8459 def disable_mobile_push_notifications_metadata(self): 8460 """Gets the disable_mobile_push_notifications_metadata of this AccountSettingsInformation. # noqa: E501 8461 8462 Metadata that indicates whether the `disableMobilePushNotifications` property is editable. # noqa: E501 8463 8464 :return: The disable_mobile_push_notifications_metadata of this AccountSettingsInformation. # noqa: E501 8465 :rtype: SettingsMetadata 8466 """ 8467 return self._disable_mobile_push_notifications_metadata 8468 8469 @disable_mobile_push_notifications_metadata.setter 8470 def disable_mobile_push_notifications_metadata(self, disable_mobile_push_notifications_metadata): 8471 """Sets the disable_mobile_push_notifications_metadata of this AccountSettingsInformation. 8472 8473 Metadata that indicates whether the `disableMobilePushNotifications` property is editable. # noqa: E501 8474 8475 :param disable_mobile_push_notifications_metadata: The disable_mobile_push_notifications_metadata of this AccountSettingsInformation. # noqa: E501 8476 :type: SettingsMetadata 8477 """ 8478 8479 self._disable_mobile_push_notifications_metadata = disable_mobile_push_notifications_metadata 8480 8481 @property 8482 def disable_mobile_sending(self): 8483 """Gets the disable_mobile_sending of this AccountSettingsInformation. # noqa: E501 8484 8485 # noqa: E501 8486 8487 :return: The disable_mobile_sending of this AccountSettingsInformation. # noqa: E501 8488 :rtype: str 8489 """ 8490 return self._disable_mobile_sending 8491 8492 @disable_mobile_sending.setter 8493 def disable_mobile_sending(self, disable_mobile_sending): 8494 """Sets the disable_mobile_sending of this AccountSettingsInformation. 8495 8496 # noqa: E501 8497 8498 :param disable_mobile_sending: The disable_mobile_sending of this AccountSettingsInformation. # noqa: E501 8499 :type: str 8500 """ 8501 8502 self._disable_mobile_sending = disable_mobile_sending 8503 8504 @property 8505 def disable_mobile_sending_metadata(self): 8506 """Gets the disable_mobile_sending_metadata of this AccountSettingsInformation. # noqa: E501 8507 8508 Metadata that indicates whether the `disableMobileSending` property is editable. # noqa: E501 8509 8510 :return: The disable_mobile_sending_metadata of this AccountSettingsInformation. # noqa: E501 8511 :rtype: SettingsMetadata 8512 """ 8513 return self._disable_mobile_sending_metadata 8514 8515 @disable_mobile_sending_metadata.setter 8516 def disable_mobile_sending_metadata(self, disable_mobile_sending_metadata): 8517 """Sets the disable_mobile_sending_metadata of this AccountSettingsInformation. 8518 8519 Metadata that indicates whether the `disableMobileSending` property is editable. # noqa: E501 8520 8521 :param disable_mobile_sending_metadata: The disable_mobile_sending_metadata of this AccountSettingsInformation. # noqa: E501 8522 :type: SettingsMetadata 8523 """ 8524 8525 self._disable_mobile_sending_metadata = disable_mobile_sending_metadata 8526 8527 @property 8528 def disable_multiple_sessions(self): 8529 """Gets the disable_multiple_sessions of this AccountSettingsInformation. # noqa: E501 8530 8531 # noqa: E501 8532 8533 :return: The disable_multiple_sessions of this AccountSettingsInformation. # noqa: E501 8534 :rtype: str 8535 """ 8536 return self._disable_multiple_sessions 8537 8538 @disable_multiple_sessions.setter 8539 def disable_multiple_sessions(self, disable_multiple_sessions): 8540 """Sets the disable_multiple_sessions of this AccountSettingsInformation. 8541 8542 # noqa: E501 8543 8544 :param disable_multiple_sessions: The disable_multiple_sessions of this AccountSettingsInformation. # noqa: E501 8545 :type: str 8546 """ 8547 8548 self._disable_multiple_sessions = disable_multiple_sessions 8549 8550 @property 8551 def disable_multiple_sessions_metadata(self): 8552 """Gets the disable_multiple_sessions_metadata of this AccountSettingsInformation. # noqa: E501 8553 8554 Metadata that indicates whether the `disableMultipleSessions` property is editable. # noqa: E501 8555 8556 :return: The disable_multiple_sessions_metadata of this AccountSettingsInformation. # noqa: E501 8557 :rtype: SettingsMetadata 8558 """ 8559 return self._disable_multiple_sessions_metadata 8560 8561 @disable_multiple_sessions_metadata.setter 8562 def disable_multiple_sessions_metadata(self, disable_multiple_sessions_metadata): 8563 """Sets the disable_multiple_sessions_metadata of this AccountSettingsInformation. 8564 8565 Metadata that indicates whether the `disableMultipleSessions` property is editable. # noqa: E501 8566 8567 :param disable_multiple_sessions_metadata: The disable_multiple_sessions_metadata of this AccountSettingsInformation. # noqa: E501 8568 :type: SettingsMetadata 8569 """ 8570 8571 self._disable_multiple_sessions_metadata = disable_multiple_sessions_metadata 8572 8573 @property 8574 def disable_purge_notifications_for_sender_metadata(self): 8575 """Gets the disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. # noqa: E501 8576 8577 Reserved for DocuSign. # noqa: E501 8578 8579 :return: The disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. # noqa: E501 8580 :rtype: SettingsMetadata 8581 """ 8582 return self._disable_purge_notifications_for_sender_metadata 8583 8584 @disable_purge_notifications_for_sender_metadata.setter 8585 def disable_purge_notifications_for_sender_metadata(self, disable_purge_notifications_for_sender_metadata): 8586 """Sets the disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. 8587 8588 Reserved for DocuSign. # noqa: E501 8589 8590 :param disable_purge_notifications_for_sender_metadata: The disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. # noqa: E501 8591 :type: SettingsMetadata 8592 """ 8593 8594 self._disable_purge_notifications_for_sender_metadata = disable_purge_notifications_for_sender_metadata 8595 8596 @property 8597 def disable_signer_cert_view(self): 8598 """Gets the disable_signer_cert_view of this AccountSettingsInformation. # noqa: E501 8599 8600 # noqa: E501 8601 8602 :return: The disable_signer_cert_view of this AccountSettingsInformation. # noqa: E501 8603 :rtype: str 8604 """ 8605 return self._disable_signer_cert_view 8606 8607 @disable_signer_cert_view.setter 8608 def disable_signer_cert_view(self, disable_signer_cert_view): 8609 """Sets the disable_signer_cert_view of this AccountSettingsInformation. 8610 8611 # noqa: E501 8612 8613 :param disable_signer_cert_view: The disable_signer_cert_view of this AccountSettingsInformation. # noqa: E501 8614 :type: str 8615 """ 8616 8617 self._disable_signer_cert_view = disable_signer_cert_view 8618 8619 @property 8620 def disable_signer_cert_view_metadata(self): 8621 """Gets the disable_signer_cert_view_metadata of this AccountSettingsInformation. # noqa: E501 8622 8623 Metadata that indicates whether the `disableSignerCertView` property is editable. # noqa: E501 8624 8625 :return: The disable_signer_cert_view_metadata of this AccountSettingsInformation. # noqa: E501 8626 :rtype: SettingsMetadata 8627 """ 8628 return self._disable_signer_cert_view_metadata 8629 8630 @disable_signer_cert_view_metadata.setter 8631 def disable_signer_cert_view_metadata(self, disable_signer_cert_view_metadata): 8632 """Sets the disable_signer_cert_view_metadata of this AccountSettingsInformation. 8633 8634 Metadata that indicates whether the `disableSignerCertView` property is editable. # noqa: E501 8635 8636 :param disable_signer_cert_view_metadata: The disable_signer_cert_view_metadata of this AccountSettingsInformation. # noqa: E501 8637 :type: SettingsMetadata 8638 """ 8639 8640 self._disable_signer_cert_view_metadata = disable_signer_cert_view_metadata 8641 8642 @property 8643 def disable_signer_history_view(self): 8644 """Gets the disable_signer_history_view of this AccountSettingsInformation. # noqa: E501 8645 8646 # noqa: E501 8647 8648 :return: The disable_signer_history_view of this AccountSettingsInformation. # noqa: E501 8649 :rtype: str 8650 """ 8651 return self._disable_signer_history_view 8652 8653 @disable_signer_history_view.setter 8654 def disable_signer_history_view(self, disable_signer_history_view): 8655 """Sets the disable_signer_history_view of this AccountSettingsInformation. 8656 8657 # noqa: E501 8658 8659 :param disable_signer_history_view: The disable_signer_history_view of this AccountSettingsInformation. # noqa: E501 8660 :type: str 8661 """ 8662 8663 self._disable_signer_history_view = disable_signer_history_view 8664 8665 @property 8666 def disable_signer_history_view_metadata(self): 8667 """Gets the disable_signer_history_view_metadata of this AccountSettingsInformation. # noqa: E501 8668 8669 Metadata that indicates whether the `disableSignerHistoryView` property is editable. # noqa: E501 8670 8671 :return: The disable_signer_history_view_metadata of this AccountSettingsInformation. # noqa: E501 8672 :rtype: SettingsMetadata 8673 """ 8674 return self._disable_signer_history_view_metadata 8675 8676 @disable_signer_history_view_metadata.setter 8677 def disable_signer_history_view_metadata(self, disable_signer_history_view_metadata): 8678 """Sets the disable_signer_history_view_metadata of this AccountSettingsInformation. 8679 8680 Metadata that indicates whether the `disableSignerHistoryView` property is editable. # noqa: E501 8681 8682 :param disable_signer_history_view_metadata: The disable_signer_history_view_metadata of this AccountSettingsInformation. # noqa: E501 8683 :type: SettingsMetadata 8684 """ 8685 8686 self._disable_signer_history_view_metadata = disable_signer_history_view_metadata 8687 8688 @property 8689 def disable_style_signature(self): 8690 """Gets the disable_style_signature of this AccountSettingsInformation. # noqa: E501 8691 8692 # noqa: E501 8693 8694 :return: The disable_style_signature of this AccountSettingsInformation. # noqa: E501 8695 :rtype: str 8696 """ 8697 return self._disable_style_signature 8698 8699 @disable_style_signature.setter 8700 def disable_style_signature(self, disable_style_signature): 8701 """Sets the disable_style_signature of this AccountSettingsInformation. 8702 8703 # noqa: E501 8704 8705 :param disable_style_signature: The disable_style_signature of this AccountSettingsInformation. # noqa: E501 8706 :type: str 8707 """ 8708 8709 self._disable_style_signature = disable_style_signature 8710 8711 @property 8712 def disable_style_signature_metadata(self): 8713 """Gets the disable_style_signature_metadata of this AccountSettingsInformation. # noqa: E501 8714 8715 Metadata that indicates whether the `disableStyleSignature` property is editable. # noqa: E501 8716 8717 :return: The disable_style_signature_metadata of this AccountSettingsInformation. # noqa: E501 8718 :rtype: SettingsMetadata 8719 """ 8720 return self._disable_style_signature_metadata 8721 8722 @disable_style_signature_metadata.setter 8723 def disable_style_signature_metadata(self, disable_style_signature_metadata): 8724 """Sets the disable_style_signature_metadata of this AccountSettingsInformation. 8725 8726 Metadata that indicates whether the `disableStyleSignature` property is editable. # noqa: E501 8727 8728 :param disable_style_signature_metadata: The disable_style_signature_metadata of this AccountSettingsInformation. # noqa: E501 8729 :type: SettingsMetadata 8730 """ 8731 8732 self._disable_style_signature_metadata = disable_style_signature_metadata 8733 8734 @property 8735 def disable_upload_signature(self): 8736 """Gets the disable_upload_signature of this AccountSettingsInformation. # noqa: E501 8737 8738 # noqa: E501 8739 8740 :return: The disable_upload_signature of this AccountSettingsInformation. # noqa: E501 8741 :rtype: str 8742 """ 8743 return self._disable_upload_signature 8744 8745 @disable_upload_signature.setter 8746 def disable_upload_signature(self, disable_upload_signature): 8747 """Sets the disable_upload_signature of this AccountSettingsInformation. 8748 8749 # noqa: E501 8750 8751 :param disable_upload_signature: The disable_upload_signature of this AccountSettingsInformation. # noqa: E501 8752 :type: str 8753 """ 8754 8755 self._disable_upload_signature = disable_upload_signature 8756 8757 @property 8758 def disable_upload_signature_metadata(self): 8759 """Gets the disable_upload_signature_metadata of this AccountSettingsInformation. # noqa: E501 8760 8761 Metadata that indicates whether the `disableUploadSignature` property is editable. # noqa: E501 8762 8763 :return: The disable_upload_signature_metadata of this AccountSettingsInformation. # noqa: E501 8764 :rtype: SettingsMetadata 8765 """ 8766 return self._disable_upload_signature_metadata 8767 8768 @disable_upload_signature_metadata.setter 8769 def disable_upload_signature_metadata(self, disable_upload_signature_metadata): 8770 """Sets the disable_upload_signature_metadata of this AccountSettingsInformation. 8771 8772 Metadata that indicates whether the `disableUploadSignature` property is editable. # noqa: E501 8773 8774 :param disable_upload_signature_metadata: The disable_upload_signature_metadata of this AccountSettingsInformation. # noqa: E501 8775 :type: SettingsMetadata 8776 """ 8777 8778 self._disable_upload_signature_metadata = disable_upload_signature_metadata 8779 8780 @property 8781 def disable_user_sharing(self): 8782 """Gets the disable_user_sharing of this AccountSettingsInformation. # noqa: E501 8783 8784 # noqa: E501 8785 8786 :return: The disable_user_sharing of this AccountSettingsInformation. # noqa: E501 8787 :rtype: str 8788 """ 8789 return self._disable_user_sharing 8790 8791 @disable_user_sharing.setter 8792 def disable_user_sharing(self, disable_user_sharing): 8793 """Sets the disable_user_sharing of this AccountSettingsInformation. 8794 8795 # noqa: E501 8796 8797 :param disable_user_sharing: The disable_user_sharing of this AccountSettingsInformation. # noqa: E501 8798 :type: str 8799 """ 8800 8801 self._disable_user_sharing = disable_user_sharing 8802 8803 @property 8804 def disable_user_sharing_metadata(self): 8805 """Gets the disable_user_sharing_metadata of this AccountSettingsInformation. # noqa: E501 8806 8807 Metadata that indicates whether the `disableUserSharing` property is editable. # noqa: E501 8808 8809 :return: The disable_user_sharing_metadata of this AccountSettingsInformation. # noqa: E501 8810 :rtype: SettingsMetadata 8811 """ 8812 return self._disable_user_sharing_metadata 8813 8814 @disable_user_sharing_metadata.setter 8815 def disable_user_sharing_metadata(self, disable_user_sharing_metadata): 8816 """Sets the disable_user_sharing_metadata of this AccountSettingsInformation. 8817 8818 Metadata that indicates whether the `disableUserSharing` property is editable. # noqa: E501 8819 8820 :param disable_user_sharing_metadata: The disable_user_sharing_metadata of this AccountSettingsInformation. # noqa: E501 8821 :type: SettingsMetadata 8822 """ 8823 8824 self._disable_user_sharing_metadata = disable_user_sharing_metadata 8825 8826 @property 8827 def display_beta_switch(self): 8828 """Gets the display_beta_switch of this AccountSettingsInformation. # noqa: E501 8829 8830 # noqa: E501 8831 8832 :return: The display_beta_switch of this AccountSettingsInformation. # noqa: E501 8833 :rtype: str 8834 """ 8835 return self._display_beta_switch 8836 8837 @display_beta_switch.setter 8838 def display_beta_switch(self, display_beta_switch): 8839 """Sets the display_beta_switch of this AccountSettingsInformation. 8840 8841 # noqa: E501 8842 8843 :param display_beta_switch: The display_beta_switch of this AccountSettingsInformation. # noqa: E501 8844 :type: str 8845 """ 8846 8847 self._display_beta_switch = display_beta_switch 8848 8849 @property 8850 def display_beta_switch_metadata(self): 8851 """Gets the display_beta_switch_metadata of this AccountSettingsInformation. # noqa: E501 8852 8853 Metadata that indicates whether the `displayBetaSwitch` property is editable. # noqa: E501 8854 8855 :return: The display_beta_switch_metadata of this AccountSettingsInformation. # noqa: E501 8856 :rtype: SettingsMetadata 8857 """ 8858 return self._display_beta_switch_metadata 8859 8860 @display_beta_switch_metadata.setter 8861 def display_beta_switch_metadata(self, display_beta_switch_metadata): 8862 """Sets the display_beta_switch_metadata of this AccountSettingsInformation. 8863 8864 Metadata that indicates whether the `displayBetaSwitch` property is editable. # noqa: E501 8865 8866 :param display_beta_switch_metadata: The display_beta_switch_metadata of this AccountSettingsInformation. # noqa: E501 8867 :type: SettingsMetadata 8868 """ 8869 8870 self._display_beta_switch_metadata = display_beta_switch_metadata 8871 8872 @property 8873 def document_conversion_restrictions(self): 8874 """Gets the document_conversion_restrictions of this AccountSettingsInformation. # noqa: E501 8875 8876 # noqa: E501 8877 8878 :return: The document_conversion_restrictions of this AccountSettingsInformation. # noqa: E501 8879 :rtype: str 8880 """ 8881 return self._document_conversion_restrictions 8882 8883 @document_conversion_restrictions.setter 8884 def document_conversion_restrictions(self, document_conversion_restrictions): 8885 """Sets the document_conversion_restrictions of this AccountSettingsInformation. 8886 8887 # noqa: E501 8888 8889 :param document_conversion_restrictions: The document_conversion_restrictions of this AccountSettingsInformation. # noqa: E501 8890 :type: str 8891 """ 8892 8893 self._document_conversion_restrictions = document_conversion_restrictions 8894 8895 @property 8896 def document_conversion_restrictions_metadata(self): 8897 """Gets the document_conversion_restrictions_metadata of this AccountSettingsInformation. # noqa: E501 8898 8899 Metadata that indicates whether the `documentConversionRestrictions` property is editable. # noqa: E501 8900 8901 :return: The document_conversion_restrictions_metadata of this AccountSettingsInformation. # noqa: E501 8902 :rtype: SettingsMetadata 8903 """ 8904 return self._document_conversion_restrictions_metadata 8905 8906 @document_conversion_restrictions_metadata.setter 8907 def document_conversion_restrictions_metadata(self, document_conversion_restrictions_metadata): 8908 """Sets the document_conversion_restrictions_metadata of this AccountSettingsInformation. 8909 8910 Metadata that indicates whether the `documentConversionRestrictions` property is editable. # noqa: E501 8911 8912 :param document_conversion_restrictions_metadata: The document_conversion_restrictions_metadata of this AccountSettingsInformation. # noqa: E501 8913 :type: SettingsMetadata 8914 """ 8915 8916 self._document_conversion_restrictions_metadata = document_conversion_restrictions_metadata 8917 8918 @property 8919 def document_retention(self): 8920 """Gets the document_retention of this AccountSettingsInformation. # noqa: E501 8921 8922 # noqa: E501 8923 8924 :return: The document_retention of this AccountSettingsInformation. # noqa: E501 8925 :rtype: str 8926 """ 8927 return self._document_retention 8928 8929 @document_retention.setter 8930 def document_retention(self, document_retention): 8931 """Sets the document_retention of this AccountSettingsInformation. 8932 8933 # noqa: E501 8934 8935 :param document_retention: The document_retention of this AccountSettingsInformation. # noqa: E501 8936 :type: str 8937 """ 8938 8939 self._document_retention = document_retention 8940 8941 @property 8942 def document_retention_metadata(self): 8943 """Gets the document_retention_metadata of this AccountSettingsInformation. # noqa: E501 8944 8945 Metadata that indicates whether the `documentRetention` property is editable. # noqa: E501 8946 8947 :return: The document_retention_metadata of this AccountSettingsInformation. # noqa: E501 8948 :rtype: SettingsMetadata 8949 """ 8950 return self._document_retention_metadata 8951 8952 @document_retention_metadata.setter 8953 def document_retention_metadata(self, document_retention_metadata): 8954 """Sets the document_retention_metadata of this AccountSettingsInformation. 8955 8956 Metadata that indicates whether the `documentRetention` property is editable. # noqa: E501 8957 8958 :param document_retention_metadata: The document_retention_metadata of this AccountSettingsInformation. # noqa: E501 8959 :type: SettingsMetadata 8960 """ 8961 8962 self._document_retention_metadata = document_retention_metadata 8963 8964 @property 8965 def document_retention_purge_tabs(self): 8966 """Gets the document_retention_purge_tabs of this AccountSettingsInformation. # noqa: E501 8967 8968 # noqa: E501 8969 8970 :return: The document_retention_purge_tabs of this AccountSettingsInformation. # noqa: E501 8971 :rtype: str 8972 """ 8973 return self._document_retention_purge_tabs 8974 8975 @document_retention_purge_tabs.setter 8976 def document_retention_purge_tabs(self, document_retention_purge_tabs): 8977 """Sets the document_retention_purge_tabs of this AccountSettingsInformation. 8978 8979 # noqa: E501 8980 8981 :param document_retention_purge_tabs: The document_retention_purge_tabs of this AccountSettingsInformation. # noqa: E501 8982 :type: str 8983 """ 8984 8985 self._document_retention_purge_tabs = document_retention_purge_tabs 8986 8987 @property 8988 def document_visibility(self): 8989 """Gets the document_visibility of this AccountSettingsInformation. # noqa: E501 8990 8991 # noqa: E501 8992 8993 :return: The document_visibility of this AccountSettingsInformation. # noqa: E501 8994 :rtype: str 8995 """ 8996 return self._document_visibility 8997 8998 @document_visibility.setter 8999 def document_visibility(self, document_visibility): 9000 """Sets the document_visibility of this AccountSettingsInformation. 9001 9002 # noqa: E501 9003 9004 :param document_visibility: The document_visibility of this AccountSettingsInformation. # noqa: E501 9005 :type: str 9006 """ 9007 9008 self._document_visibility = document_visibility 9009 9010 @property 9011 def document_visibility_metadata(self): 9012 """Gets the document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 9013 9014 Metadata that indicates whether the `documentVisibility` property is editable. # noqa: E501 9015 9016 :return: The document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 9017 :rtype: SettingsMetadata 9018 """ 9019 return self._document_visibility_metadata 9020 9021 @document_visibility_metadata.setter 9022 def document_visibility_metadata(self, document_visibility_metadata): 9023 """Sets the document_visibility_metadata of this AccountSettingsInformation. 9024 9025 Metadata that indicates whether the `documentVisibility` property is editable. # noqa: E501 9026 9027 :param document_visibility_metadata: The document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 9028 :type: SettingsMetadata 9029 """ 9030 9031 self._document_visibility_metadata = document_visibility_metadata 9032 9033 @property 9034 def dss_sign_28411_enable_leave_page_prompt_radmin_option(self): 9035 """Gets the dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. # noqa: E501 9036 9037 # noqa: E501 9038 9039 :return: The dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. # noqa: E501 9040 :rtype: str 9041 """ 9042 return self._dss_sign_28411_enable_leave_page_prompt_radmin_option 9043 9044 @dss_sign_28411_enable_leave_page_prompt_radmin_option.setter 9045 def dss_sign_28411_enable_leave_page_prompt_radmin_option(self, dss_sign_28411_enable_leave_page_prompt_radmin_option): 9046 """Sets the dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. 9047 9048 # noqa: E501 9049 9050 :param dss_sign_28411_enable_leave_page_prompt_radmin_option: The dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. # noqa: E501 9051 :type: str 9052 """ 9053 9054 self._dss_sign_28411_enable_leave_page_prompt_radmin_option = dss_sign_28411_enable_leave_page_prompt_radmin_option 9055 9056 @property 9057 def dss_sign_29182_slide_up_bar_radmin_option(self): 9058 """Gets the dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. # noqa: E501 9059 9060 # noqa: E501 9061 9062 :return: The dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. # noqa: E501 9063 :rtype: str 9064 """ 9065 return self._dss_sign_29182_slide_up_bar_radmin_option 9066 9067 @dss_sign_29182_slide_up_bar_radmin_option.setter 9068 def dss_sign_29182_slide_up_bar_radmin_option(self, dss_sign_29182_slide_up_bar_radmin_option): 9069 """Sets the dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. 9070 9071 # noqa: E501 9072 9073 :param dss_sign_29182_slide_up_bar_radmin_option: The dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. # noqa: E501 9074 :type: str 9075 """ 9076 9077 self._dss_sign_29182_slide_up_bar_radmin_option = dss_sign_29182_slide_up_bar_radmin_option 9078 9079 @property 9080 def email_template_version(self): 9081 """Gets the email_template_version of this AccountSettingsInformation. # noqa: E501 9082 9083 # noqa: E501 9084 9085 :return: The email_template_version of this AccountSettingsInformation. # noqa: E501 9086 :rtype: str 9087 """ 9088 return self._email_template_version 9089 9090 @email_template_version.setter 9091 def email_template_version(self, email_template_version): 9092 """Sets the email_template_version of this AccountSettingsInformation. 9093 9094 # noqa: E501 9095 9096 :param email_template_version: The email_template_version of this AccountSettingsInformation. # noqa: E501 9097 :type: str 9098 """ 9099 9100 self._email_template_version = email_template_version 9101 9102 @property 9103 def email_template_version_metadata(self): 9104 """Gets the email_template_version_metadata of this AccountSettingsInformation. # noqa: E501 9105 9106 Metadata that indicates whether the `emailTemplateVersion` property is editable. # noqa: E501 9107 9108 :return: The email_template_version_metadata of this AccountSettingsInformation. # noqa: E501 9109 :rtype: SettingsMetadata 9110 """ 9111 return self._email_template_version_metadata 9112 9113 @email_template_version_metadata.setter 9114 def email_template_version_metadata(self, email_template_version_metadata): 9115 """Sets the email_template_version_metadata of this AccountSettingsInformation. 9116 9117 Metadata that indicates whether the `emailTemplateVersion` property is editable. # noqa: E501 9118 9119 :param email_template_version_metadata: The email_template_version_metadata of this AccountSettingsInformation. # noqa: E501 9120 :type: SettingsMetadata 9121 """ 9122 9123 self._email_template_version_metadata = email_template_version_metadata 9124 9125 @property 9126 def enable_access_code_generator(self): 9127 """Gets the enable_access_code_generator of this AccountSettingsInformation. # noqa: E501 9128 9129 # noqa: E501 9130 9131 :return: The enable_access_code_generator of this AccountSettingsInformation. # noqa: E501 9132 :rtype: str 9133 """ 9134 return self._enable_access_code_generator 9135 9136 @enable_access_code_generator.setter 9137 def enable_access_code_generator(self, enable_access_code_generator): 9138 """Sets the enable_access_code_generator of this AccountSettingsInformation. 9139 9140 # noqa: E501 9141 9142 :param enable_access_code_generator: The enable_access_code_generator of this AccountSettingsInformation. # noqa: E501 9143 :type: str 9144 """ 9145 9146 self._enable_access_code_generator = enable_access_code_generator 9147 9148 @property 9149 def enable_access_code_generator_metadata(self): 9150 """Gets the enable_access_code_generator_metadata of this AccountSettingsInformation. # noqa: E501 9151 9152 Metadata that indicates whether the `enableAccessCodeGenerator` property is editable. # noqa: E501 9153 9154 :return: The enable_access_code_generator_metadata of this AccountSettingsInformation. # noqa: E501 9155 :rtype: SettingsMetadata 9156 """ 9157 return self._enable_access_code_generator_metadata 9158 9159 @enable_access_code_generator_metadata.setter 9160 def enable_access_code_generator_metadata(self, enable_access_code_generator_metadata): 9161 """Sets the enable_access_code_generator_metadata of this AccountSettingsInformation. 9162 9163 Metadata that indicates whether the `enableAccessCodeGenerator` property is editable. # noqa: E501 9164 9165 :param enable_access_code_generator_metadata: The enable_access_code_generator_metadata of this AccountSettingsInformation. # noqa: E501 9166 :type: SettingsMetadata 9167 """ 9168 9169 self._enable_access_code_generator_metadata = enable_access_code_generator_metadata 9170 9171 @property 9172 def enable_advanced_payments(self): 9173 """Gets the enable_advanced_payments of this AccountSettingsInformation. # noqa: E501 9174 9175 # noqa: E501 9176 9177 :return: The enable_advanced_payments of this AccountSettingsInformation. # noqa: E501 9178 :rtype: str 9179 """ 9180 return self._enable_advanced_payments 9181 9182 @enable_advanced_payments.setter 9183 def enable_advanced_payments(self, enable_advanced_payments): 9184 """Sets the enable_advanced_payments of this AccountSettingsInformation. 9185 9186 # noqa: E501 9187 9188 :param enable_advanced_payments: The enable_advanced_payments of this AccountSettingsInformation. # noqa: E501 9189 :type: str 9190 """ 9191 9192 self._enable_advanced_payments = enable_advanced_payments 9193 9194 @property 9195 def enable_advanced_payments_metadata(self): 9196 """Gets the enable_advanced_payments_metadata of this AccountSettingsInformation. # noqa: E501 9197 9198 Metadata that indicates whether the `enableAdvancedPayments` property is editable. # noqa: E501 9199 9200 :return: The enable_advanced_payments_metadata of this AccountSettingsInformation. # noqa: E501 9201 :rtype: SettingsMetadata 9202 """ 9203 return self._enable_advanced_payments_metadata 9204 9205 @enable_advanced_payments_metadata.setter 9206 def enable_advanced_payments_metadata(self, enable_advanced_payments_metadata): 9207 """Sets the enable_advanced_payments_metadata of this AccountSettingsInformation. 9208 9209 Metadata that indicates whether the `enableAdvancedPayments` property is editable. # noqa: E501 9210 9211 :param enable_advanced_payments_metadata: The enable_advanced_payments_metadata of this AccountSettingsInformation. # noqa: E501 9212 :type: SettingsMetadata 9213 """ 9214 9215 self._enable_advanced_payments_metadata = enable_advanced_payments_metadata 9216 9217 @property 9218 def enable_advanced_power_forms(self): 9219 """Gets the enable_advanced_power_forms of this AccountSettingsInformation. # noqa: E501 9220 9221 # noqa: E501 9222 9223 :return: The enable_advanced_power_forms of this AccountSettingsInformation. # noqa: E501 9224 :rtype: str 9225 """ 9226 return self._enable_advanced_power_forms 9227 9228 @enable_advanced_power_forms.setter 9229 def enable_advanced_power_forms(self, enable_advanced_power_forms): 9230 """Sets the enable_advanced_power_forms of this AccountSettingsInformation. 9231 9232 # noqa: E501 9233 9234 :param enable_advanced_power_forms: The enable_advanced_power_forms of this AccountSettingsInformation. # noqa: E501 9235 :type: str 9236 """ 9237 9238 self._enable_advanced_power_forms = enable_advanced_power_forms 9239 9240 @property 9241 def enable_advanced_power_forms_metadata(self): 9242 """Gets the enable_advanced_power_forms_metadata of this AccountSettingsInformation. # noqa: E501 9243 9244 Metadata that indicates whether the `enableAdvancedPowerForms` property is editable. # noqa: E501 9245 9246 :return: The enable_advanced_power_forms_metadata of this AccountSettingsInformation. # noqa: E501 9247 :rtype: SettingsMetadata 9248 """ 9249 return self._enable_advanced_power_forms_metadata 9250 9251 @enable_advanced_power_forms_metadata.setter 9252 def enable_advanced_power_forms_metadata(self, enable_advanced_power_forms_metadata): 9253 """Sets the enable_advanced_power_forms_metadata of this AccountSettingsInformation. 9254 9255 Metadata that indicates whether the `enableAdvancedPowerForms` property is editable. # noqa: E501 9256 9257 :param enable_advanced_power_forms_metadata: The enable_advanced_power_forms_metadata of this AccountSettingsInformation. # noqa: E501 9258 :type: SettingsMetadata 9259 """ 9260 9261 self._enable_advanced_power_forms_metadata = enable_advanced_power_forms_metadata 9262 9263 @property 9264 def enable_agreement_actions_for_clm(self): 9265 """Gets the enable_agreement_actions_for_clm of this AccountSettingsInformation. # noqa: E501 9266 9267 # noqa: E501 9268 9269 :return: The enable_agreement_actions_for_clm of this AccountSettingsInformation. # noqa: E501 9270 :rtype: str 9271 """ 9272 return self._enable_agreement_actions_for_clm 9273 9274 @enable_agreement_actions_for_clm.setter 9275 def enable_agreement_actions_for_clm(self, enable_agreement_actions_for_clm): 9276 """Sets the enable_agreement_actions_for_clm of this AccountSettingsInformation. 9277 9278 # noqa: E501 9279 9280 :param enable_agreement_actions_for_clm: The enable_agreement_actions_for_clm of this AccountSettingsInformation. # noqa: E501 9281 :type: str 9282 """ 9283 9284 self._enable_agreement_actions_for_clm = enable_agreement_actions_for_clm 9285 9286 @property 9287 def enable_agreement_actions_for_clm_metadata(self): 9288 """Gets the enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. # noqa: E501 9289 9290 # noqa: E501 9291 9292 :return: The enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. # noqa: E501 9293 :rtype: SettingsMetadata 9294 """ 9295 return self._enable_agreement_actions_for_clm_metadata 9296 9297 @enable_agreement_actions_for_clm_metadata.setter 9298 def enable_agreement_actions_for_clm_metadata(self, enable_agreement_actions_for_clm_metadata): 9299 """Sets the enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. 9300 9301 # noqa: E501 9302 9303 :param enable_agreement_actions_for_clm_metadata: The enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. # noqa: E501 9304 :type: SettingsMetadata 9305 """ 9306 9307 self._enable_agreement_actions_for_clm_metadata = enable_agreement_actions_for_clm_metadata 9308 9309 @property 9310 def enable_agreement_actions_for_e_sign(self): 9311 """Gets the enable_agreement_actions_for_e_sign of this AccountSettingsInformation. # noqa: E501 9312 9313 # noqa: E501 9314 9315 :return: The enable_agreement_actions_for_e_sign of this AccountSettingsInformation. # noqa: E501 9316 :rtype: str 9317 """ 9318 return self._enable_agreement_actions_for_e_sign 9319 9320 @enable_agreement_actions_for_e_sign.setter 9321 def enable_agreement_actions_for_e_sign(self, enable_agreement_actions_for_e_sign): 9322 """Sets the enable_agreement_actions_for_e_sign of this AccountSettingsInformation. 9323 9324 # noqa: E501 9325 9326 :param enable_agreement_actions_for_e_sign: The enable_agreement_actions_for_e_sign of this AccountSettingsInformation. # noqa: E501 9327 :type: str 9328 """ 9329 9330 self._enable_agreement_actions_for_e_sign = enable_agreement_actions_for_e_sign 9331 9332 @property 9333 def enable_agreement_actions_for_e_sign_metadata(self): 9334 """Gets the enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. # noqa: E501 9335 9336 # noqa: E501 9337 9338 :return: The enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. # noqa: E501 9339 :rtype: SettingsMetadata 9340 """ 9341 return self._enable_agreement_actions_for_e_sign_metadata 9342 9343 @enable_agreement_actions_for_e_sign_metadata.setter 9344 def enable_agreement_actions_for_e_sign_metadata(self, enable_agreement_actions_for_e_sign_metadata): 9345 """Sets the enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. 9346 9347 # noqa: E501 9348 9349 :param enable_agreement_actions_for_e_sign_metadata: The enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. # noqa: E501 9350 :type: SettingsMetadata 9351 """ 9352 9353 self._enable_agreement_actions_for_e_sign_metadata = enable_agreement_actions_for_e_sign_metadata 9354 9355 @property 9356 def enable_auto_nav(self): 9357 """Gets the enable_auto_nav of this AccountSettingsInformation. # noqa: E501 9358 9359 # noqa: E501 9360 9361 :return: The enable_auto_nav of this AccountSettingsInformation. # noqa: E501 9362 :rtype: str 9363 """ 9364 return self._enable_auto_nav 9365 9366 @enable_auto_nav.setter 9367 def enable_auto_nav(self, enable_auto_nav): 9368 """Sets the enable_auto_nav of this AccountSettingsInformation. 9369 9370 # noqa: E501 9371 9372 :param enable_auto_nav: The enable_auto_nav of this AccountSettingsInformation. # noqa: E501 9373 :type: str 9374 """ 9375 9376 self._enable_auto_nav = enable_auto_nav 9377 9378 @property 9379 def enable_auto_nav_metadata(self): 9380 """Gets the enable_auto_nav_metadata of this AccountSettingsInformation. # noqa: E501 9381 9382 Metadata that indicates whether the `enableAutoNav` property is editable. # noqa: E501 9383 9384 :return: The enable_auto_nav_metadata of this AccountSettingsInformation. # noqa: E501 9385 :rtype: SettingsMetadata 9386 """ 9387 return self._enable_auto_nav_metadata 9388 9389 @enable_auto_nav_metadata.setter 9390 def enable_auto_nav_metadata(self, enable_auto_nav_metadata): 9391 """Sets the enable_auto_nav_metadata of this AccountSettingsInformation. 9392 9393 Metadata that indicates whether the `enableAutoNav` property is editable. # noqa: E501 9394 9395 :param enable_auto_nav_metadata: The enable_auto_nav_metadata of this AccountSettingsInformation. # noqa: E501 9396 :type: SettingsMetadata 9397 """ 9398 9399 self._enable_auto_nav_metadata = enable_auto_nav_metadata 9400 9401 @property 9402 def enable_bcc_dummy_link(self): 9403 """Gets the enable_bcc_dummy_link of this AccountSettingsInformation. # noqa: E501 9404 9405 # noqa: E501 9406 9407 :return: The enable_bcc_dummy_link of this AccountSettingsInformation. # noqa: E501 9408 :rtype: str 9409 """ 9410 return self._enable_bcc_dummy_link 9411 9412 @enable_bcc_dummy_link.setter 9413 def enable_bcc_dummy_link(self, enable_bcc_dummy_link): 9414 """Sets the enable_bcc_dummy_link of this AccountSettingsInformation. 9415 9416 # noqa: E501 9417 9418 :param enable_bcc_dummy_link: The enable_bcc_dummy_link of this AccountSettingsInformation. # noqa: E501 9419 :type: str 9420 """ 9421 9422 self._enable_bcc_dummy_link = enable_bcc_dummy_link 9423 9424 @property 9425 def enable_bcc_dummy_link_metadata(self): 9426 """Gets the enable_bcc_dummy_link_metadata of this AccountSettingsInformation. # noqa: E501 9427 9428 # noqa: E501 9429 9430 :return: The enable_bcc_dummy_link_metadata of this AccountSettingsInformation. # noqa: E501 9431 :rtype: SettingsMetadata 9432 """ 9433 return self._enable_bcc_dummy_link_metadata 9434 9435 @enable_bcc_dummy_link_metadata.setter 9436 def enable_bcc_dummy_link_metadata(self, enable_bcc_dummy_link_metadata): 9437 """Sets the enable_bcc_dummy_link_metadata of this AccountSettingsInformation. 9438 9439 # noqa: E501 9440 9441 :param enable_bcc_dummy_link_metadata: The enable_bcc_dummy_link_metadata of this AccountSettingsInformation. # noqa: E501 9442 :type: SettingsMetadata 9443 """ 9444 9445 self._enable_bcc_dummy_link_metadata = enable_bcc_dummy_link_metadata 9446 9447 @property 9448 def enable_calculated_fields(self): 9449 """Gets the enable_calculated_fields of this AccountSettingsInformation. # noqa: E501 9450 9451 # noqa: E501 9452 9453 :return: The enable_calculated_fields of this AccountSettingsInformation. # noqa: E501 9454 :rtype: str 9455 """ 9456 return self._enable_calculated_fields 9457 9458 @enable_calculated_fields.setter 9459 def enable_calculated_fields(self, enable_calculated_fields): 9460 """Sets the enable_calculated_fields of this AccountSettingsInformation. 9461 9462 # noqa: E501 9463 9464 :param enable_calculated_fields: The enable_calculated_fields of this AccountSettingsInformation. # noqa: E501 9465 :type: str 9466 """ 9467 9468 self._enable_calculated_fields = enable_calculated_fields 9469 9470 @property 9471 def enable_calculated_fields_metadata(self): 9472 """Gets the enable_calculated_fields_metadata of this AccountSettingsInformation. # noqa: E501 9473 9474 Metadata that indicates whether the `enableCalculatedFields` property is editable. # noqa: E501 9475 9476 :return: The enable_calculated_fields_metadata of this AccountSettingsInformation. # noqa: E501 9477 :rtype: SettingsMetadata 9478 """ 9479 return self._enable_calculated_fields_metadata 9480 9481 @enable_calculated_fields_metadata.setter 9482 def enable_calculated_fields_metadata(self, enable_calculated_fields_metadata): 9483 """Sets the enable_calculated_fields_metadata of this AccountSettingsInformation. 9484 9485 Metadata that indicates whether the `enableCalculatedFields` property is editable. # noqa: E501 9486 9487 :param enable_calculated_fields_metadata: The enable_calculated_fields_metadata of this AccountSettingsInformation. # noqa: E501 9488 :type: SettingsMetadata 9489 """ 9490 9491 self._enable_calculated_fields_metadata = enable_calculated_fields_metadata 9492 9493 @property 9494 def enable_clickwraps(self): 9495 """Gets the enable_clickwraps of this AccountSettingsInformation. # noqa: E501 9496 9497 # noqa: E501 9498 9499 :return: The enable_clickwraps of this AccountSettingsInformation. # noqa: E501 9500 :rtype: str 9501 """ 9502 return self._enable_clickwraps 9503 9504 @enable_clickwraps.setter 9505 def enable_clickwraps(self, enable_clickwraps): 9506 """Sets the enable_clickwraps of this AccountSettingsInformation. 9507 9508 # noqa: E501 9509 9510 :param enable_clickwraps: The enable_clickwraps of this AccountSettingsInformation. # noqa: E501 9511 :type: str 9512 """ 9513 9514 self._enable_clickwraps = enable_clickwraps 9515 9516 @property 9517 def enable_clickwraps_metadata(self): 9518 """Gets the enable_clickwraps_metadata of this AccountSettingsInformation. # noqa: E501 9519 9520 Metadata that indicates whether the `enableClickwraps` property is editable. # noqa: E501 9521 9522 :return: The enable_clickwraps_metadata of this AccountSettingsInformation. # noqa: E501 9523 :rtype: SettingsMetadata 9524 """ 9525 return self._enable_clickwraps_metadata 9526 9527 @enable_clickwraps_metadata.setter 9528 def enable_clickwraps_metadata(self, enable_clickwraps_metadata): 9529 """Sets the enable_clickwraps_metadata of this AccountSettingsInformation. 9530 9531 Metadata that indicates whether the `enableClickwraps` property is editable. # noqa: E501 9532 9533 :param enable_clickwraps_metadata: The enable_clickwraps_metadata of this AccountSettingsInformation. # noqa: E501 9534 :type: SettingsMetadata 9535 """ 9536 9537 self._enable_clickwraps_metadata = enable_clickwraps_metadata 9538 9539 @property 9540 def enable_combined_pdf_download_for_sbs(self): 9541 """Gets the enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. # noqa: E501 9542 9543 # noqa: E501 9544 9545 :return: The enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. # noqa: E501 9546 :rtype: str 9547 """ 9548 return self._enable_combined_pdf_download_for_sbs 9549 9550 @enable_combined_pdf_download_for_sbs.setter 9551 def enable_combined_pdf_download_for_sbs(self, enable_combined_pdf_download_for_sbs): 9552 """Sets the enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. 9553 9554 # noqa: E501 9555 9556 :param enable_combined_pdf_download_for_sbs: The enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. # noqa: E501 9557 :type: str 9558 """ 9559 9560 self._enable_combined_pdf_download_for_sbs = enable_combined_pdf_download_for_sbs 9561 9562 @property 9563 def enable_comments_history_download_in_signing(self): 9564 """Gets the enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501 9565 9566 # noqa: E501 9567 9568 :return: The enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501 9569 :rtype: str 9570 """ 9571 return self._enable_comments_history_download_in_signing 9572 9573 @enable_comments_history_download_in_signing.setter 9574 def enable_comments_history_download_in_signing(self, enable_comments_history_download_in_signing): 9575 """Sets the enable_comments_history_download_in_signing of this AccountSettingsInformation. 9576 9577 # noqa: E501 9578 9579 :param enable_comments_history_download_in_signing: The enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501 9580 :type: str 9581 """ 9582 9583 self._enable_comments_history_download_in_signing = enable_comments_history_download_in_signing 9584 9585 @property 9586 def enable_comments_history_download_in_signing_metadata(self): 9587 """Gets the enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. # noqa: E501 9588 9589 # noqa: E501 9590 9591 :return: The enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. # noqa: E501 9592 :rtype: SettingsMetadata 9593 """ 9594 return self._enable_comments_history_download_in_signing_metadata 9595 9596 @enable_comments_history_download_in_signing_metadata.setter 9597 def enable_comments_history_download_in_signing_metadata(self, enable_comments_history_download_in_signing_metadata): 9598 """Sets the enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. 9599 9600 # noqa: E501 9601 9602 :param enable_comments_history_download_in_signing_metadata: The enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. # noqa: E501 9603 :type: SettingsMetadata 9604 """ 9605 9606 self._enable_comments_history_download_in_signing_metadata = enable_comments_history_download_in_signing_metadata 9607 9608 @property 9609 def enable_contact_suggestions(self): 9610 """Gets the enable_contact_suggestions of this AccountSettingsInformation. # noqa: E501 9611 9612 # noqa: E501 9613 9614 :return: The enable_contact_suggestions of this AccountSettingsInformation. # noqa: E501 9615 :rtype: str 9616 """ 9617 return self._enable_contact_suggestions 9618 9619 @enable_contact_suggestions.setter 9620 def enable_contact_suggestions(self, enable_contact_suggestions): 9621 """Sets the enable_contact_suggestions of this AccountSettingsInformation. 9622 9623 # noqa: E501 9624 9625 :param enable_contact_suggestions: The enable_contact_suggestions of this AccountSettingsInformation. # noqa: E501 9626 :type: str 9627 """ 9628 9629 self._enable_contact_suggestions = enable_contact_suggestions 9630 9631 @property 9632 def enable_contact_suggestions_metadata(self): 9633 """Gets the enable_contact_suggestions_metadata of this AccountSettingsInformation. # noqa: E501 9634 9635 9636 :return: The enable_contact_suggestions_metadata of this AccountSettingsInformation. # noqa: E501 9637 :rtype: SettingsMetadata 9638 """ 9639 return self._enable_contact_suggestions_metadata 9640 9641 @enable_contact_suggestions_metadata.setter 9642 def enable_contact_suggestions_metadata(self, enable_contact_suggestions_metadata): 9643 """Sets the enable_contact_suggestions_metadata of this AccountSettingsInformation. 9644 9645 9646 :param enable_contact_suggestions_metadata: The enable_contact_suggestions_metadata of this AccountSettingsInformation. # noqa: E501 9647 :type: SettingsMetadata 9648 """ 9649 9650 self._enable_contact_suggestions_metadata = enable_contact_suggestions_metadata 9651 9652 @property 9653 def enable_customer_satisfaction_metric_tracking(self): 9654 """Gets the enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501 9655 9656 # noqa: E501 9657 9658 :return: The enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501 9659 :rtype: str 9660 """ 9661 return self._enable_customer_satisfaction_metric_tracking 9662 9663 @enable_customer_satisfaction_metric_tracking.setter 9664 def enable_customer_satisfaction_metric_tracking(self, enable_customer_satisfaction_metric_tracking): 9665 """Sets the enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. 9666 9667 # noqa: E501 9668 9669 :param enable_customer_satisfaction_metric_tracking: The enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501 9670 :type: str 9671 """ 9672 9673 self._enable_customer_satisfaction_metric_tracking = enable_customer_satisfaction_metric_tracking 9674 9675 @property 9676 def enable_customer_satisfaction_metric_tracking_metadata(self): 9677 """Gets the enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. # noqa: E501 9678 9679 Metadata that indicates whether the `enableCustomerSatisfactionMetricTracking` property is editable. # noqa: E501 9680 9681 :return: The enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. # noqa: E501 9682 :rtype: SettingsMetadata 9683 """ 9684 return self._enable_customer_satisfaction_metric_tracking_metadata 9685 9686 @enable_customer_satisfaction_metric_tracking_metadata.setter 9687 def enable_customer_satisfaction_metric_tracking_metadata(self, enable_customer_satisfaction_metric_tracking_metadata): 9688 """Sets the enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. 9689 9690 Metadata that indicates whether the `enableCustomerSatisfactionMetricTracking` property is editable. # noqa: E501 9691 9692 :param enable_customer_satisfaction_metric_tracking_metadata: The enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. # noqa: E501 9693 :type: SettingsMetadata 9694 """ 9695 9696 self._enable_customer_satisfaction_metric_tracking_metadata = enable_customer_satisfaction_metric_tracking_metadata 9697 9698 @property 9699 def enable_ds_pro(self): 9700 """Gets the enable_ds_pro of this AccountSettingsInformation. # noqa: E501 9701 9702 # noqa: E501 9703 9704 :return: The enable_ds_pro of this AccountSettingsInformation. # noqa: E501 9705 :rtype: str 9706 """ 9707 return self._enable_ds_pro 9708 9709 @enable_ds_pro.setter 9710 def enable_ds_pro(self, enable_ds_pro): 9711 """Sets the enable_ds_pro of this AccountSettingsInformation. 9712 9713 # noqa: E501 9714 9715 :param enable_ds_pro: The enable_ds_pro of this AccountSettingsInformation. # noqa: E501 9716 :type: str 9717 """ 9718 9719 self._enable_ds_pro = enable_ds_pro 9720 9721 @property 9722 def enable_ds_pro_metadata(self): 9723 """Gets the enable_ds_pro_metadata of this AccountSettingsInformation. # noqa: E501 9724 9725 Metadata that indicates whether the `enableDSPro` property is editable. # noqa: E501 9726 9727 :return: The enable_ds_pro_metadata of this AccountSettingsInformation. # noqa: E501 9728 :rtype: SettingsMetadata 9729 """ 9730 return self._enable_ds_pro_metadata 9731 9732 @enable_ds_pro_metadata.setter 9733 def enable_ds_pro_metadata(self, enable_ds_pro_metadata): 9734 """Sets the enable_ds_pro_metadata of this AccountSettingsInformation. 9735 9736 Metadata that indicates whether the `enableDSPro` property is editable. # noqa: E501 9737 9738 :param enable_ds_pro_metadata: The enable_ds_pro_metadata of this AccountSettingsInformation. # noqa: E501 9739 :type: SettingsMetadata 9740 """ 9741 9742 self._enable_ds_pro_metadata = enable_ds_pro_metadata 9743 9744 @property 9745 def enable_envelope_stamping_by_account_admin(self): 9746 """Gets the enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. # noqa: E501 9747 9748 # noqa: E501 9749 9750 :return: The enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. # noqa: E501 9751 :rtype: str 9752 """ 9753 return self._enable_envelope_stamping_by_account_admin 9754 9755 @enable_envelope_stamping_by_account_admin.setter 9756 def enable_envelope_stamping_by_account_admin(self, enable_envelope_stamping_by_account_admin): 9757 """Sets the enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. 9758 9759 # noqa: E501 9760 9761 :param enable_envelope_stamping_by_account_admin: The enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. # noqa: E501 9762 :type: str 9763 """ 9764 9765 self._enable_envelope_stamping_by_account_admin = enable_envelope_stamping_by_account_admin 9766 9767 @property 9768 def enable_envelope_stamping_by_account_admin_metadata(self): 9769 """Gets the enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. # noqa: E501 9770 9771 Metadata that indicates whether the `enableEnvelopeStampingByAccountAdmin` property is editable. # noqa: E501 9772 9773 :return: The enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. # noqa: E501 9774 :rtype: SettingsMetadata 9775 """ 9776 return self._enable_envelope_stamping_by_account_admin_metadata 9777 9778 @enable_envelope_stamping_by_account_admin_metadata.setter 9779 def enable_envelope_stamping_by_account_admin_metadata(self, enable_envelope_stamping_by_account_admin_metadata): 9780 """Sets the enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. 9781 9782 Metadata that indicates whether the `enableEnvelopeStampingByAccountAdmin` property is editable. # noqa: E501 9783 9784 :param enable_envelope_stamping_by_account_admin_metadata: The enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. # noqa: E501 9785 :type: SettingsMetadata 9786 """ 9787 9788 self._enable_envelope_stamping_by_account_admin_metadata = enable_envelope_stamping_by_account_admin_metadata 9789 9790 @property 9791 def enable_envelope_stamping_by_ds_admin(self): 9792 """Gets the enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. # noqa: E501 9793 9794 # noqa: E501 9795 9796 :return: The enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. # noqa: E501 9797 :rtype: str 9798 """ 9799 return self._enable_envelope_stamping_by_ds_admin 9800 9801 @enable_envelope_stamping_by_ds_admin.setter 9802 def enable_envelope_stamping_by_ds_admin(self, enable_envelope_stamping_by_ds_admin): 9803 """Sets the enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. 9804 9805 # noqa: E501 9806 9807 :param enable_envelope_stamping_by_ds_admin: The enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. # noqa: E501 9808 :type: str 9809 """ 9810 9811 self._enable_envelope_stamping_by_ds_admin = enable_envelope_stamping_by_ds_admin 9812 9813 @property 9814 def enable_envelope_stamping_by_ds_admin_metadata(self): 9815 """Gets the enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. # noqa: E501 9816 9817 Metadata that indicates whether the `enableEnvelopeStampingByDSAdmin` property is editable. # noqa: E501 9818 9819 :return: The enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. # noqa: E501 9820 :rtype: SettingsMetadata 9821 """ 9822 return self._enable_envelope_stamping_by_ds_admin_metadata 9823 9824 @enable_envelope_stamping_by_ds_admin_metadata.setter 9825 def enable_envelope_stamping_by_ds_admin_metadata(self, enable_envelope_stamping_by_ds_admin_metadata): 9826 """Sets the enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. 9827 9828 Metadata that indicates whether the `enableEnvelopeStampingByDSAdmin` property is editable. # noqa: E501 9829 9830 :param enable_envelope_stamping_by_ds_admin_metadata: The enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. # noqa: E501 9831 :type: SettingsMetadata 9832 """ 9833 9834 self._enable_envelope_stamping_by_ds_admin_metadata = enable_envelope_stamping_by_ds_admin_metadata 9835 9836 @property 9837 def enable_e_sign_api_hourly_limit_management(self): 9838 """Gets the enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. # noqa: E501 9839 9840 # noqa: E501 9841 9842 :return: The enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. # noqa: E501 9843 :rtype: str 9844 """ 9845 return self._enable_e_sign_api_hourly_limit_management 9846 9847 @enable_e_sign_api_hourly_limit_management.setter 9848 def enable_e_sign_api_hourly_limit_management(self, enable_e_sign_api_hourly_limit_management): 9849 """Sets the enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. 9850 9851 # noqa: E501 9852 9853 :param enable_e_sign_api_hourly_limit_management: The enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. # noqa: E501 9854 :type: str 9855 """ 9856 9857 self._enable_e_sign_api_hourly_limit_management = enable_e_sign_api_hourly_limit_management 9858 9859 @property 9860 def enable_e_sign_api_hourly_limit_management_metadata(self): 9861 """Gets the enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. # noqa: E501 9862 9863 9864 :return: The enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. # noqa: E501 9865 :rtype: SettingsMetadata 9866 """ 9867 return self._enable_e_sign_api_hourly_limit_management_metadata 9868 9869 @enable_e_sign_api_hourly_limit_management_metadata.setter 9870 def enable_e_sign_api_hourly_limit_management_metadata(self, enable_e_sign_api_hourly_limit_management_metadata): 9871 """Sets the enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. 9872 9873 9874 :param enable_e_sign_api_hourly_limit_management_metadata: The enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. # noqa: E501 9875 :type: SettingsMetadata 9876 """ 9877 9878 self._enable_e_sign_api_hourly_limit_management_metadata = enable_e_sign_api_hourly_limit_management_metadata 9879 9880 @property 9881 def enable_esign_communities(self): 9882 """Gets the enable_esign_communities of this AccountSettingsInformation. # noqa: E501 9883 9884 # noqa: E501 9885 9886 :return: The enable_esign_communities of this AccountSettingsInformation. # noqa: E501 9887 :rtype: str 9888 """ 9889 return self._enable_esign_communities 9890 9891 @enable_esign_communities.setter 9892 def enable_esign_communities(self, enable_esign_communities): 9893 """Sets the enable_esign_communities of this AccountSettingsInformation. 9894 9895 # noqa: E501 9896 9897 :param enable_esign_communities: The enable_esign_communities of this AccountSettingsInformation. # noqa: E501 9898 :type: str 9899 """ 9900 9901 self._enable_esign_communities = enable_esign_communities 9902 9903 @property 9904 def enable_esign_communities_metadata(self): 9905 """Gets the enable_esign_communities_metadata of this AccountSettingsInformation. # noqa: E501 9906 9907 # noqa: E501 9908 9909 :return: The enable_esign_communities_metadata of this AccountSettingsInformation. # noqa: E501 9910 :rtype: SettingsMetadata 9911 """ 9912 return self._enable_esign_communities_metadata 9913 9914 @enable_esign_communities_metadata.setter 9915 def enable_esign_communities_metadata(self, enable_esign_communities_metadata): 9916 """Sets the enable_esign_communities_metadata of this AccountSettingsInformation. 9917 9918 # noqa: E501 9919 9920 :param enable_esign_communities_metadata: The enable_esign_communities_metadata of this AccountSettingsInformation. # noqa: E501 9921 :type: SettingsMetadata 9922 """ 9923 9924 self._enable_esign_communities_metadata = enable_esign_communities_metadata 9925 9926 @property 9927 def enable_id_fx_accountless_sms_auth_for_part11(self): 9928 """Gets the enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501 9929 9930 # noqa: E501 9931 9932 :return: The enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501 9933 :rtype: str 9934 """ 9935 return self._enable_id_fx_accountless_sms_auth_for_part11 9936 9937 @enable_id_fx_accountless_sms_auth_for_part11.setter 9938 def enable_id_fx_accountless_sms_auth_for_part11(self, enable_id_fx_accountless_sms_auth_for_part11): 9939 """Sets the enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. 9940 9941 # noqa: E501 9942 9943 :param enable_id_fx_accountless_sms_auth_for_part11: The enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501 9944 :type: str 9945 """ 9946 9947 self._enable_id_fx_accountless_sms_auth_for_part11 = enable_id_fx_accountless_sms_auth_for_part11 9948 9949 @property 9950 def enable_id_fx_accountless_sms_auth_for_part11_metadata(self): 9951 """Gets the enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. # noqa: E501 9952 9953 9954 :return: The enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. # noqa: E501 9955 :rtype: SettingsMetadata 9956 """ 9957 return self._enable_id_fx_accountless_sms_auth_for_part11_metadata 9958 9959 @enable_id_fx_accountless_sms_auth_for_part11_metadata.setter 9960 def enable_id_fx_accountless_sms_auth_for_part11_metadata(self, enable_id_fx_accountless_sms_auth_for_part11_metadata): 9961 """Sets the enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. 9962 9963 9964 :param enable_id_fx_accountless_sms_auth_for_part11_metadata: The enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. # noqa: E501 9965 :type: SettingsMetadata 9966 """ 9967 9968 self._enable_id_fx_accountless_sms_auth_for_part11_metadata = enable_id_fx_accountless_sms_auth_for_part11_metadata 9969 9970 @property 9971 def enable_id_fx_intuit_kba(self): 9972 """Gets the enable_id_fx_intuit_kba of this AccountSettingsInformation. # noqa: E501 9973 9974 # noqa: E501 9975 9976 :return: The enable_id_fx_intuit_kba of this AccountSettingsInformation. # noqa: E501 9977 :rtype: str 9978 """ 9979 return self._enable_id_fx_intuit_kba 9980 9981 @enable_id_fx_intuit_kba.setter 9982 def enable_id_fx_intuit_kba(self, enable_id_fx_intuit_kba): 9983 """Sets the enable_id_fx_intuit_kba of this AccountSettingsInformation. 9984 9985 # noqa: E501 9986 9987 :param enable_id_fx_intuit_kba: The enable_id_fx_intuit_kba of this AccountSettingsInformation. # noqa: E501 9988 :type: str 9989 """ 9990 9991 self._enable_id_fx_intuit_kba = enable_id_fx_intuit_kba 9992 9993 @property 9994 def enable_id_fx_intuit_kba_metadata(self): 9995 """Gets the enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. # noqa: E501 9996 9997 # noqa: E501 9998 9999 :return: The enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. # noqa: E501 10000 :rtype: SettingsMetadata 10001 """ 10002 return self._enable_id_fx_intuit_kba_metadata 10003 10004 @enable_id_fx_intuit_kba_metadata.setter 10005 def enable_id_fx_intuit_kba_metadata(self, enable_id_fx_intuit_kba_metadata): 10006 """Sets the enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. 10007 10008 # noqa: E501 10009 10010 :param enable_id_fx_intuit_kba_metadata: The enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. # noqa: E501 10011 :type: SettingsMetadata 10012 """ 10013 10014 self._enable_id_fx_intuit_kba_metadata = enable_id_fx_intuit_kba_metadata 10015 10016 @property 10017 def enable_id_fx_phone_authentication(self): 10018 """Gets the enable_id_fx_phone_authentication of this AccountSettingsInformation. # noqa: E501 10019 10020 # noqa: E501 10021 10022 :return: The enable_id_fx_phone_authentication of this AccountSettingsInformation. # noqa: E501 10023 :rtype: str 10024 """ 10025 return self._enable_id_fx_phone_authentication 10026 10027 @enable_id_fx_phone_authentication.setter 10028 def enable_id_fx_phone_authentication(self, enable_id_fx_phone_authentication): 10029 """Sets the enable_id_fx_phone_authentication of this AccountSettingsInformation. 10030 10031 # noqa: E501 10032 10033 :param enable_id_fx_phone_authentication: The enable_id_fx_phone_authentication of this AccountSettingsInformation. # noqa: E501 10034 :type: str 10035 """ 10036 10037 self._enable_id_fx_phone_authentication = enable_id_fx_phone_authentication 10038 10039 @property 10040 def enable_id_fx_phone_authentication_metadata(self): 10041 """Gets the enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 10042 10043 # noqa: E501 10044 10045 :return: The enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 10046 :rtype: SettingsMetadata 10047 """ 10048 return self._enable_id_fx_phone_authentication_metadata 10049 10050 @enable_id_fx_phone_authentication_metadata.setter 10051 def enable_id_fx_phone_authentication_metadata(self, enable_id_fx_phone_authentication_metadata): 10052 """Sets the enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. 10053 10054 # noqa: E501 10055 10056 :param enable_id_fx_phone_authentication_metadata: The enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 10057 :type: SettingsMetadata 10058 """ 10059 10060 self._enable_id_fx_phone_authentication_metadata = enable_id_fx_phone_authentication_metadata 10061 10062 @property 10063 def enable_in_browser_editor(self): 10064 """Gets the enable_in_browser_editor of this AccountSettingsInformation. # noqa: E501 10065 10066 # noqa: E501 10067 10068 :return: The enable_in_browser_editor of this AccountSettingsInformation. # noqa: E501 10069 :rtype: str 10070 """ 10071 return self._enable_in_browser_editor 10072 10073 @enable_in_browser_editor.setter 10074 def enable_in_browser_editor(self, enable_in_browser_editor): 10075 """Sets the enable_in_browser_editor of this AccountSettingsInformation. 10076 10077 # noqa: E501 10078 10079 :param enable_in_browser_editor: The enable_in_browser_editor of this AccountSettingsInformation. # noqa: E501 10080 :type: str 10081 """ 10082 10083 self._enable_in_browser_editor = enable_in_browser_editor 10084 10085 @property 10086 def enable_in_browser_editor_metadata(self): 10087 """Gets the enable_in_browser_editor_metadata of this AccountSettingsInformation. # noqa: E501 10088 10089 # noqa: E501 10090 10091 :return: The enable_in_browser_editor_metadata of this AccountSettingsInformation. # noqa: E501 10092 :rtype: SettingsMetadata 10093 """ 10094 return self._enable_in_browser_editor_metadata 10095 10096 @enable_in_browser_editor_metadata.setter 10097 def enable_in_browser_editor_metadata(self, enable_in_browser_editor_metadata): 10098 """Sets the enable_in_browser_editor_metadata of this AccountSettingsInformation. 10099 10100 # noqa: E501 10101 10102 :param enable_in_browser_editor_metadata: The enable_in_browser_editor_metadata of this AccountSettingsInformation. # noqa: E501 10103 :type: SettingsMetadata 10104 """ 10105 10106 self._enable_in_browser_editor_metadata = enable_in_browser_editor_metadata 10107 10108 @property 10109 def enable_key_terms_suggestions_by_document_type(self): 10110 """Gets the enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. # noqa: E501 10111 10112 # noqa: E501 10113 10114 :return: The enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. # noqa: E501 10115 :rtype: str 10116 """ 10117 return self._enable_key_terms_suggestions_by_document_type 10118 10119 @enable_key_terms_suggestions_by_document_type.setter 10120 def enable_key_terms_suggestions_by_document_type(self, enable_key_terms_suggestions_by_document_type): 10121 """Sets the enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. 10122 10123 # noqa: E501 10124 10125 :param enable_key_terms_suggestions_by_document_type: The enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. # noqa: E501 10126 :type: str 10127 """ 10128 10129 self._enable_key_terms_suggestions_by_document_type = enable_key_terms_suggestions_by_document_type 10130 10131 @property 10132 def enable_key_terms_suggestions_by_document_type_metadata(self): 10133 """Gets the enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. # noqa: E501 10134 10135 10136 :return: The enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. # noqa: E501 10137 :rtype: SettingsMetadata 10138 """ 10139 return self._enable_key_terms_suggestions_by_document_type_metadata 10140 10141 @enable_key_terms_suggestions_by_document_type_metadata.setter 10142 def enable_key_terms_suggestions_by_document_type_metadata(self, enable_key_terms_suggestions_by_document_type_metadata): 10143 """Sets the enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. 10144 10145 10146 :param enable_key_terms_suggestions_by_document_type_metadata: The enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. # noqa: E501 10147 :type: SettingsMetadata 10148 """ 10149 10150 self._enable_key_terms_suggestions_by_document_type_metadata = enable_key_terms_suggestions_by_document_type_metadata 10151 10152 @property 10153 def enable_participant_recipient_setting_metadata(self): 10154 """Gets the enable_participant_recipient_setting_metadata of this AccountSettingsInformation. # noqa: E501 10155 10156 10157 :return: The enable_participant_recipient_setting_metadata of this AccountSettingsInformation. # noqa: E501 10158 :rtype: SettingsMetadata 10159 """ 10160 return self._enable_participant_recipient_setting_metadata 10161 10162 @enable_participant_recipient_setting_metadata.setter 10163 def enable_participant_recipient_setting_metadata(self, enable_participant_recipient_setting_metadata): 10164 """Sets the enable_participant_recipient_setting_metadata of this AccountSettingsInformation. 10165 10166 10167 :param enable_participant_recipient_setting_metadata: The enable_participant_recipient_setting_metadata of this AccountSettingsInformation. # noqa: E501 10168 :type: SettingsMetadata 10169 """ 10170 10171 self._enable_participant_recipient_setting_metadata = enable_participant_recipient_setting_metadata 10172 10173 @property 10174 def enable_payment_processing(self): 10175 """Gets the enable_payment_processing of this AccountSettingsInformation. # noqa: E501 10176 10177 # noqa: E501 10178 10179 :return: The enable_payment_processing of this AccountSettingsInformation. # noqa: E501 10180 :rtype: str 10181 """ 10182 return self._enable_payment_processing 10183 10184 @enable_payment_processing.setter 10185 def enable_payment_processing(self, enable_payment_processing): 10186 """Sets the enable_payment_processing of this AccountSettingsInformation. 10187 10188 # noqa: E501 10189 10190 :param enable_payment_processing: The enable_payment_processing of this AccountSettingsInformation. # noqa: E501 10191 :type: str 10192 """ 10193 10194 self._enable_payment_processing = enable_payment_processing 10195 10196 @property 10197 def enable_payment_processing_metadata(self): 10198 """Gets the enable_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 10199 10200 Metadata that indicates whether the `enablePaymentProcessing` property is editable. # noqa: E501 10201 10202 :return: The enable_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 10203 :rtype: SettingsMetadata 10204 """ 10205 return self._enable_payment_processing_metadata 10206 10207 @enable_payment_processing_metadata.setter 10208 def enable_payment_processing_metadata(self, enable_payment_processing_metadata): 10209 """Sets the enable_payment_processing_metadata of this AccountSettingsInformation. 10210 10211 Metadata that indicates whether the `enablePaymentProcessing` property is editable. # noqa: E501 10212 10213 :param enable_payment_processing_metadata: The enable_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 10214 :type: SettingsMetadata 10215 """ 10216 10217 self._enable_payment_processing_metadata = enable_payment_processing_metadata 10218 10219 @property 10220 def enable_pdfa_conversion(self): 10221 """Gets the enable_pdfa_conversion of this AccountSettingsInformation. # noqa: E501 10222 10223 # noqa: E501 10224 10225 :return: The enable_pdfa_conversion of this AccountSettingsInformation. # noqa: E501 10226 :rtype: str 10227 """ 10228 return self._enable_pdfa_conversion 10229 10230 @enable_pdfa_conversion.setter 10231 def enable_pdfa_conversion(self, enable_pdfa_conversion): 10232 """Sets the enable_pdfa_conversion of this AccountSettingsInformation. 10233 10234 # noqa: E501 10235 10236 :param enable_pdfa_conversion: The enable_pdfa_conversion of this AccountSettingsInformation. # noqa: E501 10237 :type: str 10238 """ 10239 10240 self._enable_pdfa_conversion = enable_pdfa_conversion 10241 10242 @property 10243 def enable_pdfa_conversion_metadata(self): 10244 """Gets the enable_pdfa_conversion_metadata of this AccountSettingsInformation. # noqa: E501 10245 10246 # noqa: E501 10247 10248 :return: The enable_pdfa_conversion_metadata of this AccountSettingsInformation. # noqa: E501 10249 :rtype: SettingsMetadata 10250 """ 10251 return self._enable_pdfa_conversion_metadata 10252 10253 @enable_pdfa_conversion_metadata.setter 10254 def enable_pdfa_conversion_metadata(self, enable_pdfa_conversion_metadata): 10255 """Sets the enable_pdfa_conversion_metadata of this AccountSettingsInformation. 10256 10257 # noqa: E501 10258 10259 :param enable_pdfa_conversion_metadata: The enable_pdfa_conversion_metadata of this AccountSettingsInformation. # noqa: E501 10260 :type: SettingsMetadata 10261 """ 10262 10263 self._enable_pdfa_conversion_metadata = enable_pdfa_conversion_metadata 10264 10265 @property 10266 def enable_power_form(self): 10267 """Gets the enable_power_form of this AccountSettingsInformation. # noqa: E501 10268 10269 # noqa: E501 10270 10271 :return: The enable_power_form of this AccountSettingsInformation. # noqa: E501 10272 :rtype: str 10273 """ 10274 return self._enable_power_form 10275 10276 @enable_power_form.setter 10277 def enable_power_form(self, enable_power_form): 10278 """Sets the enable_power_form of this AccountSettingsInformation. 10279 10280 # noqa: E501 10281 10282 :param enable_power_form: The enable_power_form of this AccountSettingsInformation. # noqa: E501 10283 :type: str 10284 """ 10285 10286 self._enable_power_form = enable_power_form 10287 10288 @property 10289 def enable_power_form_direct(self): 10290 """Gets the enable_power_form_direct of this AccountSettingsInformation. # noqa: E501 10291 10292 # noqa: E501 10293 10294 :return: The enable_power_form_direct of this AccountSettingsInformation. # noqa: E501 10295 :rtype: str 10296 """ 10297 return self._enable_power_form_direct 10298 10299 @enable_power_form_direct.setter 10300 def enable_power_form_direct(self, enable_power_form_direct): 10301 """Sets the enable_power_form_direct of this AccountSettingsInformation. 10302 10303 # noqa: E501 10304 10305 :param enable_power_form_direct: The enable_power_form_direct of this AccountSettingsInformation. # noqa: E501 10306 :type: str 10307 """ 10308 10309 self._enable_power_form_direct = enable_power_form_direct 10310 10311 @property 10312 def enable_power_form_direct_metadata(self): 10313 """Gets the enable_power_form_direct_metadata of this AccountSettingsInformation. # noqa: E501 10314 10315 Metadata that indicates whether the `enablePowerFormDirect` property is editable. # noqa: E501 10316 10317 :return: The enable_power_form_direct_metadata of this AccountSettingsInformation. # noqa: E501 10318 :rtype: SettingsMetadata 10319 """ 10320 return self._enable_power_form_direct_metadata 10321 10322 @enable_power_form_direct_metadata.setter 10323 def enable_power_form_direct_metadata(self, enable_power_form_direct_metadata): 10324 """Sets the enable_power_form_direct_metadata of this AccountSettingsInformation. 10325 10326 Metadata that indicates whether the `enablePowerFormDirect` property is editable. # noqa: E501 10327 10328 :param enable_power_form_direct_metadata: The enable_power_form_direct_metadata of this AccountSettingsInformation. # noqa: E501 10329 :type: SettingsMetadata 10330 """ 10331 10332 self._enable_power_form_direct_metadata = enable_power_form_direct_metadata 10333 10334 @property 10335 def enable_power_form_metadata(self): 10336 """Gets the enable_power_form_metadata of this AccountSettingsInformation. # noqa: E501 10337 10338 Metadata that indicates whether the `enablePowerForm` property is editable. # noqa: E501 10339 10340 :return: The enable_power_form_metadata of this AccountSettingsInformation. # noqa: E501 10341 :rtype: SettingsMetadata 10342 """ 10343 return self._enable_power_form_metadata 10344 10345 @enable_power_form_metadata.setter 10346 def enable_power_form_metadata(self, enable_power_form_metadata): 10347 """Sets the enable_power_form_metadata of this AccountSettingsInformation. 10348 10349 Metadata that indicates whether the `enablePowerForm` property is editable. # noqa: E501 10350 10351 :param enable_power_form_metadata: The enable_power_form_metadata of this AccountSettingsInformation. # noqa: E501 10352 :type: SettingsMetadata 10353 """ 10354 10355 self._enable_power_form_metadata = enable_power_form_metadata 10356 10357 @property 10358 def enable_recipient_domain_validation(self): 10359 """Gets the enable_recipient_domain_validation of this AccountSettingsInformation. # noqa: E501 10360 10361 # noqa: E501 10362 10363 :return: The enable_recipient_domain_validation of this AccountSettingsInformation. # noqa: E501 10364 :rtype: str 10365 """ 10366 return self._enable_recipient_domain_validation 10367 10368 @enable_recipient_domain_validation.setter 10369 def enable_recipient_domain_validation(self, enable_recipient_domain_validation): 10370 """Sets the enable_recipient_domain_validation of this AccountSettingsInformation. 10371 10372 # noqa: E501 10373 10374 :param enable_recipient_domain_validation: The enable_recipient_domain_validation of this AccountSettingsInformation. # noqa: E501 10375 :type: str 10376 """ 10377 10378 self._enable_recipient_domain_validation = enable_recipient_domain_validation 10379 10380 @property 10381 def enable_recipient_domain_validation_metadata(self): 10382 """Gets the enable_recipient_domain_validation_metadata of this AccountSettingsInformation. # noqa: E501 10383 10384 Metadata that indicates whether the `enableRecipientDomainValidation` property is editable. # noqa: E501 10385 10386 :return: The enable_recipient_domain_validation_metadata of this AccountSettingsInformation. # noqa: E501 10387 :rtype: SettingsMetadata 10388 """ 10389 return self._enable_recipient_domain_validation_metadata 10390 10391 @enable_recipient_domain_validation_metadata.setter 10392 def enable_recipient_domain_validation_metadata(self, enable_recipient_domain_validation_metadata): 10393 """Sets the enable_recipient_domain_validation_metadata of this AccountSettingsInformation. 10394 10395 Metadata that indicates whether the `enableRecipientDomainValidation` property is editable. # noqa: E501 10396 10397 :param enable_recipient_domain_validation_metadata: The enable_recipient_domain_validation_metadata of this AccountSettingsInformation. # noqa: E501 10398 :type: SettingsMetadata 10399 """ 10400 10401 self._enable_recipient_domain_validation_metadata = enable_recipient_domain_validation_metadata 10402 10403 @property 10404 def enable_recipient_may_provide_phone_number(self): 10405 """Gets the enable_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 10406 10407 # noqa: E501 10408 10409 :return: The enable_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 10410 :rtype: str 10411 """ 10412 return self._enable_recipient_may_provide_phone_number 10413 10414 @enable_recipient_may_provide_phone_number.setter 10415 def enable_recipient_may_provide_phone_number(self, enable_recipient_may_provide_phone_number): 10416 """Sets the enable_recipient_may_provide_phone_number of this AccountSettingsInformation. 10417 10418 # noqa: E501 10419 10420 :param enable_recipient_may_provide_phone_number: The enable_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 10421 :type: str 10422 """ 10423 10424 self._enable_recipient_may_provide_phone_number = enable_recipient_may_provide_phone_number 10425 10426 @property 10427 def enable_recipient_may_provide_phone_number_metadata(self): 10428 """Gets the enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 10429 10430 # noqa: E501 10431 10432 :return: The enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 10433 :rtype: SettingsMetadata 10434 """ 10435 return self._enable_recipient_may_provide_phone_number_metadata 10436 10437 @enable_recipient_may_provide_phone_number_metadata.setter 10438 def enable_recipient_may_provide_phone_number_metadata(self, enable_recipient_may_provide_phone_number_metadata): 10439 """Sets the enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. 10440 10441 # noqa: E501 10442 10443 :param enable_recipient_may_provide_phone_number_metadata: The enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 10444 :type: SettingsMetadata 10445 """ 10446 10447 self._enable_recipient_may_provide_phone_number_metadata = enable_recipient_may_provide_phone_number_metadata 10448 10449 @property 10450 def enable_report_links(self): 10451 """Gets the enable_report_links of this AccountSettingsInformation. # noqa: E501 10452 10453 # noqa: E501 10454 10455 :return: The enable_report_links of this AccountSettingsInformation. # noqa: E501 10456 :rtype: str 10457 """ 10458 return self._enable_report_links 10459 10460 @enable_report_links.setter 10461 def enable_report_links(self, enable_report_links): 10462 """Sets the enable_report_links of this AccountSettingsInformation. 10463 10464 # noqa: E501 10465 10466 :param enable_report_links: The enable_report_links of this AccountSettingsInformation. # noqa: E501 10467 :type: str 10468 """ 10469 10470 self._enable_report_links = enable_report_links 10471 10472 @property 10473 def enable_report_links_metadata(self): 10474 """Gets the enable_report_links_metadata of this AccountSettingsInformation. # noqa: E501 10475 10476 Metadata that indicates whether the `enableReportLinks` property is editable. # noqa: E501 10477 10478 :return: The enable_report_links_metadata of this AccountSettingsInformation. # noqa: E501 10479 :rtype: SettingsMetadata 10480 """ 10481 return self._enable_report_links_metadata 10482 10483 @enable_report_links_metadata.setter 10484 def enable_report_links_metadata(self, enable_report_links_metadata): 10485 """Sets the enable_report_links_metadata of this AccountSettingsInformation. 10486 10487 Metadata that indicates whether the `enableReportLinks` property is editable. # noqa: E501 10488 10489 :param enable_report_links_metadata: The enable_report_links_metadata of this AccountSettingsInformation. # noqa: E501 10490 :type: SettingsMetadata 10491 """ 10492 10493 self._enable_report_links_metadata = enable_report_links_metadata 10494 10495 @property 10496 def enable_require_sign_on_paper(self): 10497 """Gets the enable_require_sign_on_paper of this AccountSettingsInformation. # noqa: E501 10498 10499 # noqa: E501 10500 10501 :return: The enable_require_sign_on_paper of this AccountSettingsInformation. # noqa: E501 10502 :rtype: str 10503 """ 10504 return self._enable_require_sign_on_paper 10505 10506 @enable_require_sign_on_paper.setter 10507 def enable_require_sign_on_paper(self, enable_require_sign_on_paper): 10508 """Sets the enable_require_sign_on_paper of this AccountSettingsInformation. 10509 10510 # noqa: E501 10511 10512 :param enable_require_sign_on_paper: The enable_require_sign_on_paper of this AccountSettingsInformation. # noqa: E501 10513 :type: str 10514 """ 10515 10516 self._enable_require_sign_on_paper = enable_require_sign_on_paper 10517 10518 @property 10519 def enable_require_sign_on_paper_metadata(self): 10520 """Gets the enable_require_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 10521 10522 Metadata that indicates whether the `enableRequireSignOnPaper` property is editable. # noqa: E501 10523 10524 :return: The enable_require_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 10525 :rtype: SettingsMetadata 10526 """ 10527 return self._enable_require_sign_on_paper_metadata 10528 10529 @enable_require_sign_on_paper_metadata.setter 10530 def enable_require_sign_on_paper_metadata(self, enable_require_sign_on_paper_metadata): 10531 """Sets the enable_require_sign_on_paper_metadata of this AccountSettingsInformation. 10532 10533 Metadata that indicates whether the `enableRequireSignOnPaper` property is editable. # noqa: E501 10534 10535 :param enable_require_sign_on_paper_metadata: The enable_require_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 10536 :type: SettingsMetadata 10537 """ 10538 10539 self._enable_require_sign_on_paper_metadata = enable_require_sign_on_paper_metadata 10540 10541 @property 10542 def enable_reserved_domain(self): 10543 """Gets the enable_reserved_domain of this AccountSettingsInformation. # noqa: E501 10544 10545 # noqa: E501 10546 10547 :return: The enable_reserved_domain of this AccountSettingsInformation. # noqa: E501 10548 :rtype: str 10549 """ 10550 return self._enable_reserved_domain 10551 10552 @enable_reserved_domain.setter 10553 def enable_reserved_domain(self, enable_reserved_domain): 10554 """Sets the enable_reserved_domain of this AccountSettingsInformation. 10555 10556 # noqa: E501 10557 10558 :param enable_reserved_domain: The enable_reserved_domain of this AccountSettingsInformation. # noqa: E501 10559 :type: str 10560 """ 10561 10562 self._enable_reserved_domain = enable_reserved_domain 10563 10564 @property 10565 def enable_reserved_domain_metadata(self): 10566 """Gets the enable_reserved_domain_metadata of this AccountSettingsInformation. # noqa: E501 10567 10568 Metadata that indicates whether the `enableReservedDomain` property is editable. # noqa: E501 10569 10570 :return: The enable_reserved_domain_metadata of this AccountSettingsInformation. # noqa: E501 10571 :rtype: SettingsMetadata 10572 """ 10573 return self._enable_reserved_domain_metadata 10574 10575 @enable_reserved_domain_metadata.setter 10576 def enable_reserved_domain_metadata(self, enable_reserved_domain_metadata): 10577 """Sets the enable_reserved_domain_metadata of this AccountSettingsInformation. 10578 10579 Metadata that indicates whether the `enableReservedDomain` property is editable. # noqa: E501 10580 10581 :param enable_reserved_domain_metadata: The enable_reserved_domain_metadata of this AccountSettingsInformation. # noqa: E501 10582 :type: SettingsMetadata 10583 """ 10584 10585 self._enable_reserved_domain_metadata = enable_reserved_domain_metadata 10586 10587 @property 10588 def enable_responsive_signing(self): 10589 """Gets the enable_responsive_signing of this AccountSettingsInformation. # noqa: E501 10590 10591 # noqa: E501 10592 10593 :return: The enable_responsive_signing of this AccountSettingsInformation. # noqa: E501 10594 :rtype: str 10595 """ 10596 return self._enable_responsive_signing 10597 10598 @enable_responsive_signing.setter 10599 def enable_responsive_signing(self, enable_responsive_signing): 10600 """Sets the enable_responsive_signing of this AccountSettingsInformation. 10601 10602 # noqa: E501 10603 10604 :param enable_responsive_signing: The enable_responsive_signing of this AccountSettingsInformation. # noqa: E501 10605 :type: str 10606 """ 10607 10608 self._enable_responsive_signing = enable_responsive_signing 10609 10610 @property 10611 def enable_responsive_signing_metadata(self): 10612 """Gets the enable_responsive_signing_metadata of this AccountSettingsInformation. # noqa: E501 10613 10614 Metadata that indicates whether the `enableResponsiveSigning` property is editable. # noqa: E501 10615 10616 :return: The enable_responsive_signing_metadata of this AccountSettingsInformation. # noqa: E501 10617 :rtype: SettingsMetadata 10618 """ 10619 return self._enable_responsive_signing_metadata 10620 10621 @enable_responsive_signing_metadata.setter 10622 def enable_responsive_signing_metadata(self, enable_responsive_signing_metadata): 10623 """Sets the enable_responsive_signing_metadata of this AccountSettingsInformation. 10624 10625 Metadata that indicates whether the `enableResponsiveSigning` property is editable. # noqa: E501 10626 10627 :param enable_responsive_signing_metadata: The enable_responsive_signing_metadata of this AccountSettingsInformation. # noqa: E501 10628 :type: SettingsMetadata 10629 """ 10630 10631 self._enable_responsive_signing_metadata = enable_responsive_signing_metadata 10632 10633 @property 10634 def enable_scheduled_release(self): 10635 """Gets the enable_scheduled_release of this AccountSettingsInformation. # noqa: E501 10636 10637 # noqa: E501 10638 10639 :return: The enable_scheduled_release of this AccountSettingsInformation. # noqa: E501 10640 :rtype: str 10641 """ 10642 return self._enable_scheduled_release 10643 10644 @enable_scheduled_release.setter 10645 def enable_scheduled_release(self, enable_scheduled_release): 10646 """Sets the enable_scheduled_release of this AccountSettingsInformation. 10647 10648 # noqa: E501 10649 10650 :param enable_scheduled_release: The enable_scheduled_release of this AccountSettingsInformation. # noqa: E501 10651 :type: str 10652 """ 10653 10654 self._enable_scheduled_release = enable_scheduled_release 10655 10656 @property 10657 def enable_scheduled_release_metadata(self): 10658 """Gets the enable_scheduled_release_metadata of this AccountSettingsInformation. # noqa: E501 10659 10660 Metadata that indicates whether the `enableScheduledRelease` property is editable. # noqa: E501 10661 10662 :return: The enable_scheduled_release_metadata of this AccountSettingsInformation. # noqa: E501 10663 :rtype: SettingsMetadata 10664 """ 10665 return self._enable_scheduled_release_metadata 10666 10667 @enable_scheduled_release_metadata.setter 10668 def enable_scheduled_release_metadata(self, enable_scheduled_release_metadata): 10669 """Sets the enable_scheduled_release_metadata of this AccountSettingsInformation. 10670 10671 Metadata that indicates whether the `enableScheduledRelease` property is editable. # noqa: E501 10672 10673 :param enable_scheduled_release_metadata: The enable_scheduled_release_metadata of this AccountSettingsInformation. # noqa: E501 10674 :type: SettingsMetadata 10675 """ 10676 10677 self._enable_scheduled_release_metadata = enable_scheduled_release_metadata 10678 10679 @property 10680 def enable_search(self): 10681 """Gets the enable_search of this AccountSettingsInformation. # noqa: E501 10682 10683 # noqa: E501 10684 10685 :return: The enable_search of this AccountSettingsInformation. # noqa: E501 10686 :rtype: str 10687 """ 10688 return self._enable_search 10689 10690 @enable_search.setter 10691 def enable_search(self, enable_search): 10692 """Sets the enable_search of this AccountSettingsInformation. 10693 10694 # noqa: E501 10695 10696 :param enable_search: The enable_search of this AccountSettingsInformation. # noqa: E501 10697 :type: str 10698 """ 10699 10700 self._enable_search = enable_search 10701 10702 @property 10703 def enable_search_metadata(self): 10704 """Gets the enable_search_metadata of this AccountSettingsInformation. # noqa: E501 10705 10706 # noqa: E501 10707 10708 :return: The enable_search_metadata of this AccountSettingsInformation. # noqa: E501 10709 :rtype: SettingsMetadata 10710 """ 10711 return self._enable_search_metadata 10712 10713 @enable_search_metadata.setter 10714 def enable_search_metadata(self, enable_search_metadata): 10715 """Sets the enable_search_metadata of this AccountSettingsInformation. 10716 10717 # noqa: E501 10718 10719 :param enable_search_metadata: The enable_search_metadata of this AccountSettingsInformation. # noqa: E501 10720 :type: SettingsMetadata 10721 """ 10722 10723 self._enable_search_metadata = enable_search_metadata 10724 10725 @property 10726 def enable_search_site_specific_api(self): 10727 """Gets the enable_search_site_specific_api of this AccountSettingsInformation. # noqa: E501 10728 10729 # noqa: E501 10730 10731 :return: The enable_search_site_specific_api of this AccountSettingsInformation. # noqa: E501 10732 :rtype: str 10733 """ 10734 return self._enable_search_site_specific_api 10735 10736 @enable_search_site_specific_api.setter 10737 def enable_search_site_specific_api(self, enable_search_site_specific_api): 10738 """Sets the enable_search_site_specific_api of this AccountSettingsInformation. 10739 10740 # noqa: E501 10741 10742 :param enable_search_site_specific_api: The enable_search_site_specific_api of this AccountSettingsInformation. # noqa: E501 10743 :type: str 10744 """ 10745 10746 self._enable_search_site_specific_api = enable_search_site_specific_api 10747 10748 @property 10749 def enable_search_site_specific_api_metadata(self): 10750 """Gets the enable_search_site_specific_api_metadata of this AccountSettingsInformation. # noqa: E501 10751 10752 10753 :return: The enable_search_site_specific_api_metadata of this AccountSettingsInformation. # noqa: E501 10754 :rtype: SettingsMetadata 10755 """ 10756 return self._enable_search_site_specific_api_metadata 10757 10758 @enable_search_site_specific_api_metadata.setter 10759 def enable_search_site_specific_api_metadata(self, enable_search_site_specific_api_metadata): 10760 """Sets the enable_search_site_specific_api_metadata of this AccountSettingsInformation. 10761 10762 10763 :param enable_search_site_specific_api_metadata: The enable_search_site_specific_api_metadata of this AccountSettingsInformation. # noqa: E501 10764 :type: SettingsMetadata 10765 """ 10766 10767 self._enable_search_site_specific_api_metadata = enable_search_site_specific_api_metadata 10768 10769 @property 10770 def enable_search_ui(self): 10771 """Gets the enable_search_ui of this AccountSettingsInformation. # noqa: E501 10772 10773 # noqa: E501 10774 10775 :return: The enable_search_ui of this AccountSettingsInformation. # noqa: E501 10776 :rtype: str 10777 """ 10778 return self._enable_search_ui 10779 10780 @enable_search_ui.setter 10781 def enable_search_ui(self, enable_search_ui): 10782 """Sets the enable_search_ui of this AccountSettingsInformation. 10783 10784 # noqa: E501 10785 10786 :param enable_search_ui: The enable_search_ui of this AccountSettingsInformation. # noqa: E501 10787 :type: str 10788 """ 10789 10790 self._enable_search_ui = enable_search_ui 10791 10792 @property 10793 def enable_search_ui_metadata(self): 10794 """Gets the enable_search_ui_metadata of this AccountSettingsInformation. # noqa: E501 10795 10796 # noqa: E501 10797 10798 :return: The enable_search_ui_metadata of this AccountSettingsInformation. # noqa: E501 10799 :rtype: SettingsMetadata 10800 """ 10801 return self._enable_search_ui_metadata 10802 10803 @enable_search_ui_metadata.setter 10804 def enable_search_ui_metadata(self, enable_search_ui_metadata): 10805 """Sets the enable_search_ui_metadata of this AccountSettingsInformation. 10806 10807 # noqa: E501 10808 10809 :param enable_search_ui_metadata: The enable_search_ui_metadata of this AccountSettingsInformation. # noqa: E501 10810 :type: SettingsMetadata 10811 """ 10812 10813 self._enable_search_ui_metadata = enable_search_ui_metadata 10814 10815 @property 10816 def enable_sending_tags_font_settings(self): 10817 """Gets the enable_sending_tags_font_settings of this AccountSettingsInformation. # noqa: E501 10818 10819 # noqa: E501 10820 10821 :return: The enable_sending_tags_font_settings of this AccountSettingsInformation. # noqa: E501 10822 :rtype: str 10823 """ 10824 return self._enable_sending_tags_font_settings 10825 10826 @enable_sending_tags_font_settings.setter 10827 def enable_sending_tags_font_settings(self, enable_sending_tags_font_settings): 10828 """Sets the enable_sending_tags_font_settings of this AccountSettingsInformation. 10829 10830 # noqa: E501 10831 10832 :param enable_sending_tags_font_settings: The enable_sending_tags_font_settings of this AccountSettingsInformation. # noqa: E501 10833 :type: str 10834 """ 10835 10836 self._enable_sending_tags_font_settings = enable_sending_tags_font_settings 10837 10838 @property 10839 def enable_sending_tags_font_settings_metadata(self): 10840 """Gets the enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. # noqa: E501 10841 10842 Metadata that indicates whether the `enableSendingTagsFontSettings` property is editable. # noqa: E501 10843 10844 :return: The enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. # noqa: E501 10845 :rtype: SettingsMetadata 10846 """ 10847 return self._enable_sending_tags_font_settings_metadata 10848 10849 @enable_sending_tags_font_settings_metadata.setter 10850 def enable_sending_tags_font_settings_metadata(self, enable_sending_tags_font_settings_metadata): 10851 """Sets the enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. 10852 10853 Metadata that indicates whether the `enableSendingTagsFontSettings` property is editable. # noqa: E501 10854 10855 :param enable_sending_tags_font_settings_metadata: The enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. # noqa: E501 10856 :type: SettingsMetadata 10857 """ 10858 10859 self._enable_sending_tags_font_settings_metadata = enable_sending_tags_font_settings_metadata 10860 10861 @property 10862 def enable_send_to_agent(self): 10863 """Gets the enable_send_to_agent of this AccountSettingsInformation. # noqa: E501 10864 10865 # noqa: E501 10866 10867 :return: The enable_send_to_agent of this AccountSettingsInformation. # noqa: E501 10868 :rtype: str 10869 """ 10870 return self._enable_send_to_agent 10871 10872 @enable_send_to_agent.setter 10873 def enable_send_to_agent(self, enable_send_to_agent): 10874 """Sets the enable_send_to_agent of this AccountSettingsInformation. 10875 10876 # noqa: E501 10877 10878 :param enable_send_to_agent: The enable_send_to_agent of this AccountSettingsInformation. # noqa: E501 10879 :type: str 10880 """ 10881 10882 self._enable_send_to_agent = enable_send_to_agent 10883 10884 @property 10885 def enable_send_to_agent_metadata(self): 10886 """Gets the enable_send_to_agent_metadata of this AccountSettingsInformation. # noqa: E501 10887 10888 Metadata that indicates whether the `enableSendToAgent` property is editable. # noqa: E501 10889 10890 :return: The enable_send_to_agent_metadata of this AccountSettingsInformation. # noqa: E501 10891 :rtype: SettingsMetadata 10892 """ 10893 return self._enable_send_to_agent_metadata 10894 10895 @enable_send_to_agent_metadata.setter 10896 def enable_send_to_agent_metadata(self, enable_send_to_agent_metadata): 10897 """Sets the enable_send_to_agent_metadata of this AccountSettingsInformation. 10898 10899 Metadata that indicates whether the `enableSendToAgent` property is editable. # noqa: E501 10900 10901 :param enable_send_to_agent_metadata: The enable_send_to_agent_metadata of this AccountSettingsInformation. # noqa: E501 10902 :type: SettingsMetadata 10903 """ 10904 10905 self._enable_send_to_agent_metadata = enable_send_to_agent_metadata 10906 10907 @property 10908 def enable_send_to_intermediary(self): 10909 """Gets the enable_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 10910 10911 # noqa: E501 10912 10913 :return: The enable_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 10914 :rtype: str 10915 """ 10916 return self._enable_send_to_intermediary 10917 10918 @enable_send_to_intermediary.setter 10919 def enable_send_to_intermediary(self, enable_send_to_intermediary): 10920 """Sets the enable_send_to_intermediary of this AccountSettingsInformation. 10921 10922 # noqa: E501 10923 10924 :param enable_send_to_intermediary: The enable_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 10925 :type: str 10926 """ 10927 10928 self._enable_send_to_intermediary = enable_send_to_intermediary 10929 10930 @property 10931 def enable_send_to_intermediary_metadata(self): 10932 """Gets the enable_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 10933 10934 Metadata that indicates whether the `enableSendToIntermediary` property is editable. # noqa: E501 10935 10936 :return: The enable_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 10937 :rtype: SettingsMetadata 10938 """ 10939 return self._enable_send_to_intermediary_metadata 10940 10941 @enable_send_to_intermediary_metadata.setter 10942 def enable_send_to_intermediary_metadata(self, enable_send_to_intermediary_metadata): 10943 """Sets the enable_send_to_intermediary_metadata of this AccountSettingsInformation. 10944 10945 Metadata that indicates whether the `enableSendToIntermediary` property is editable. # noqa: E501 10946 10947 :param enable_send_to_intermediary_metadata: The enable_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 10948 :type: SettingsMetadata 10949 """ 10950 10951 self._enable_send_to_intermediary_metadata = enable_send_to_intermediary_metadata 10952 10953 @property 10954 def enable_send_to_manage(self): 10955 """Gets the enable_send_to_manage of this AccountSettingsInformation. # noqa: E501 10956 10957 # noqa: E501 10958 10959 :return: The enable_send_to_manage of this AccountSettingsInformation. # noqa: E501 10960 :rtype: str 10961 """ 10962 return self._enable_send_to_manage 10963 10964 @enable_send_to_manage.setter 10965 def enable_send_to_manage(self, enable_send_to_manage): 10966 """Sets the enable_send_to_manage of this AccountSettingsInformation. 10967 10968 # noqa: E501 10969 10970 :param enable_send_to_manage: The enable_send_to_manage of this AccountSettingsInformation. # noqa: E501 10971 :type: str 10972 """ 10973 10974 self._enable_send_to_manage = enable_send_to_manage 10975 10976 @property 10977 def enable_send_to_manage_metadata(self): 10978 """Gets the enable_send_to_manage_metadata of this AccountSettingsInformation. # noqa: E501 10979 10980 Metadata that indicates whether the `enableSendToManage` property is editable. # noqa: E501 10981 10982 :return: The enable_send_to_manage_metadata of this AccountSettingsInformation. # noqa: E501 10983 :rtype: SettingsMetadata 10984 """ 10985 return self._enable_send_to_manage_metadata 10986 10987 @enable_send_to_manage_metadata.setter 10988 def enable_send_to_manage_metadata(self, enable_send_to_manage_metadata): 10989 """Sets the enable_send_to_manage_metadata of this AccountSettingsInformation. 10990 10991 Metadata that indicates whether the `enableSendToManage` property is editable. # noqa: E501 10992 10993 :param enable_send_to_manage_metadata: The enable_send_to_manage_metadata of this AccountSettingsInformation. # noqa: E501 10994 :type: SettingsMetadata 10995 """ 10996 10997 self._enable_send_to_manage_metadata = enable_send_to_manage_metadata 10998 10999 @property 11000 def enable_sequential_signing_api(self): 11001 """Gets the enable_sequential_signing_api of this AccountSettingsInformation. # noqa: E501 11002 11003 # noqa: E501 11004 11005 :return: The enable_sequential_signing_api of this AccountSettingsInformation. # noqa: E501 11006 :rtype: str 11007 """ 11008 return self._enable_sequential_signing_api 11009 11010 @enable_sequential_signing_api.setter 11011 def enable_sequential_signing_api(self, enable_sequential_signing_api): 11012 """Sets the enable_sequential_signing_api of this AccountSettingsInformation. 11013 11014 # noqa: E501 11015 11016 :param enable_sequential_signing_api: The enable_sequential_signing_api of this AccountSettingsInformation. # noqa: E501 11017 :type: str 11018 """ 11019 11020 self._enable_sequential_signing_api = enable_sequential_signing_api 11021 11022 @property 11023 def enable_sequential_signing_api_metadata(self): 11024 """Gets the enable_sequential_signing_api_metadata of this AccountSettingsInformation. # noqa: E501 11025 11026 Metadata that indicates whether the `enableSequentialSigningAPI` property is editable. # noqa: E501 11027 11028 :return: The enable_sequential_signing_api_metadata of this AccountSettingsInformation. # noqa: E501 11029 :rtype: SettingsMetadata 11030 """ 11031 return self._enable_sequential_signing_api_metadata 11032 11033 @enable_sequential_signing_api_metadata.setter 11034 def enable_sequential_signing_api_metadata(self, enable_sequential_signing_api_metadata): 11035 """Sets the enable_sequential_signing_api_metadata of this AccountSettingsInformation. 11036 11037 Metadata that indicates whether the `enableSequentialSigningAPI` property is editable. # noqa: E501 11038 11039 :param enable_sequential_signing_api_metadata: The enable_sequential_signing_api_metadata of this AccountSettingsInformation. # noqa: E501 11040 :type: SettingsMetadata 11041 """ 11042 11043 self._enable_sequential_signing_api_metadata = enable_sequential_signing_api_metadata 11044 11045 @property 11046 def enable_sequential_signing_ui(self): 11047 """Gets the enable_sequential_signing_ui of this AccountSettingsInformation. # noqa: E501 11048 11049 # noqa: E501 11050 11051 :return: The enable_sequential_signing_ui of this AccountSettingsInformation. # noqa: E501 11052 :rtype: str 11053 """ 11054 return self._enable_sequential_signing_ui 11055 11056 @enable_sequential_signing_ui.setter 11057 def enable_sequential_signing_ui(self, enable_sequential_signing_ui): 11058 """Sets the enable_sequential_signing_ui of this AccountSettingsInformation. 11059 11060 # noqa: E501 11061 11062 :param enable_sequential_signing_ui: The enable_sequential_signing_ui of this AccountSettingsInformation. # noqa: E501 11063 :type: str 11064 """ 11065 11066 self._enable_sequential_signing_ui = enable_sequential_signing_ui 11067 11068 @property 11069 def enable_sequential_signing_ui_metadata(self): 11070 """Gets the enable_sequential_signing_ui_metadata of this AccountSettingsInformation. # noqa: E501 11071 11072 Metadata that indicates whether the `enableSequentialSigningUI` property is editable. # noqa: E501 11073 11074 :return: The enable_sequential_signing_ui_metadata of this AccountSettingsInformation. # noqa: E501 11075 :rtype: SettingsMetadata 11076 """ 11077 return self._enable_sequential_signing_ui_metadata 11078 11079 @enable_sequential_signing_ui_metadata.setter 11080 def enable_sequential_signing_ui_metadata(self, enable_sequential_signing_ui_metadata): 11081 """Sets the enable_sequential_signing_ui_metadata of this AccountSettingsInformation. 11082 11083 Metadata that indicates whether the `enableSequentialSigningUI` property is editable. # noqa: E501 11084 11085 :param enable_sequential_signing_ui_metadata: The enable_sequential_signing_ui_metadata of this AccountSettingsInformation. # noqa: E501 11086 :type: SettingsMetadata 11087 """ 11088 11089 self._enable_sequential_signing_ui_metadata = enable_sequential_signing_ui_metadata 11090 11091 @property 11092 def enable_signer_attachments(self): 11093 """Gets the enable_signer_attachments of this AccountSettingsInformation. # noqa: E501 11094 11095 # noqa: E501 11096 11097 :return: The enable_signer_attachments of this AccountSettingsInformation. # noqa: E501 11098 :rtype: str 11099 """ 11100 return self._enable_signer_attachments 11101 11102 @enable_signer_attachments.setter 11103 def enable_signer_attachments(self, enable_signer_attachments): 11104 """Sets the enable_signer_attachments of this AccountSettingsInformation. 11105 11106 # noqa: E501 11107 11108 :param enable_signer_attachments: The enable_signer_attachments of this AccountSettingsInformation. # noqa: E501 11109 :type: str 11110 """ 11111 11112 self._enable_signer_attachments = enable_signer_attachments 11113 11114 @property 11115 def enable_signer_attachments_metadata(self): 11116 """Gets the enable_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 11117 11118 Metadata that indicates whether the `enableSignerAttachments` property is editable. # noqa: E501 11119 11120 :return: The enable_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 11121 :rtype: SettingsMetadata 11122 """ 11123 return self._enable_signer_attachments_metadata 11124 11125 @enable_signer_attachments_metadata.setter 11126 def enable_signer_attachments_metadata(self, enable_signer_attachments_metadata): 11127 """Sets the enable_signer_attachments_metadata of this AccountSettingsInformation. 11128 11129 Metadata that indicates whether the `enableSignerAttachments` property is editable. # noqa: E501 11130 11131 :param enable_signer_attachments_metadata: The enable_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 11132 :type: SettingsMetadata 11133 """ 11134 11135 self._enable_signer_attachments_metadata = enable_signer_attachments_metadata 11136 11137 @property 11138 def enable_signing_extension_comments(self): 11139 """Gets the enable_signing_extension_comments of this AccountSettingsInformation. # noqa: E501 11140 11141 # noqa: E501 11142 11143 :return: The enable_signing_extension_comments of this AccountSettingsInformation. # noqa: E501 11144 :rtype: str 11145 """ 11146 return self._enable_signing_extension_comments 11147 11148 @enable_signing_extension_comments.setter 11149 def enable_signing_extension_comments(self, enable_signing_extension_comments): 11150 """Sets the enable_signing_extension_comments of this AccountSettingsInformation. 11151 11152 # noqa: E501 11153 11154 :param enable_signing_extension_comments: The enable_signing_extension_comments of this AccountSettingsInformation. # noqa: E501 11155 :type: str 11156 """ 11157 11158 self._enable_signing_extension_comments = enable_signing_extension_comments 11159 11160 @property 11161 def enable_signing_extension_comments_metadata(self): 11162 """Gets the enable_signing_extension_comments_metadata of this AccountSettingsInformation. # noqa: E501 11163 11164 Metadata that indicates whether the `enableSigningExtensionComments` property is editable. # noqa: E501 11165 11166 :return: The enable_signing_extension_comments_metadata of this AccountSettingsInformation. # noqa: E501 11167 :rtype: SettingsMetadata 11168 """ 11169 return self._enable_signing_extension_comments_metadata 11170 11171 @enable_signing_extension_comments_metadata.setter 11172 def enable_signing_extension_comments_metadata(self, enable_signing_extension_comments_metadata): 11173 """Sets the enable_signing_extension_comments_metadata of this AccountSettingsInformation. 11174 11175 Metadata that indicates whether the `enableSigningExtensionComments` property is editable. # noqa: E501 11176 11177 :param enable_signing_extension_comments_metadata: The enable_signing_extension_comments_metadata of this AccountSettingsInformation. # noqa: E501 11178 :type: SettingsMetadata 11179 """ 11180 11181 self._enable_signing_extension_comments_metadata = enable_signing_extension_comments_metadata 11182 11183 @property 11184 def enable_signing_extension_conversations(self): 11185 """Gets the enable_signing_extension_conversations of this AccountSettingsInformation. # noqa: E501 11186 11187 # noqa: E501 11188 11189 :return: The enable_signing_extension_conversations of this AccountSettingsInformation. # noqa: E501 11190 :rtype: str 11191 """ 11192 return self._enable_signing_extension_conversations 11193 11194 @enable_signing_extension_conversations.setter 11195 def enable_signing_extension_conversations(self, enable_signing_extension_conversations): 11196 """Sets the enable_signing_extension_conversations of this AccountSettingsInformation. 11197 11198 # noqa: E501 11199 11200 :param enable_signing_extension_conversations: The enable_signing_extension_conversations of this AccountSettingsInformation. # noqa: E501 11201 :type: str 11202 """ 11203 11204 self._enable_signing_extension_conversations = enable_signing_extension_conversations 11205 11206 @property 11207 def enable_signing_extension_conversations_metadata(self): 11208 """Gets the enable_signing_extension_conversations_metadata of this AccountSettingsInformation. # noqa: E501 11209 11210 Metadata that indicates whether the `enableSigningExtensionConversations` property is editable. # noqa: E501 11211 11212 :return: The enable_signing_extension_conversations_metadata of this AccountSettingsInformation. # noqa: E501 11213 :rtype: SettingsMetadata 11214 """ 11215 return self._enable_signing_extension_conversations_metadata 11216 11217 @enable_signing_extension_conversations_metadata.setter 11218 def enable_signing_extension_conversations_metadata(self, enable_signing_extension_conversations_metadata): 11219 """Sets the enable_signing_extension_conversations_metadata of this AccountSettingsInformation. 11220 11221 Metadata that indicates whether the `enableSigningExtensionConversations` property is editable. # noqa: E501 11222 11223 :param enable_signing_extension_conversations_metadata: The enable_signing_extension_conversations_metadata of this AccountSettingsInformation. # noqa: E501 11224 :type: SettingsMetadata 11225 """ 11226 11227 self._enable_signing_extension_conversations_metadata = enable_signing_extension_conversations_metadata 11228 11229 @property 11230 def enable_signing_order_settings_for_account(self): 11231 """Gets the enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501 11232 11233 # noqa: E501 11234 11235 :return: The enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501 11236 :rtype: str 11237 """ 11238 return self._enable_signing_order_settings_for_account 11239 11240 @enable_signing_order_settings_for_account.setter 11241 def enable_signing_order_settings_for_account(self, enable_signing_order_settings_for_account): 11242 """Sets the enable_signing_order_settings_for_account of this AccountSettingsInformation. 11243 11244 # noqa: E501 11245 11246 :param enable_signing_order_settings_for_account: The enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501 11247 :type: str 11248 """ 11249 11250 self._enable_signing_order_settings_for_account = enable_signing_order_settings_for_account 11251 11252 @property 11253 def enable_signing_order_settings_for_account_metadata(self): 11254 """Gets the enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. # noqa: E501 11255 11256 Metadata that indicates whether the `enableSigningOrderSettingsForAccount` property is editable. # noqa: E501 11257 11258 :return: The enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. # noqa: E501 11259 :rtype: SettingsMetadata 11260 """ 11261 return self._enable_signing_order_settings_for_account_metadata 11262 11263 @enable_signing_order_settings_for_account_metadata.setter 11264 def enable_signing_order_settings_for_account_metadata(self, enable_signing_order_settings_for_account_metadata): 11265 """Sets the enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. 11266 11267 Metadata that indicates whether the `enableSigningOrderSettingsForAccount` property is editable. # noqa: E501 11268 11269 :param enable_signing_order_settings_for_account_metadata: The enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. # noqa: E501 11270 :type: SettingsMetadata 11271 """ 11272 11273 self._enable_signing_order_settings_for_account_metadata = enable_signing_order_settings_for_account_metadata 11274 11275 @property 11276 def enable_sign_on_paper(self): 11277 """Gets the enable_sign_on_paper of this AccountSettingsInformation. # noqa: E501 11278 11279 # noqa: E501 11280 11281 :return: The enable_sign_on_paper of this AccountSettingsInformation. # noqa: E501 11282 :rtype: str 11283 """ 11284 return self._enable_sign_on_paper 11285 11286 @enable_sign_on_paper.setter 11287 def enable_sign_on_paper(self, enable_sign_on_paper): 11288 """Sets the enable_sign_on_paper of this AccountSettingsInformation. 11289 11290 # noqa: E501 11291 11292 :param enable_sign_on_paper: The enable_sign_on_paper of this AccountSettingsInformation. # noqa: E501 11293 :type: str 11294 """ 11295 11296 self._enable_sign_on_paper = enable_sign_on_paper 11297 11298 @property 11299 def enable_sign_on_paper_metadata(self): 11300 """Gets the enable_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 11301 11302 Metadata that indicates whether the `enableSignOnPaper` property is editable. # noqa: E501 11303 11304 :return: The enable_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 11305 :rtype: SettingsMetadata 11306 """ 11307 return self._enable_sign_on_paper_metadata 11308 11309 @enable_sign_on_paper_metadata.setter 11310 def enable_sign_on_paper_metadata(self, enable_sign_on_paper_metadata): 11311 """Sets the enable_sign_on_paper_metadata of this AccountSettingsInformation. 11312 11313 Metadata that indicates whether the `enableSignOnPaper` property is editable. # noqa: E501 11314 11315 :param enable_sign_on_paper_metadata: The enable_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 11316 :type: SettingsMetadata 11317 """ 11318 11319 self._enable_sign_on_paper_metadata = enable_sign_on_paper_metadata 11320 11321 @property 11322 def enable_sign_on_paper_override(self): 11323 """Gets the enable_sign_on_paper_override of this AccountSettingsInformation. # noqa: E501 11324 11325 # noqa: E501 11326 11327 :return: The enable_sign_on_paper_override of this AccountSettingsInformation. # noqa: E501 11328 :rtype: str 11329 """ 11330 return self._enable_sign_on_paper_override 11331 11332 @enable_sign_on_paper_override.setter 11333 def enable_sign_on_paper_override(self, enable_sign_on_paper_override): 11334 """Sets the enable_sign_on_paper_override of this AccountSettingsInformation. 11335 11336 # noqa: E501 11337 11338 :param enable_sign_on_paper_override: The enable_sign_on_paper_override of this AccountSettingsInformation. # noqa: E501 11339 :type: str 11340 """ 11341 11342 self._enable_sign_on_paper_override = enable_sign_on_paper_override 11343 11344 @property 11345 def enable_sign_on_paper_override_metadata(self): 11346 """Gets the enable_sign_on_paper_override_metadata of this AccountSettingsInformation. # noqa: E501 11347 11348 Metadata that indicates whether the `enableSignOnPaperOverride` property is editable. # noqa: E501 11349 11350 :return: The enable_sign_on_paper_override_metadata of this AccountSettingsInformation. # noqa: E501 11351 :rtype: SettingsMetadata 11352 """ 11353 return self._enable_sign_on_paper_override_metadata 11354 11355 @enable_sign_on_paper_override_metadata.setter 11356 def enable_sign_on_paper_override_metadata(self, enable_sign_on_paper_override_metadata): 11357 """Sets the enable_sign_on_paper_override_metadata of this AccountSettingsInformation. 11358 11359 Metadata that indicates whether the `enableSignOnPaperOverride` property is editable. # noqa: E501 11360 11361 :param enable_sign_on_paper_override_metadata: The enable_sign_on_paper_override_metadata of this AccountSettingsInformation. # noqa: E501 11362 :type: SettingsMetadata 11363 """ 11364 11365 self._enable_sign_on_paper_override_metadata = enable_sign_on_paper_override_metadata 11366 11367 @property 11368 def enable_sign_with_notary(self): 11369 """Gets the enable_sign_with_notary of this AccountSettingsInformation. # noqa: E501 11370 11371 # noqa: E501 11372 11373 :return: The enable_sign_with_notary of this AccountSettingsInformation. # noqa: E501 11374 :rtype: str 11375 """ 11376 return self._enable_sign_with_notary 11377 11378 @enable_sign_with_notary.setter 11379 def enable_sign_with_notary(self, enable_sign_with_notary): 11380 """Sets the enable_sign_with_notary of this AccountSettingsInformation. 11381 11382 # noqa: E501 11383 11384 :param enable_sign_with_notary: The enable_sign_with_notary of this AccountSettingsInformation. # noqa: E501 11385 :type: str 11386 """ 11387 11388 self._enable_sign_with_notary = enable_sign_with_notary 11389 11390 @property 11391 def enable_sign_with_notary_metadata(self): 11392 """Gets the enable_sign_with_notary_metadata of this AccountSettingsInformation. # noqa: E501 11393 11394 Metadata that indicates whether the `enableSignWithNotary` property is editable. # noqa: E501 11395 11396 :return: The enable_sign_with_notary_metadata of this AccountSettingsInformation. # noqa: E501 11397 :rtype: SettingsMetadata 11398 """ 11399 return self._enable_sign_with_notary_metadata 11400 11401 @enable_sign_with_notary_metadata.setter 11402 def enable_sign_with_notary_metadata(self, enable_sign_with_notary_metadata): 11403 """Sets the enable_sign_with_notary_metadata of this AccountSettingsInformation. 11404 11405 Metadata that indicates whether the `enableSignWithNotary` property is editable. # noqa: E501 11406 11407 :param enable_sign_with_notary_metadata: The enable_sign_with_notary_metadata of this AccountSettingsInformation. # noqa: E501 11408 :type: SettingsMetadata 11409 """ 11410 11411 self._enable_sign_with_notary_metadata = enable_sign_with_notary_metadata 11412 11413 @property 11414 def enable_smart_contracts(self): 11415 """Gets the enable_smart_contracts of this AccountSettingsInformation. # noqa: E501 11416 11417 # noqa: E501 11418 11419 :return: The enable_smart_contracts of this AccountSettingsInformation. # noqa: E501 11420 :rtype: str 11421 """ 11422 return self._enable_smart_contracts 11423 11424 @enable_smart_contracts.setter 11425 def enable_smart_contracts(self, enable_smart_contracts): 11426 """Sets the enable_smart_contracts of this AccountSettingsInformation. 11427 11428 # noqa: E501 11429 11430 :param enable_smart_contracts: The enable_smart_contracts of this AccountSettingsInformation. # noqa: E501 11431 :type: str 11432 """ 11433 11434 self._enable_smart_contracts = enable_smart_contracts 11435 11436 @property 11437 def enable_smart_contracts_metadata(self): 11438 """Gets the enable_smart_contracts_metadata of this AccountSettingsInformation. # noqa: E501 11439 11440 Metadata that indicates whether the `enableSmartContracts` property is editable. # noqa: E501 11441 11442 :return: The enable_smart_contracts_metadata of this AccountSettingsInformation. # noqa: E501 11443 :rtype: SettingsMetadata 11444 """ 11445 return self._enable_smart_contracts_metadata 11446 11447 @enable_smart_contracts_metadata.setter 11448 def enable_smart_contracts_metadata(self, enable_smart_contracts_metadata): 11449 """Sets the enable_smart_contracts_metadata of this AccountSettingsInformation. 11450 11451 Metadata that indicates whether the `enableSmartContracts` property is editable. # noqa: E501 11452 11453 :param enable_smart_contracts_metadata: The enable_smart_contracts_metadata of this AccountSettingsInformation. # noqa: E501 11454 :type: SettingsMetadata 11455 """ 11456 11457 self._enable_smart_contracts_metadata = enable_smart_contracts_metadata 11458 11459 @property 11460 def enable_sms_authentication(self): 11461 """Gets the enable_sms_authentication of this AccountSettingsInformation. # noqa: E501 11462 11463 # noqa: E501 11464 11465 :return: The enable_sms_authentication of this AccountSettingsInformation. # noqa: E501 11466 :rtype: str 11467 """ 11468 return self._enable_sms_authentication 11469 11470 @enable_sms_authentication.setter 11471 def enable_sms_authentication(self, enable_sms_authentication): 11472 """Sets the enable_sms_authentication of this AccountSettingsInformation. 11473 11474 # noqa: E501 11475 11476 :param enable_sms_authentication: The enable_sms_authentication of this AccountSettingsInformation. # noqa: E501 11477 :type: str 11478 """ 11479 11480 self._enable_sms_authentication = enable_sms_authentication 11481 11482 @property 11483 def enable_sms_authentication_metadata(self): 11484 """Gets the enable_sms_authentication_metadata of this AccountSettingsInformation. # noqa: E501 11485 11486 Metadata that indicates whether the `enableSMSAuthentication` property is editable. # noqa: E501 11487 11488 :return: The enable_sms_authentication_metadata of this AccountSettingsInformation. # noqa: E501 11489 :rtype: SettingsMetadata 11490 """ 11491 return self._enable_sms_authentication_metadata 11492 11493 @enable_sms_authentication_metadata.setter 11494 def enable_sms_authentication_metadata(self, enable_sms_authentication_metadata): 11495 """Sets the enable_sms_authentication_metadata of this AccountSettingsInformation. 11496 11497 Metadata that indicates whether the `enableSMSAuthentication` property is editable. # noqa: E501 11498 11499 :param enable_sms_authentication_metadata: The enable_sms_authentication_metadata of this AccountSettingsInformation. # noqa: E501 11500 :type: SettingsMetadata 11501 """ 11502 11503 self._enable_sms_authentication_metadata = enable_sms_authentication_metadata 11504 11505 @property 11506 def enable_sms_delivery_additional_notification(self): 11507 """Gets the enable_sms_delivery_additional_notification of this AccountSettingsInformation. # noqa: E501 11508 11509 # noqa: E501 11510 11511 :return: The enable_sms_delivery_additional_notification of this AccountSettingsInformation. # noqa: E501 11512 :rtype: str 11513 """ 11514 return self._enable_sms_delivery_additional_notification 11515 11516 @enable_sms_delivery_additional_notification.setter 11517 def enable_sms_delivery_additional_notification(self, enable_sms_delivery_additional_notification): 11518 """Sets the enable_sms_delivery_additional_notification of this AccountSettingsInformation. 11519 11520 # noqa: E501 11521 11522 :param enable_sms_delivery_additional_notification: The enable_sms_delivery_additional_notification of this AccountSettingsInformation. # noqa: E501 11523 :type: str 11524 """ 11525 11526 self._enable_sms_delivery_additional_notification = enable_sms_delivery_additional_notification 11527 11528 @property 11529 def enable_sms_delivery_additional_notification_metadata(self): 11530 """Gets the enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. # noqa: E501 11531 11532 # noqa: E501 11533 11534 :return: The enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. # noqa: E501 11535 :rtype: SettingsMetadata 11536 """ 11537 return self._enable_sms_delivery_additional_notification_metadata 11538 11539 @enable_sms_delivery_additional_notification_metadata.setter 11540 def enable_sms_delivery_additional_notification_metadata(self, enable_sms_delivery_additional_notification_metadata): 11541 """Sets the enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. 11542 11543 # noqa: E501 11544 11545 :param enable_sms_delivery_additional_notification_metadata: The enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. # noqa: E501 11546 :type: SettingsMetadata 11547 """ 11548 11549 self._enable_sms_delivery_additional_notification_metadata = enable_sms_delivery_additional_notification_metadata 11550 11551 @property 11552 def enable_sms_delivery_primary(self): 11553 """Gets the enable_sms_delivery_primary of this AccountSettingsInformation. # noqa: E501 11554 11555 # noqa: E501 11556 11557 :return: The enable_sms_delivery_primary of this AccountSettingsInformation. # noqa: E501 11558 :rtype: str 11559 """ 11560 return self._enable_sms_delivery_primary 11561 11562 @enable_sms_delivery_primary.setter 11563 def enable_sms_delivery_primary(self, enable_sms_delivery_primary): 11564 """Sets the enable_sms_delivery_primary of this AccountSettingsInformation. 11565 11566 # noqa: E501 11567 11568 :param enable_sms_delivery_primary: The enable_sms_delivery_primary of this AccountSettingsInformation. # noqa: E501 11569 :type: str 11570 """ 11571 11572 self._enable_sms_delivery_primary = enable_sms_delivery_primary 11573 11574 @property 11575 def enable_social_id_login(self): 11576 """Gets the enable_social_id_login of this AccountSettingsInformation. # noqa: E501 11577 11578 # noqa: E501 11579 11580 :return: The enable_social_id_login of this AccountSettingsInformation. # noqa: E501 11581 :rtype: str 11582 """ 11583 return self._enable_social_id_login 11584 11585 @enable_social_id_login.setter 11586 def enable_social_id_login(self, enable_social_id_login): 11587 """Sets the enable_social_id_login of this AccountSettingsInformation. 11588 11589 # noqa: E501 11590 11591 :param enable_social_id_login: The enable_social_id_login of this AccountSettingsInformation. # noqa: E501 11592 :type: str 11593 """ 11594 11595 self._enable_social_id_login = enable_social_id_login 11596 11597 @property 11598 def enable_social_id_login_metadata(self): 11599 """Gets the enable_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 11600 11601 Deprecated. # noqa: E501 11602 11603 :return: The enable_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 11604 :rtype: SettingsMetadata 11605 """ 11606 return self._enable_social_id_login_metadata 11607 11608 @enable_social_id_login_metadata.setter 11609 def enable_social_id_login_metadata(self, enable_social_id_login_metadata): 11610 """Sets the enable_social_id_login_metadata of this AccountSettingsInformation. 11611 11612 Deprecated. # noqa: E501 11613 11614 :param enable_social_id_login_metadata: The enable_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 11615 :type: SettingsMetadata 11616 """ 11617 11618 self._enable_social_id_login_metadata = enable_social_id_login_metadata 11619 11620 @property 11621 def enable_strike_through(self): 11622 """Gets the enable_strike_through of this AccountSettingsInformation. # noqa: E501 11623 11624 # noqa: E501 11625 11626 :return: The enable_strike_through of this AccountSettingsInformation. # noqa: E501 11627 :rtype: str 11628 """ 11629 return self._enable_strike_through 11630 11631 @enable_strike_through.setter 11632 def enable_strike_through(self, enable_strike_through): 11633 """Sets the enable_strike_through of this AccountSettingsInformation. 11634 11635 # noqa: E501 11636 11637 :param enable_strike_through: The enable_strike_through of this AccountSettingsInformation. # noqa: E501 11638 :type: str 11639 """ 11640 11641 self._enable_strike_through = enable_strike_through 11642 11643 @property 11644 def enable_strike_through_metadata(self): 11645 """Gets the enable_strike_through_metadata of this AccountSettingsInformation. # noqa: E501 11646 11647 Metadata that indicates whether the `enableStrikeThrough` property is editable. # noqa: E501 11648 11649 :return: The enable_strike_through_metadata of this AccountSettingsInformation. # noqa: E501 11650 :rtype: SettingsMetadata 11651 """ 11652 return self._enable_strike_through_metadata 11653 11654 @enable_strike_through_metadata.setter 11655 def enable_strike_through_metadata(self, enable_strike_through_metadata): 11656 """Sets the enable_strike_through_metadata of this AccountSettingsInformation. 11657 11658 Metadata that indicates whether the `enableStrikeThrough` property is editable. # noqa: E501 11659 11660 :param enable_strike_through_metadata: The enable_strike_through_metadata of this AccountSettingsInformation. # noqa: E501 11661 :type: SettingsMetadata 11662 """ 11663 11664 self._enable_strike_through_metadata = enable_strike_through_metadata 11665 11666 @property 11667 def enable_transaction_point(self): 11668 """Gets the enable_transaction_point of this AccountSettingsInformation. # noqa: E501 11669 11670 # noqa: E501 11671 11672 :return: The enable_transaction_point of this AccountSettingsInformation. # noqa: E501 11673 :rtype: str 11674 """ 11675 return self._enable_transaction_point 11676 11677 @enable_transaction_point.setter 11678 def enable_transaction_point(self, enable_transaction_point): 11679 """Sets the enable_transaction_point of this AccountSettingsInformation. 11680 11681 # noqa: E501 11682 11683 :param enable_transaction_point: The enable_transaction_point of this AccountSettingsInformation. # noqa: E501 11684 :type: str 11685 """ 11686 11687 self._enable_transaction_point = enable_transaction_point 11688 11689 @property 11690 def enable_transaction_point_metadata(self): 11691 """Gets the enable_transaction_point_metadata of this AccountSettingsInformation. # noqa: E501 11692 11693 Reserved for DocuSign. # noqa: E501 11694 11695 :return: The enable_transaction_point_metadata of this AccountSettingsInformation. # noqa: E501 11696 :rtype: SettingsMetadata 11697 """ 11698 return self._enable_transaction_point_metadata 11699 11700 @enable_transaction_point_metadata.setter 11701 def enable_transaction_point_metadata(self, enable_transaction_point_metadata): 11702 """Sets the enable_transaction_point_metadata of this AccountSettingsInformation. 11703 11704 Reserved for DocuSign. # noqa: E501 11705 11706 :param enable_transaction_point_metadata: The enable_transaction_point_metadata of this AccountSettingsInformation. # noqa: E501 11707 :type: SettingsMetadata 11708 """ 11709 11710 self._enable_transaction_point_metadata = enable_transaction_point_metadata 11711 11712 @property 11713 def enable_vaulting(self): 11714 """Gets the enable_vaulting of this AccountSettingsInformation. # noqa: E501 11715 11716 # noqa: E501 11717 11718 :return: The enable_vaulting of this AccountSettingsInformation. # noqa: E501 11719 :rtype: str 11720 """ 11721 return self._enable_vaulting 11722 11723 @enable_vaulting.setter 11724 def enable_vaulting(self, enable_vaulting): 11725 """Sets the enable_vaulting of this AccountSettingsInformation. 11726 11727 # noqa: E501 11728 11729 :param enable_vaulting: The enable_vaulting of this AccountSettingsInformation. # noqa: E501 11730 :type: str 11731 """ 11732 11733 self._enable_vaulting = enable_vaulting 11734 11735 @property 11736 def enable_vaulting_metadata(self): 11737 """Gets the enable_vaulting_metadata of this AccountSettingsInformation. # noqa: E501 11738 11739 Metadata that indicates whether the `enableVaulting` property is editable. # noqa: E501 11740 11741 :return: The enable_vaulting_metadata of this AccountSettingsInformation. # noqa: E501 11742 :rtype: SettingsMetadata 11743 """ 11744 return self._enable_vaulting_metadata 11745 11746 @enable_vaulting_metadata.setter 11747 def enable_vaulting_metadata(self, enable_vaulting_metadata): 11748 """Sets the enable_vaulting_metadata of this AccountSettingsInformation. 11749 11750 Metadata that indicates whether the `enableVaulting` property is editable. # noqa: E501 11751 11752 :param enable_vaulting_metadata: The enable_vaulting_metadata of this AccountSettingsInformation. # noqa: E501 11753 :type: SettingsMetadata 11754 """ 11755 11756 self._enable_vaulting_metadata = enable_vaulting_metadata 11757 11758 @property 11759 def enable_witnessing(self): 11760 """Gets the enable_witnessing of this AccountSettingsInformation. # noqa: E501 11761 11762 # noqa: E501 11763 11764 :return: The enable_witnessing of this AccountSettingsInformation. # noqa: E501 11765 :rtype: str 11766 """ 11767 return self._enable_witnessing 11768 11769 @enable_witnessing.setter 11770 def enable_witnessing(self, enable_witnessing): 11771 """Sets the enable_witnessing of this AccountSettingsInformation. 11772 11773 # noqa: E501 11774 11775 :param enable_witnessing: The enable_witnessing of this AccountSettingsInformation. # noqa: E501 11776 :type: str 11777 """ 11778 11779 self._enable_witnessing = enable_witnessing 11780 11781 @property 11782 def enable_witnessing_metadata(self): 11783 """Gets the enable_witnessing_metadata of this AccountSettingsInformation. # noqa: E501 11784 11785 Metadata that indicates whether the `enableWitnessing` property is editable. # noqa: E501 11786 11787 :return: The enable_witnessing_metadata of this AccountSettingsInformation. # noqa: E501 11788 :rtype: SettingsMetadata 11789 """ 11790 return self._enable_witnessing_metadata 11791 11792 @enable_witnessing_metadata.setter 11793 def enable_witnessing_metadata(self, enable_witnessing_metadata): 11794 """Sets the enable_witnessing_metadata of this AccountSettingsInformation. 11795 11796 Metadata that indicates whether the `enableWitnessing` property is editable. # noqa: E501 11797 11798 :param enable_witnessing_metadata: The enable_witnessing_metadata of this AccountSettingsInformation. # noqa: E501 11799 :type: SettingsMetadata 11800 """ 11801 11802 self._enable_witnessing_metadata = enable_witnessing_metadata 11803 11804 @property 11805 def enforce_template_name_uniqueness(self): 11806 """Gets the enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501 11807 11808 # noqa: E501 11809 11810 :return: The enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501 11811 :rtype: str 11812 """ 11813 return self._enforce_template_name_uniqueness 11814 11815 @enforce_template_name_uniqueness.setter 11816 def enforce_template_name_uniqueness(self, enforce_template_name_uniqueness): 11817 """Sets the enforce_template_name_uniqueness of this AccountSettingsInformation. 11818 11819 # noqa: E501 11820 11821 :param enforce_template_name_uniqueness: The enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501 11822 :type: str 11823 """ 11824 11825 self._enforce_template_name_uniqueness = enforce_template_name_uniqueness 11826 11827 @property 11828 def enforce_template_name_uniqueness_metadata(self): 11829 """Gets the enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. # noqa: E501 11830 11831 Metadata that indicates whether the `enforceTemplateNameUniqueness` property is editable. # noqa: E501 11832 11833 :return: The enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. # noqa: E501 11834 :rtype: SettingsMetadata 11835 """ 11836 return self._enforce_template_name_uniqueness_metadata 11837 11838 @enforce_template_name_uniqueness_metadata.setter 11839 def enforce_template_name_uniqueness_metadata(self, enforce_template_name_uniqueness_metadata): 11840 """Sets the enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. 11841 11842 Metadata that indicates whether the `enforceTemplateNameUniqueness` property is editable. # noqa: E501 11843 11844 :param enforce_template_name_uniqueness_metadata: The enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. # noqa: E501 11845 :type: SettingsMetadata 11846 """ 11847 11848 self._enforce_template_name_uniqueness_metadata = enforce_template_name_uniqueness_metadata 11849 11850 @property 11851 def envelope_integration_allowed(self): 11852 """Gets the envelope_integration_allowed of this AccountSettingsInformation. # noqa: E501 11853 11854 # noqa: E501 11855 11856 :return: The envelope_integration_allowed of this AccountSettingsInformation. # noqa: E501 11857 :rtype: str 11858 """ 11859 return self._envelope_integration_allowed 11860 11861 @envelope_integration_allowed.setter 11862 def envelope_integration_allowed(self, envelope_integration_allowed): 11863 """Sets the envelope_integration_allowed of this AccountSettingsInformation. 11864 11865 # noqa: E501 11866 11867 :param envelope_integration_allowed: The envelope_integration_allowed of this AccountSettingsInformation. # noqa: E501 11868 :type: str 11869 """ 11870 11871 self._envelope_integration_allowed = envelope_integration_allowed 11872 11873 @property 11874 def envelope_integration_allowed_metadata(self): 11875 """Gets the envelope_integration_allowed_metadata of this AccountSettingsInformation. # noqa: E501 11876 11877 Metadata that indicates whether the `envelopeIntegrationAllowed` property is editable. # noqa: E501 11878 11879 :return: The envelope_integration_allowed_metadata of this AccountSettingsInformation. # noqa: E501 11880 :rtype: SettingsMetadata 11881 """ 11882 return self._envelope_integration_allowed_metadata 11883 11884 @envelope_integration_allowed_metadata.setter 11885 def envelope_integration_allowed_metadata(self, envelope_integration_allowed_metadata): 11886 """Sets the envelope_integration_allowed_metadata of this AccountSettingsInformation. 11887 11888 Metadata that indicates whether the `envelopeIntegrationAllowed` property is editable. # noqa: E501 11889 11890 :param envelope_integration_allowed_metadata: The envelope_integration_allowed_metadata of this AccountSettingsInformation. # noqa: E501 11891 :type: SettingsMetadata 11892 """ 11893 11894 self._envelope_integration_allowed_metadata = envelope_integration_allowed_metadata 11895 11896 @property 11897 def envelope_integration_enabled(self): 11898 """Gets the envelope_integration_enabled of this AccountSettingsInformation. # noqa: E501 11899 11900 # noqa: E501 11901 11902 :return: The envelope_integration_enabled of this AccountSettingsInformation. # noqa: E501 11903 :rtype: str 11904 """ 11905 return self._envelope_integration_enabled 11906 11907 @envelope_integration_enabled.setter 11908 def envelope_integration_enabled(self, envelope_integration_enabled): 11909 """Sets the envelope_integration_enabled of this AccountSettingsInformation. 11910 11911 # noqa: E501 11912 11913 :param envelope_integration_enabled: The envelope_integration_enabled of this AccountSettingsInformation. # noqa: E501 11914 :type: str 11915 """ 11916 11917 self._envelope_integration_enabled = envelope_integration_enabled 11918 11919 @property 11920 def envelope_integration_enabled_metadata(self): 11921 """Gets the envelope_integration_enabled_metadata of this AccountSettingsInformation. # noqa: E501 11922 11923 Metadata that indicates whether the `envelopeIntegrationEnabled` property is editable. # noqa: E501 11924 11925 :return: The envelope_integration_enabled_metadata of this AccountSettingsInformation. # noqa: E501 11926 :rtype: SettingsMetadata 11927 """ 11928 return self._envelope_integration_enabled_metadata 11929 11930 @envelope_integration_enabled_metadata.setter 11931 def envelope_integration_enabled_metadata(self, envelope_integration_enabled_metadata): 11932 """Sets the envelope_integration_enabled_metadata of this AccountSettingsInformation. 11933 11934 Metadata that indicates whether the `envelopeIntegrationEnabled` property is editable. # noqa: E501 11935 11936 :param envelope_integration_enabled_metadata: The envelope_integration_enabled_metadata of this AccountSettingsInformation. # noqa: E501 11937 :type: SettingsMetadata 11938 """ 11939 11940 self._envelope_integration_enabled_metadata = envelope_integration_enabled_metadata 11941 11942 @property 11943 def envelope_limits_total_document_size_allowed_in_mb(self): 11944 """Gets the envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. # noqa: E501 11945 11946 # noqa: E501 11947 11948 :return: The envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. # noqa: E501 11949 :rtype: str 11950 """ 11951 return self._envelope_limits_total_document_size_allowed_in_mb 11952 11953 @envelope_limits_total_document_size_allowed_in_mb.setter 11954 def envelope_limits_total_document_size_allowed_in_mb(self, envelope_limits_total_document_size_allowed_in_mb): 11955 """Sets the envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. 11956 11957 # noqa: E501 11958 11959 :param envelope_limits_total_document_size_allowed_in_mb: The envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. # noqa: E501 11960 :type: str 11961 """ 11962 11963 self._envelope_limits_total_document_size_allowed_in_mb = envelope_limits_total_document_size_allowed_in_mb 11964 11965 @property 11966 def envelope_limits_total_document_size_allowed_in_mb_enabled(self): 11967 """Gets the envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. # noqa: E501 11968 11969 # noqa: E501 11970 11971 :return: The envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. # noqa: E501 11972 :rtype: str 11973 """ 11974 return self._envelope_limits_total_document_size_allowed_in_mb_enabled 11975 11976 @envelope_limits_total_document_size_allowed_in_mb_enabled.setter 11977 def envelope_limits_total_document_size_allowed_in_mb_enabled(self, envelope_limits_total_document_size_allowed_in_mb_enabled): 11978 """Sets the envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. 11979 11980 # noqa: E501 11981 11982 :param envelope_limits_total_document_size_allowed_in_mb_enabled: The envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. # noqa: E501 11983 :type: str 11984 """ 11985 11986 self._envelope_limits_total_document_size_allowed_in_mb_enabled = envelope_limits_total_document_size_allowed_in_mb_enabled 11987 11988 @property 11989 def envelope_limits_total_document_size_allowed_in_mb_enabled_metadata(self): 11990 """Gets the envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. # noqa: E501 11991 11992 11993 :return: The envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. # noqa: E501 11994 :rtype: SettingsMetadata 11995 """ 11996 return self._envelope_limits_total_document_size_allowed_in_mb_enabled_metadata 11997 11998 @envelope_limits_total_document_size_allowed_in_mb_enabled_metadata.setter 11999 def envelope_limits_total_document_size_allowed_in_mb_enabled_metadata(self, envelope_limits_total_document_size_allowed_in_mb_enabled_metadata): 12000 """Sets the envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. 12001 12002 12003 :param envelope_limits_total_document_size_allowed_in_mb_enabled_metadata: The envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. # noqa: E501 12004 :type: SettingsMetadata 12005 """ 12006 12007 self._envelope_limits_total_document_size_allowed_in_mb_enabled_metadata = envelope_limits_total_document_size_allowed_in_mb_enabled_metadata 12008 12009 @property 12010 def envelope_limits_total_document_size_allowed_in_mb_metadata(self): 12011 """Gets the envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. # noqa: E501 12012 12013 12014 :return: The envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. # noqa: E501 12015 :rtype: SettingsMetadata 12016 """ 12017 return self._envelope_limits_total_document_size_allowed_in_mb_metadata 12018 12019 @envelope_limits_total_document_size_allowed_in_mb_metadata.setter 12020 def envelope_limits_total_document_size_allowed_in_mb_metadata(self, envelope_limits_total_document_size_allowed_in_mb_metadata): 12021 """Sets the envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. 12022 12023 12024 :param envelope_limits_total_document_size_allowed_in_mb_metadata: The envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. # noqa: E501 12025 :type: SettingsMetadata 12026 """ 12027 12028 self._envelope_limits_total_document_size_allowed_in_mb_metadata = envelope_limits_total_document_size_allowed_in_mb_metadata 12029 12030 @property 12031 def envelope_stamping_default_value(self): 12032 """Gets the envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501 12033 12034 # noqa: E501 12035 12036 :return: The envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501 12037 :rtype: str 12038 """ 12039 return self._envelope_stamping_default_value 12040 12041 @envelope_stamping_default_value.setter 12042 def envelope_stamping_default_value(self, envelope_stamping_default_value): 12043 """Sets the envelope_stamping_default_value of this AccountSettingsInformation. 12044 12045 # noqa: E501 12046 12047 :param envelope_stamping_default_value: The envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501 12048 :type: str 12049 """ 12050 12051 self._envelope_stamping_default_value = envelope_stamping_default_value 12052 12053 @property 12054 def envelope_stamping_default_value_metadata(self): 12055 """Gets the envelope_stamping_default_value_metadata of this AccountSettingsInformation. # noqa: E501 12056 12057 Metadata that indicates whether the `envelopeStampingDefaultValue` property is editable. # noqa: E501 12058 12059 :return: The envelope_stamping_default_value_metadata of this AccountSettingsInformation. # noqa: E501 12060 :rtype: SettingsMetadata 12061 """ 12062 return self._envelope_stamping_default_value_metadata 12063 12064 @envelope_stamping_default_value_metadata.setter 12065 def envelope_stamping_default_value_metadata(self, envelope_stamping_default_value_metadata): 12066 """Sets the envelope_stamping_default_value_metadata of this AccountSettingsInformation. 12067 12068 Metadata that indicates whether the `envelopeStampingDefaultValue` property is editable. # noqa: E501 12069 12070 :param envelope_stamping_default_value_metadata: The envelope_stamping_default_value_metadata of this AccountSettingsInformation. # noqa: E501 12071 :type: SettingsMetadata 12072 """ 12073 12074 self._envelope_stamping_default_value_metadata = envelope_stamping_default_value_metadata 12075 12076 @property 12077 def exit_prompt(self): 12078 """Gets the exit_prompt of this AccountSettingsInformation. # noqa: E501 12079 12080 # noqa: E501 12081 12082 :return: The exit_prompt of this AccountSettingsInformation. # noqa: E501 12083 :rtype: str 12084 """ 12085 return self._exit_prompt 12086 12087 @exit_prompt.setter 12088 def exit_prompt(self, exit_prompt): 12089 """Sets the exit_prompt of this AccountSettingsInformation. 12090 12091 # noqa: E501 12092 12093 :param exit_prompt: The exit_prompt of this AccountSettingsInformation. # noqa: E501 12094 :type: str 12095 """ 12096 12097 self._exit_prompt = exit_prompt 12098 12099 @property 12100 def exit_prompt_metadata(self): 12101 """Gets the exit_prompt_metadata of this AccountSettingsInformation. # noqa: E501 12102 12103 # noqa: E501 12104 12105 :return: The exit_prompt_metadata of this AccountSettingsInformation. # noqa: E501 12106 :rtype: SettingsMetadata 12107 """ 12108 return self._exit_prompt_metadata 12109 12110 @exit_prompt_metadata.setter 12111 def exit_prompt_metadata(self, exit_prompt_metadata): 12112 """Sets the exit_prompt_metadata of this AccountSettingsInformation. 12113 12114 # noqa: E501 12115 12116 :param exit_prompt_metadata: The exit_prompt_metadata of this AccountSettingsInformation. # noqa: E501 12117 :type: SettingsMetadata 12118 """ 12119 12120 self._exit_prompt_metadata = exit_prompt_metadata 12121 12122 @property 12123 def express_send(self): 12124 """Gets the express_send of this AccountSettingsInformation. # noqa: E501 12125 12126 # noqa: E501 12127 12128 :return: The express_send of this AccountSettingsInformation. # noqa: E501 12129 :rtype: str 12130 """ 12131 return self._express_send 12132 12133 @express_send.setter 12134 def express_send(self, express_send): 12135 """Sets the express_send of this AccountSettingsInformation. 12136 12137 # noqa: E501 12138 12139 :param express_send: The express_send of this AccountSettingsInformation. # noqa: E501 12140 :type: str 12141 """ 12142 12143 self._express_send = express_send 12144 12145 @property 12146 def express_send_allow_tabs(self): 12147 """Gets the express_send_allow_tabs of this AccountSettingsInformation. # noqa: E501 12148 12149 # noqa: E501 12150 12151 :return: The express_send_allow_tabs of this AccountSettingsInformation. # noqa: E501 12152 :rtype: str 12153 """ 12154 return self._express_send_allow_tabs 12155 12156 @express_send_allow_tabs.setter 12157 def express_send_allow_tabs(self, express_send_allow_tabs): 12158 """Sets the express_send_allow_tabs of this AccountSettingsInformation. 12159 12160 # noqa: E501 12161 12162 :param express_send_allow_tabs: The express_send_allow_tabs of this AccountSettingsInformation. # noqa: E501 12163 :type: str 12164 """ 12165 12166 self._express_send_allow_tabs = express_send_allow_tabs 12167 12168 @property 12169 def express_send_allow_tabs_metadata(self): 12170 """Gets the express_send_allow_tabs_metadata of this AccountSettingsInformation. # noqa: E501 12171 12172 Metadata that indicates whether the `expressSendAllowTabs` property is editable. # noqa: E501 12173 12174 :return: The express_send_allow_tabs_metadata of this AccountSettingsInformation. # noqa: E501 12175 :rtype: SettingsMetadata 12176 """ 12177 return self._express_send_allow_tabs_metadata 12178 12179 @express_send_allow_tabs_metadata.setter 12180 def express_send_allow_tabs_metadata(self, express_send_allow_tabs_metadata): 12181 """Sets the express_send_allow_tabs_metadata of this AccountSettingsInformation. 12182 12183 Metadata that indicates whether the `expressSendAllowTabs` property is editable. # noqa: E501 12184 12185 :param express_send_allow_tabs_metadata: The express_send_allow_tabs_metadata of this AccountSettingsInformation. # noqa: E501 12186 :type: SettingsMetadata 12187 """ 12188 12189 self._express_send_allow_tabs_metadata = express_send_allow_tabs_metadata 12190 12191 @property 12192 def express_send_metadata(self): 12193 """Gets the express_send_metadata of this AccountSettingsInformation. # noqa: E501 12194 12195 Metadata that indicates whether the `expressSend` property is editable. # noqa: E501 12196 12197 :return: The express_send_metadata of this AccountSettingsInformation. # noqa: E501 12198 :rtype: SettingsMetadata 12199 """ 12200 return self._express_send_metadata 12201 12202 @express_send_metadata.setter 12203 def express_send_metadata(self, express_send_metadata): 12204 """Sets the express_send_metadata of this AccountSettingsInformation. 12205 12206 Metadata that indicates whether the `expressSend` property is editable. # noqa: E501 12207 12208 :param express_send_metadata: The express_send_metadata of this AccountSettingsInformation. # noqa: E501 12209 :type: SettingsMetadata 12210 """ 12211 12212 self._express_send_metadata = express_send_metadata 12213 12214 @property 12215 def external_document_sources(self): 12216 """Gets the external_document_sources of this AccountSettingsInformation. # noqa: E501 12217 12218 A list of external document sources such as DropBox and OneDrive. # noqa: E501 12219 12220 :return: The external_document_sources of this AccountSettingsInformation. # noqa: E501 12221 :rtype: ExternalDocumentSources 12222 """ 12223 return self._external_document_sources 12224 12225 @external_document_sources.setter 12226 def external_document_sources(self, external_document_sources): 12227 """Sets the external_document_sources of this AccountSettingsInformation. 12228 12229 A list of external document sources such as DropBox and OneDrive. # noqa: E501 12230 12231 :param external_document_sources: The external_document_sources of this AccountSettingsInformation. # noqa: E501 12232 :type: ExternalDocumentSources 12233 """ 12234 12235 self._external_document_sources = external_document_sources 12236 12237 @property 12238 def external_signature_pad_type(self): 12239 """Gets the external_signature_pad_type of this AccountSettingsInformation. # noqa: E501 12240 12241 # noqa: E501 12242 12243 :return: The external_signature_pad_type of this AccountSettingsInformation. # noqa: E501 12244 :rtype: str 12245 """ 12246 return self._external_signature_pad_type 12247 12248 @external_signature_pad_type.setter 12249 def external_signature_pad_type(self, external_signature_pad_type): 12250 """Sets the external_signature_pad_type of this AccountSettingsInformation. 12251 12252 # noqa: E501 12253 12254 :param external_signature_pad_type: The external_signature_pad_type of this AccountSettingsInformation. # noqa: E501 12255 :type: str 12256 """ 12257 12258 self._external_signature_pad_type = external_signature_pad_type 12259 12260 @property 12261 def external_signature_pad_type_metadata(self): 12262 """Gets the external_signature_pad_type_metadata of this AccountSettingsInformation. # noqa: E501 12263 12264 Metadata that indicates whether the `externalSignaturePadType` property is editable. # noqa: E501 12265 12266 :return: The external_signature_pad_type_metadata of this AccountSettingsInformation. # noqa: E501 12267 :rtype: SettingsMetadata 12268 """ 12269 return self._external_signature_pad_type_metadata 12270 12271 @external_signature_pad_type_metadata.setter 12272 def external_signature_pad_type_metadata(self, external_signature_pad_type_metadata): 12273 """Sets the external_signature_pad_type_metadata of this AccountSettingsInformation. 12274 12275 Metadata that indicates whether the `externalSignaturePadType` property is editable. # noqa: E501 12276 12277 :param external_signature_pad_type_metadata: The external_signature_pad_type_metadata of this AccountSettingsInformation. # noqa: E501 12278 :type: SettingsMetadata 12279 """ 12280 12281 self._external_signature_pad_type_metadata = external_signature_pad_type_metadata 12282 12283 @property 12284 def fax_out_enabled(self): 12285 """Gets the fax_out_enabled of this AccountSettingsInformation. # noqa: E501 12286 12287 # noqa: E501 12288 12289 :return: The fax_out_enabled of this AccountSettingsInformation. # noqa: E501 12290 :rtype: str 12291 """ 12292 return self._fax_out_enabled 12293 12294 @fax_out_enabled.setter 12295 def fax_out_enabled(self, fax_out_enabled): 12296 """Sets the fax_out_enabled of this AccountSettingsInformation. 12297 12298 # noqa: E501 12299 12300 :param fax_out_enabled: The fax_out_enabled of this AccountSettingsInformation. # noqa: E501 12301 :type: str 12302 """ 12303 12304 self._fax_out_enabled = fax_out_enabled 12305 12306 @property 12307 def fax_out_enabled_metadata(self): 12308 """Gets the fax_out_enabled_metadata of this AccountSettingsInformation. # noqa: E501 12309 12310 Metadata that indicates whether the `faxOutEnabled` property is editable. # noqa: E501 12311 12312 :return: The fax_out_enabled_metadata of this AccountSettingsInformation. # noqa: E501 12313 :rtype: SettingsMetadata 12314 """ 12315 return self._fax_out_enabled_metadata 12316 12317 @fax_out_enabled_metadata.setter 12318 def fax_out_enabled_metadata(self, fax_out_enabled_metadata): 12319 """Sets the fax_out_enabled_metadata of this AccountSettingsInformation. 12320 12321 Metadata that indicates whether the `faxOutEnabled` property is editable. # noqa: E501 12322 12323 :param fax_out_enabled_metadata: The fax_out_enabled_metadata of this AccountSettingsInformation. # noqa: E501 12324 :type: SettingsMetadata 12325 """ 12326 12327 self._fax_out_enabled_metadata = fax_out_enabled_metadata 12328 12329 @property 12330 def finish_reminder(self): 12331 """Gets the finish_reminder of this AccountSettingsInformation. # noqa: E501 12332 12333 # noqa: E501 12334 12335 :return: The finish_reminder of this AccountSettingsInformation. # noqa: E501 12336 :rtype: str 12337 """ 12338 return self._finish_reminder 12339 12340 @finish_reminder.setter 12341 def finish_reminder(self, finish_reminder): 12342 """Sets the finish_reminder of this AccountSettingsInformation. 12343 12344 # noqa: E501 12345 12346 :param finish_reminder: The finish_reminder of this AccountSettingsInformation. # noqa: E501 12347 :type: str 12348 """ 12349 12350 self._finish_reminder = finish_reminder 12351 12352 @property 12353 def finish_reminder_metadata(self): 12354 """Gets the finish_reminder_metadata of this AccountSettingsInformation. # noqa: E501 12355 12356 # noqa: E501 12357 12358 :return: The finish_reminder_metadata of this AccountSettingsInformation. # noqa: E501 12359 :rtype: SettingsMetadata 12360 """ 12361 return self._finish_reminder_metadata 12362 12363 @finish_reminder_metadata.setter 12364 def finish_reminder_metadata(self, finish_reminder_metadata): 12365 """Sets the finish_reminder_metadata of this AccountSettingsInformation. 12366 12367 # noqa: E501 12368 12369 :param finish_reminder_metadata: The finish_reminder_metadata of this AccountSettingsInformation. # noqa: E501 12370 :type: SettingsMetadata 12371 """ 12372 12373 self._finish_reminder_metadata = finish_reminder_metadata 12374 12375 @property 12376 def guided_forms_html_allowed(self): 12377 """Gets the guided_forms_html_allowed of this AccountSettingsInformation. # noqa: E501 12378 12379 # noqa: E501 12380 12381 :return: The guided_forms_html_allowed of this AccountSettingsInformation. # noqa: E501 12382 :rtype: str 12383 """ 12384 return self._guided_forms_html_allowed 12385 12386 @guided_forms_html_allowed.setter 12387 def guided_forms_html_allowed(self, guided_forms_html_allowed): 12388 """Sets the guided_forms_html_allowed of this AccountSettingsInformation. 12389 12390 # noqa: E501 12391 12392 :param guided_forms_html_allowed: The guided_forms_html_allowed of this AccountSettingsInformation. # noqa: E501 12393 :type: str 12394 """ 12395 12396 self._guided_forms_html_allowed = guided_forms_html_allowed 12397 12398 @property 12399 def guided_forms_html_allowed_metadata(self): 12400 """Gets the guided_forms_html_allowed_metadata of this AccountSettingsInformation. # noqa: E501 12401 12402 # noqa: E501 12403 12404 :return: The guided_forms_html_allowed_metadata of this AccountSettingsInformation. # noqa: E501 12405 :rtype: SettingsMetadata 12406 """ 12407 return self._guided_forms_html_allowed_metadata 12408 12409 @guided_forms_html_allowed_metadata.setter 12410 def guided_forms_html_allowed_metadata(self, guided_forms_html_allowed_metadata): 12411 """Sets the guided_forms_html_allowed_metadata of this AccountSettingsInformation. 12412 12413 # noqa: E501 12414 12415 :param guided_forms_html_allowed_metadata: The guided_forms_html_allowed_metadata of this AccountSettingsInformation. # noqa: E501 12416 :type: SettingsMetadata 12417 """ 12418 12419 self._guided_forms_html_allowed_metadata = guided_forms_html_allowed_metadata 12420 12421 @property 12422 def has_recipient_connect_claimed_domain(self): 12423 """Gets the has_recipient_connect_claimed_domain of this AccountSettingsInformation. # noqa: E501 12424 12425 # noqa: E501 12426 12427 :return: The has_recipient_connect_claimed_domain of this AccountSettingsInformation. # noqa: E501 12428 :rtype: str 12429 """ 12430 return self._has_recipient_connect_claimed_domain 12431 12432 @has_recipient_connect_claimed_domain.setter 12433 def has_recipient_connect_claimed_domain(self, has_recipient_connect_claimed_domain): 12434 """Sets the has_recipient_connect_claimed_domain of this AccountSettingsInformation. 12435 12436 # noqa: E501 12437 12438 :param has_recipient_connect_claimed_domain: The has_recipient_connect_claimed_domain of this AccountSettingsInformation. # noqa: E501 12439 :type: str 12440 """ 12441 12442 self._has_recipient_connect_claimed_domain = has_recipient_connect_claimed_domain 12443 12444 @property 12445 def hide_account_address_in_co_c(self): 12446 """Gets the hide_account_address_in_co_c of this AccountSettingsInformation. # noqa: E501 12447 12448 # noqa: E501 12449 12450 :return: The hide_account_address_in_co_c of this AccountSettingsInformation. # noqa: E501 12451 :rtype: str 12452 """ 12453 return self._hide_account_address_in_co_c 12454 12455 @hide_account_address_in_co_c.setter 12456 def hide_account_address_in_co_c(self, hide_account_address_in_co_c): 12457 """Sets the hide_account_address_in_co_c of this AccountSettingsInformation. 12458 12459 # noqa: E501 12460 12461 :param hide_account_address_in_co_c: The hide_account_address_in_co_c of this AccountSettingsInformation. # noqa: E501 12462 :type: str 12463 """ 12464 12465 self._hide_account_address_in_co_c = hide_account_address_in_co_c 12466 12467 @property 12468 def hide_account_address_in_co_c_metadata(self): 12469 """Gets the hide_account_address_in_co_c_metadata of this AccountSettingsInformation. # noqa: E501 12470 12471 Metadata that indicates whether the `hideAccountAddressInCoC` property is editable. # noqa: E501 12472 12473 :return: The hide_account_address_in_co_c_metadata of this AccountSettingsInformation. # noqa: E501 12474 :rtype: SettingsMetadata 12475 """ 12476 return self._hide_account_address_in_co_c_metadata 12477 12478 @hide_account_address_in_co_c_metadata.setter 12479 def hide_account_address_in_co_c_metadata(self, hide_account_address_in_co_c_metadata): 12480 """Sets the hide_account_address_in_co_c_metadata of this AccountSettingsInformation. 12481 12482 Metadata that indicates whether the `hideAccountAddressInCoC` property is editable. # noqa: E501 12483 12484 :param hide_account_address_in_co_c_metadata: The hide_account_address_in_co_c_metadata of this AccountSettingsInformation. # noqa: E501 12485 :type: SettingsMetadata 12486 """ 12487 12488 self._hide_account_address_in_co_c_metadata = hide_account_address_in_co_c_metadata 12489 12490 @property 12491 def hide_pricing(self): 12492 """Gets the hide_pricing of this AccountSettingsInformation. # noqa: E501 12493 12494 # noqa: E501 12495 12496 :return: The hide_pricing of this AccountSettingsInformation. # noqa: E501 12497 :rtype: str 12498 """ 12499 return self._hide_pricing 12500 12501 @hide_pricing.setter 12502 def hide_pricing(self, hide_pricing): 12503 """Sets the hide_pricing of this AccountSettingsInformation. 12504 12505 # noqa: E501 12506 12507 :param hide_pricing: The hide_pricing of this AccountSettingsInformation. # noqa: E501 12508 :type: str 12509 """ 12510 12511 self._hide_pricing = hide_pricing 12512 12513 @property 12514 def hide_pricing_metadata(self): 12515 """Gets the hide_pricing_metadata of this AccountSettingsInformation. # noqa: E501 12516 12517 Metadata that indicates whether the `hidePricing` property is editable. # noqa: E501 12518 12519 :return: The hide_pricing_metadata of this AccountSettingsInformation. # noqa: E501 12520 :rtype: SettingsMetadata 12521 """ 12522 return self._hide_pricing_metadata 12523 12524 @hide_pricing_metadata.setter 12525 def hide_pricing_metadata(self, hide_pricing_metadata): 12526 """Sets the hide_pricing_metadata of this AccountSettingsInformation. 12527 12528 Metadata that indicates whether the `hidePricing` property is editable. # noqa: E501 12529 12530 :param hide_pricing_metadata: The hide_pricing_metadata of this AccountSettingsInformation. # noqa: E501 12531 :type: SettingsMetadata 12532 """ 12533 12534 self._hide_pricing_metadata = hide_pricing_metadata 12535 12536 @property 12537 def id_check_configurations(self): 12538 """Gets the id_check_configurations of this AccountSettingsInformation. # noqa: E501 12539 12540 # noqa: E501 12541 12542 :return: The id_check_configurations of this AccountSettingsInformation. # noqa: E501 12543 :rtype: list[IdCheckConfiguration] 12544 """ 12545 return self._id_check_configurations 12546 12547 @id_check_configurations.setter 12548 def id_check_configurations(self, id_check_configurations): 12549 """Sets the id_check_configurations of this AccountSettingsInformation. 12550 12551 # noqa: E501 12552 12553 :param id_check_configurations: The id_check_configurations of this AccountSettingsInformation. # noqa: E501 12554 :type: list[IdCheckConfiguration] 12555 """ 12556 12557 self._id_check_configurations = id_check_configurations 12558 12559 @property 12560 def id_check_expire(self): 12561 """Gets the id_check_expire of this AccountSettingsInformation. # noqa: E501 12562 12563 # noqa: E501 12564 12565 :return: The id_check_expire of this AccountSettingsInformation. # noqa: E501 12566 :rtype: str 12567 """ 12568 return self._id_check_expire 12569 12570 @id_check_expire.setter 12571 def id_check_expire(self, id_check_expire): 12572 """Sets the id_check_expire of this AccountSettingsInformation. 12573 12574 # noqa: E501 12575 12576 :param id_check_expire: The id_check_expire of this AccountSettingsInformation. # noqa: E501 12577 :type: str 12578 """ 12579 12580 self._id_check_expire = id_check_expire 12581 12582 @property 12583 def id_check_expire_days(self): 12584 """Gets the id_check_expire_days of this AccountSettingsInformation. # noqa: E501 12585 12586 # noqa: E501 12587 12588 :return: The id_check_expire_days of this AccountSettingsInformation. # noqa: E501 12589 :rtype: str 12590 """ 12591 return self._id_check_expire_days 12592 12593 @id_check_expire_days.setter 12594 def id_check_expire_days(self, id_check_expire_days): 12595 """Sets the id_check_expire_days of this AccountSettingsInformation. 12596 12597 # noqa: E501 12598 12599 :param id_check_expire_days: The id_check_expire_days of this AccountSettingsInformation. # noqa: E501 12600 :type: str 12601 """ 12602 12603 self._id_check_expire_days = id_check_expire_days 12604 12605 @property 12606 def id_check_expire_days_metadata(self): 12607 """Gets the id_check_expire_days_metadata of this AccountSettingsInformation. # noqa: E501 12608 12609 Metadata that indicates whether the `idCheckExpireDays` property is editable. # noqa: E501 12610 12611 :return: The id_check_expire_days_metadata of this AccountSettingsInformation. # noqa: E501 12612 :rtype: SettingsMetadata 12613 """ 12614 return self._id_check_expire_days_metadata 12615 12616 @id_check_expire_days_metadata.setter 12617 def id_check_expire_days_metadata(self, id_check_expire_days_metadata): 12618 """Sets the id_check_expire_days_metadata of this AccountSettingsInformation. 12619 12620 Metadata that indicates whether the `idCheckExpireDays` property is editable. # noqa: E501 12621 12622 :param id_check_expire_days_metadata: The id_check_expire_days_metadata of this AccountSettingsInformation. # noqa: E501 12623 :type: SettingsMetadata 12624 """ 12625 12626 self._id_check_expire_days_metadata = id_check_expire_days_metadata 12627 12628 @property 12629 def id_check_expire_metadata(self): 12630 """Gets the id_check_expire_metadata of this AccountSettingsInformation. # noqa: E501 12631 12632 Metadata that indicates whether the `idCheckExpire` property is editable. # noqa: E501 12633 12634 :return: The id_check_expire_metadata of this AccountSettingsInformation. # noqa: E501 12635 :rtype: SettingsMetadata 12636 """ 12637 return self._id_check_expire_metadata 12638 12639 @id_check_expire_metadata.setter 12640 def id_check_expire_metadata(self, id_check_expire_metadata): 12641 """Sets the id_check_expire_metadata of this AccountSettingsInformation. 12642 12643 Metadata that indicates whether the `idCheckExpire` property is editable. # noqa: E501 12644 12645 :param id_check_expire_metadata: The id_check_expire_metadata of this AccountSettingsInformation. # noqa: E501 12646 :type: SettingsMetadata 12647 """ 12648 12649 self._id_check_expire_metadata = id_check_expire_metadata 12650 12651 @property 12652 def id_check_expire_minutes(self): 12653 """Gets the id_check_expire_minutes of this AccountSettingsInformation. # noqa: E501 12654 12655 # noqa: E501 12656 12657 :return: The id_check_expire_minutes of this AccountSettingsInformation. # noqa: E501 12658 :rtype: str 12659 """ 12660 return self._id_check_expire_minutes 12661 12662 @id_check_expire_minutes.setter 12663 def id_check_expire_minutes(self, id_check_expire_minutes): 12664 """Sets the id_check_expire_minutes of this AccountSettingsInformation. 12665 12666 # noqa: E501 12667 12668 :param id_check_expire_minutes: The id_check_expire_minutes of this AccountSettingsInformation. # noqa: E501 12669 :type: str 12670 """ 12671 12672 self._id_check_expire_minutes = id_check_expire_minutes 12673 12674 @property 12675 def id_check_expire_minutes_metadata(self): 12676 """Gets the id_check_expire_minutes_metadata of this AccountSettingsInformation. # noqa: E501 12677 12678 Metadata that indicates whether the `idCheckExpireMinutes` property is editable. # noqa: E501 12679 12680 :return: The id_check_expire_minutes_metadata of this AccountSettingsInformation. # noqa: E501 12681 :rtype: SettingsMetadata 12682 """ 12683 return self._id_check_expire_minutes_metadata 12684 12685 @id_check_expire_minutes_metadata.setter 12686 def id_check_expire_minutes_metadata(self, id_check_expire_minutes_metadata): 12687 """Sets the id_check_expire_minutes_metadata of this AccountSettingsInformation. 12688 12689 Metadata that indicates whether the `idCheckExpireMinutes` property is editable. # noqa: E501 12690 12691 :param id_check_expire_minutes_metadata: The id_check_expire_minutes_metadata of this AccountSettingsInformation. # noqa: E501 12692 :type: SettingsMetadata 12693 """ 12694 12695 self._id_check_expire_minutes_metadata = id_check_expire_minutes_metadata 12696 12697 @property 12698 def id_check_required(self): 12699 """Gets the id_check_required of this AccountSettingsInformation. # noqa: E501 12700 12701 # noqa: E501 12702 12703 :return: The id_check_required of this AccountSettingsInformation. # noqa: E501 12704 :rtype: str 12705 """ 12706 return self._id_check_required 12707 12708 @id_check_required.setter 12709 def id_check_required(self, id_check_required): 12710 """Sets the id_check_required of this AccountSettingsInformation. 12711 12712 # noqa: E501 12713 12714 :param id_check_required: The id_check_required of this AccountSettingsInformation. # noqa: E501 12715 :type: str 12716 """ 12717 12718 self._id_check_required = id_check_required 12719 12720 @property 12721 def id_check_required_metadata(self): 12722 """Gets the id_check_required_metadata of this AccountSettingsInformation. # noqa: E501 12723 12724 Metadata that indicates whether the `idCheckRequired` property is editable. # noqa: E501 12725 12726 :return: The id_check_required_metadata of this AccountSettingsInformation. # noqa: E501 12727 :rtype: SettingsMetadata 12728 """ 12729 return self._id_check_required_metadata 12730 12731 @id_check_required_metadata.setter 12732 def id_check_required_metadata(self, id_check_required_metadata): 12733 """Sets the id_check_required_metadata of this AccountSettingsInformation. 12734 12735 Metadata that indicates whether the `idCheckRequired` property is editable. # noqa: E501 12736 12737 :param id_check_required_metadata: The id_check_required_metadata of this AccountSettingsInformation. # noqa: E501 12738 :type: SettingsMetadata 12739 """ 12740 12741 self._id_check_required_metadata = id_check_required_metadata 12742 12743 @property 12744 def identity_verification(self): 12745 """Gets the identity_verification of this AccountSettingsInformation. # noqa: E501 12746 12747 # noqa: E501 12748 12749 :return: The identity_verification of this AccountSettingsInformation. # noqa: E501 12750 :rtype: list[AccountIdentityVerificationWorkflow] 12751 """ 12752 return self._identity_verification 12753 12754 @identity_verification.setter 12755 def identity_verification(self, identity_verification): 12756 """Sets the identity_verification of this AccountSettingsInformation. 12757 12758 # noqa: E501 12759 12760 :param identity_verification: The identity_verification of this AccountSettingsInformation. # noqa: E501 12761 :type: list[AccountIdentityVerificationWorkflow] 12762 """ 12763 12764 self._identity_verification = identity_verification 12765 12766 @property 12767 def identity_verification_metadata(self): 12768 """Gets the identity_verification_metadata of this AccountSettingsInformation. # noqa: E501 12769 12770 Metadata that indicates whether the `identityVerification` property is editable. # noqa: E501 12771 12772 :return: The identity_verification_metadata of this AccountSettingsInformation. # noqa: E501 12773 :rtype: SettingsMetadata 12774 """ 12775 return self._identity_verification_metadata 12776 12777 @identity_verification_metadata.setter 12778 def identity_verification_metadata(self, identity_verification_metadata): 12779 """Sets the identity_verification_metadata of this AccountSettingsInformation. 12780 12781 Metadata that indicates whether the `identityVerification` property is editable. # noqa: E501 12782 12783 :param identity_verification_metadata: The identity_verification_metadata of this AccountSettingsInformation. # noqa: E501 12784 :type: SettingsMetadata 12785 """ 12786 12787 self._identity_verification_metadata = identity_verification_metadata 12788 12789 @property 12790 def idfx_phone_authentication_override(self): 12791 """Gets the idfx_phone_authentication_override of this AccountSettingsInformation. # noqa: E501 12792 12793 # noqa: E501 12794 12795 :return: The idfx_phone_authentication_override of this AccountSettingsInformation. # noqa: E501 12796 :rtype: str 12797 """ 12798 return self._idfx_phone_authentication_override 12799 12800 @idfx_phone_authentication_override.setter 12801 def idfx_phone_authentication_override(self, idfx_phone_authentication_override): 12802 """Sets the idfx_phone_authentication_override of this AccountSettingsInformation. 12803 12804 # noqa: E501 12805 12806 :param idfx_phone_authentication_override: The idfx_phone_authentication_override of this AccountSettingsInformation. # noqa: E501 12807 :type: str 12808 """ 12809 12810 self._idfx_phone_authentication_override = idfx_phone_authentication_override 12811 12812 @property 12813 def idfx_phone_authentication_override_metadata(self): 12814 """Gets the idfx_phone_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 12815 12816 # noqa: E501 12817 12818 :return: The idfx_phone_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 12819 :rtype: SettingsMetadata 12820 """ 12821 return self._idfx_phone_authentication_override_metadata 12822 12823 @idfx_phone_authentication_override_metadata.setter 12824 def idfx_phone_authentication_override_metadata(self, idfx_phone_authentication_override_metadata): 12825 """Sets the idfx_phone_authentication_override_metadata of this AccountSettingsInformation. 12826 12827 # noqa: E501 12828 12829 :param idfx_phone_authentication_override_metadata: The idfx_phone_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 12830 :type: SettingsMetadata 12831 """ 12832 12833 self._idfx_phone_authentication_override_metadata = idfx_phone_authentication_override_metadata 12834 12835 @property 12836 def ignore_error_if_anchor_tab_not_found(self): 12837 """Gets the ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. # noqa: E501 12838 12839 # noqa: E501 12840 12841 :return: The ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. # noqa: E501 12842 :rtype: str 12843 """ 12844 return self._ignore_error_if_anchor_tab_not_found 12845 12846 @ignore_error_if_anchor_tab_not_found.setter 12847 def ignore_error_if_anchor_tab_not_found(self, ignore_error_if_anchor_tab_not_found): 12848 """Sets the ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. 12849 12850 # noqa: E501 12851 12852 :param ignore_error_if_anchor_tab_not_found: The ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. # noqa: E501 12853 :type: str 12854 """ 12855 12856 self._ignore_error_if_anchor_tab_not_found = ignore_error_if_anchor_tab_not_found 12857 12858 @property 12859 def ignore_error_if_anchor_tab_not_found_metadata_enabled(self): 12860 """Gets the ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. # noqa: E501 12861 12862 Reserved for DocuSign. # noqa: E501 12863 12864 :return: The ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. # noqa: E501 12865 :rtype: SettingsMetadata 12866 """ 12867 return self._ignore_error_if_anchor_tab_not_found_metadata_enabled 12868 12869 @ignore_error_if_anchor_tab_not_found_metadata_enabled.setter 12870 def ignore_error_if_anchor_tab_not_found_metadata_enabled(self, ignore_error_if_anchor_tab_not_found_metadata_enabled): 12871 """Sets the ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. 12872 12873 Reserved for DocuSign. # noqa: E501 12874 12875 :param ignore_error_if_anchor_tab_not_found_metadata_enabled: The ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. # noqa: E501 12876 :type: SettingsMetadata 12877 """ 12878 12879 self._ignore_error_if_anchor_tab_not_found_metadata_enabled = ignore_error_if_anchor_tab_not_found_metadata_enabled 12880 12881 @property 12882 def in_person_id_check_question(self): 12883 """Gets the in_person_id_check_question of this AccountSettingsInformation. # noqa: E501 12884 12885 # noqa: E501 12886 12887 :return: The in_person_id_check_question of this AccountSettingsInformation. # noqa: E501 12888 :rtype: str 12889 """ 12890 return self._in_person_id_check_question 12891 12892 @in_person_id_check_question.setter 12893 def in_person_id_check_question(self, in_person_id_check_question): 12894 """Sets the in_person_id_check_question of this AccountSettingsInformation. 12895 12896 # noqa: E501 12897 12898 :param in_person_id_check_question: The in_person_id_check_question of this AccountSettingsInformation. # noqa: E501 12899 :type: str 12900 """ 12901 12902 self._in_person_id_check_question = in_person_id_check_question 12903 12904 @property 12905 def in_person_id_check_question_metadata(self): 12906 """Gets the in_person_id_check_question_metadata of this AccountSettingsInformation. # noqa: E501 12907 12908 Metadata that indicates whether the `inPersonIDCheckQuestion` property is editable. # noqa: E501 12909 12910 :return: The in_person_id_check_question_metadata of this AccountSettingsInformation. # noqa: E501 12911 :rtype: SettingsMetadata 12912 """ 12913 return self._in_person_id_check_question_metadata 12914 12915 @in_person_id_check_question_metadata.setter 12916 def in_person_id_check_question_metadata(self, in_person_id_check_question_metadata): 12917 """Sets the in_person_id_check_question_metadata of this AccountSettingsInformation. 12918 12919 Metadata that indicates whether the `inPersonIDCheckQuestion` property is editable. # noqa: E501 12920 12921 :param in_person_id_check_question_metadata: The in_person_id_check_question_metadata of this AccountSettingsInformation. # noqa: E501 12922 :type: SettingsMetadata 12923 """ 12924 12925 self._in_person_id_check_question_metadata = in_person_id_check_question_metadata 12926 12927 @property 12928 def in_person_signing_enabled(self): 12929 """Gets the in_person_signing_enabled of this AccountSettingsInformation. # noqa: E501 12930 12931 # noqa: E501 12932 12933 :return: The in_person_signing_enabled of this AccountSettingsInformation. # noqa: E501 12934 :rtype: str 12935 """ 12936 return self._in_person_signing_enabled 12937 12938 @in_person_signing_enabled.setter 12939 def in_person_signing_enabled(self, in_person_signing_enabled): 12940 """Sets the in_person_signing_enabled of this AccountSettingsInformation. 12941 12942 # noqa: E501 12943 12944 :param in_person_signing_enabled: The in_person_signing_enabled of this AccountSettingsInformation. # noqa: E501 12945 :type: str 12946 """ 12947 12948 self._in_person_signing_enabled = in_person_signing_enabled 12949 12950 @property 12951 def in_person_signing_enabled_metadata(self): 12952 """Gets the in_person_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 12953 12954 Metadata that indicates whether the `inPersonSigningEnabled` property is editable. # noqa: E501 12955 12956 :return: The in_person_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 12957 :rtype: SettingsMetadata 12958 """ 12959 return self._in_person_signing_enabled_metadata 12960 12961 @in_person_signing_enabled_metadata.setter 12962 def in_person_signing_enabled_metadata(self, in_person_signing_enabled_metadata): 12963 """Sets the in_person_signing_enabled_metadata of this AccountSettingsInformation. 12964 12965 Metadata that indicates whether the `inPersonSigningEnabled` property is editable. # noqa: E501 12966 12967 :param in_person_signing_enabled_metadata: The in_person_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 12968 :type: SettingsMetadata 12969 """ 12970 12971 self._in_person_signing_enabled_metadata = in_person_signing_enabled_metadata 12972 12973 @property 12974 def in_session_enabled(self): 12975 """Gets the in_session_enabled of this AccountSettingsInformation. # noqa: E501 12976 12977 # noqa: E501 12978 12979 :return: The in_session_enabled of this AccountSettingsInformation. # noqa: E501 12980 :rtype: str 12981 """ 12982 return self._in_session_enabled 12983 12984 @in_session_enabled.setter 12985 def in_session_enabled(self, in_session_enabled): 12986 """Sets the in_session_enabled of this AccountSettingsInformation. 12987 12988 # noqa: E501 12989 12990 :param in_session_enabled: The in_session_enabled of this AccountSettingsInformation. # noqa: E501 12991 :type: str 12992 """ 12993 12994 self._in_session_enabled = in_session_enabled 12995 12996 @property 12997 def in_session_enabled_metadata(self): 12998 """Gets the in_session_enabled_metadata of this AccountSettingsInformation. # noqa: E501 12999 13000 Metadata that indicates whether the `inSessionEnabled` property is editable. # noqa: E501 13001 13002 :return: The in_session_enabled_metadata of this AccountSettingsInformation. # noqa: E501 13003 :rtype: SettingsMetadata 13004 """ 13005 return self._in_session_enabled_metadata 13006 13007 @in_session_enabled_metadata.setter 13008 def in_session_enabled_metadata(self, in_session_enabled_metadata): 13009 """Sets the in_session_enabled_metadata of this AccountSettingsInformation. 13010 13011 Metadata that indicates whether the `inSessionEnabled` property is editable. # noqa: E501 13012 13013 :param in_session_enabled_metadata: The in_session_enabled_metadata of this AccountSettingsInformation. # noqa: E501 13014 :type: SettingsMetadata 13015 """ 13016 13017 self._in_session_enabled_metadata = in_session_enabled_metadata 13018 13019 @property 13020 def in_session_suppress_emails(self): 13021 """Gets the in_session_suppress_emails of this AccountSettingsInformation. # noqa: E501 13022 13023 # noqa: E501 13024 13025 :return: The in_session_suppress_emails of this AccountSettingsInformation. # noqa: E501 13026 :rtype: str 13027 """ 13028 return self._in_session_suppress_emails 13029 13030 @in_session_suppress_emails.setter 13031 def in_session_suppress_emails(self, in_session_suppress_emails): 13032 """Sets the in_session_suppress_emails of this AccountSettingsInformation. 13033 13034 # noqa: E501 13035 13036 :param in_session_suppress_emails: The in_session_suppress_emails of this AccountSettingsInformation. # noqa: E501 13037 :type: str 13038 """ 13039 13040 self._in_session_suppress_emails = in_session_suppress_emails 13041 13042 @property 13043 def in_session_suppress_emails_metadata(self): 13044 """Gets the in_session_suppress_emails_metadata of this AccountSettingsInformation. # noqa: E501 13045 13046 Metadata that indicates whether the `inSessionSuppressEmails` property is editable. # noqa: E501 13047 13048 :return: The in_session_suppress_emails_metadata of this AccountSettingsInformation. # noqa: E501 13049 :rtype: SettingsMetadata 13050 """ 13051 return self._in_session_suppress_emails_metadata 13052 13053 @in_session_suppress_emails_metadata.setter 13054 def in_session_suppress_emails_metadata(self, in_session_suppress_emails_metadata): 13055 """Sets the in_session_suppress_emails_metadata of this AccountSettingsInformation. 13056 13057 Metadata that indicates whether the `inSessionSuppressEmails` property is editable. # noqa: E501 13058 13059 :param in_session_suppress_emails_metadata: The in_session_suppress_emails_metadata of this AccountSettingsInformation. # noqa: E501 13060 :type: SettingsMetadata 13061 """ 13062 13063 self._in_session_suppress_emails_metadata = in_session_suppress_emails_metadata 13064 13065 @property 13066 def linked_external_primary_accounts(self): 13067 """Gets the linked_external_primary_accounts of this AccountSettingsInformation. # noqa: E501 13068 13069 # noqa: E501 13070 13071 :return: The linked_external_primary_accounts of this AccountSettingsInformation. # noqa: E501 13072 :rtype: list[LinkedExternalPrimaryAccount] 13073 """ 13074 return self._linked_external_primary_accounts 13075 13076 @linked_external_primary_accounts.setter 13077 def linked_external_primary_accounts(self, linked_external_primary_accounts): 13078 """Sets the linked_external_primary_accounts of this AccountSettingsInformation. 13079 13080 # noqa: E501 13081 13082 :param linked_external_primary_accounts: The linked_external_primary_accounts of this AccountSettingsInformation. # noqa: E501 13083 :type: list[LinkedExternalPrimaryAccount] 13084 """ 13085 13086 self._linked_external_primary_accounts = linked_external_primary_accounts 13087 13088 @property 13089 def maximum_signing_groups(self): 13090 """Gets the maximum_signing_groups of this AccountSettingsInformation. # noqa: E501 13091 13092 # noqa: E501 13093 13094 :return: The maximum_signing_groups of this AccountSettingsInformation. # noqa: E501 13095 :rtype: str 13096 """ 13097 return self._maximum_signing_groups 13098 13099 @maximum_signing_groups.setter 13100 def maximum_signing_groups(self, maximum_signing_groups): 13101 """Sets the maximum_signing_groups of this AccountSettingsInformation. 13102 13103 # noqa: E501 13104 13105 :param maximum_signing_groups: The maximum_signing_groups of this AccountSettingsInformation. # noqa: E501 13106 :type: str 13107 """ 13108 13109 self._maximum_signing_groups = maximum_signing_groups 13110 13111 @property 13112 def maximum_signing_groups_metadata(self): 13113 """Gets the maximum_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 13114 13115 Metadata that indicates whether the `maximumSigningGroups` property is editable. # noqa: E501 13116 13117 :return: The maximum_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 13118 :rtype: SettingsMetadata 13119 """ 13120 return self._maximum_signing_groups_metadata 13121 13122 @maximum_signing_groups_metadata.setter 13123 def maximum_signing_groups_metadata(self, maximum_signing_groups_metadata): 13124 """Sets the maximum_signing_groups_metadata of this AccountSettingsInformation. 13125 13126 Metadata that indicates whether the `maximumSigningGroups` property is editable. # noqa: E501 13127 13128 :param maximum_signing_groups_metadata: The maximum_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 13129 :type: SettingsMetadata 13130 """ 13131 13132 self._maximum_signing_groups_metadata = maximum_signing_groups_metadata 13133 13134 @property 13135 def maximum_users_per_signing_group(self): 13136 """Gets the maximum_users_per_signing_group of this AccountSettingsInformation. # noqa: E501 13137 13138 # noqa: E501 13139 13140 :return: The maximum_users_per_signing_group of this AccountSettingsInformation. # noqa: E501 13141 :rtype: str 13142 """ 13143 return self._maximum_users_per_signing_group 13144 13145 @maximum_users_per_signing_group.setter 13146 def maximum_users_per_signing_group(self, maximum_users_per_signing_group): 13147 """Sets the maximum_users_per_signing_group of this AccountSettingsInformation. 13148 13149 # noqa: E501 13150 13151 :param maximum_users_per_signing_group: The maximum_users_per_signing_group of this AccountSettingsInformation. # noqa: E501 13152 :type: str 13153 """ 13154 13155 self._maximum_users_per_signing_group = maximum_users_per_signing_group 13156 13157 @property 13158 def maximum_users_per_signing_group_metadata(self): 13159 """Gets the maximum_users_per_signing_group_metadata of this AccountSettingsInformation. # noqa: E501 13160 13161 Metadata that indicates whether the `maximumUsersPerSigningGroup` property is editable. # noqa: E501 13162 13163 :return: The maximum_users_per_signing_group_metadata of this AccountSettingsInformation. # noqa: E501 13164 :rtype: SettingsMetadata 13165 """ 13166 return self._maximum_users_per_signing_group_metadata 13167 13168 @maximum_users_per_signing_group_metadata.setter 13169 def maximum_users_per_signing_group_metadata(self, maximum_users_per_signing_group_metadata): 13170 """Sets the maximum_users_per_signing_group_metadata of this AccountSettingsInformation. 13171 13172 Metadata that indicates whether the `maximumUsersPerSigningGroup` property is editable. # noqa: E501 13173 13174 :param maximum_users_per_signing_group_metadata: The maximum_users_per_signing_group_metadata of this AccountSettingsInformation. # noqa: E501 13175 :type: SettingsMetadata 13176 """ 13177 13178 self._maximum_users_per_signing_group_metadata = maximum_users_per_signing_group_metadata 13179 13180 @property 13181 def max_number_of_custom_stamps(self): 13182 """Gets the max_number_of_custom_stamps of this AccountSettingsInformation. # noqa: E501 13183 13184 # noqa: E501 13185 13186 :return: The max_number_of_custom_stamps of this AccountSettingsInformation. # noqa: E501 13187 :rtype: str 13188 """ 13189 return self._max_number_of_custom_stamps 13190 13191 @max_number_of_custom_stamps.setter 13192 def max_number_of_custom_stamps(self, max_number_of_custom_stamps): 13193 """Sets the max_number_of_custom_stamps of this AccountSettingsInformation. 13194 13195 # noqa: E501 13196 13197 :param max_number_of_custom_stamps: The max_number_of_custom_stamps of this AccountSettingsInformation. # noqa: E501 13198 :type: str 13199 """ 13200 13201 self._max_number_of_custom_stamps = max_number_of_custom_stamps 13202 13203 @property 13204 def mobile_session_timeout(self): 13205 """Gets the mobile_session_timeout of this AccountSettingsInformation. # noqa: E501 13206 13207 # noqa: E501 13208 13209 :return: The mobile_session_timeout of this AccountSettingsInformation. # noqa: E501 13210 :rtype: str 13211 """ 13212 return self._mobile_session_timeout 13213 13214 @mobile_session_timeout.setter 13215 def mobile_session_timeout(self, mobile_session_timeout): 13216 """Sets the mobile_session_timeout of this AccountSettingsInformation. 13217 13218 # noqa: E501 13219 13220 :param mobile_session_timeout: The mobile_session_timeout of this AccountSettingsInformation. # noqa: E501 13221 :type: str 13222 """ 13223 13224 self._mobile_session_timeout = mobile_session_timeout 13225 13226 @property 13227 def mobile_session_timeout_metadata(self): 13228 """Gets the mobile_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 13229 13230 Metadata that indicates whether the `mobileSessionTimeout` property is editable. # noqa: E501 13231 13232 :return: The mobile_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 13233 :rtype: SettingsMetadata 13234 """ 13235 return self._mobile_session_timeout_metadata 13236 13237 @mobile_session_timeout_metadata.setter 13238 def mobile_session_timeout_metadata(self, mobile_session_timeout_metadata): 13239 """Sets the mobile_session_timeout_metadata of this AccountSettingsInformation. 13240 13241 Metadata that indicates whether the `mobileSessionTimeout` property is editable. # noqa: E501 13242 13243 :param mobile_session_timeout_metadata: The mobile_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 13244 :type: SettingsMetadata 13245 """ 13246 13247 self._mobile_session_timeout_metadata = mobile_session_timeout_metadata 13248 13249 @property 13250 def number_of_active_custom_stamps(self): 13251 """Gets the number_of_active_custom_stamps of this AccountSettingsInformation. # noqa: E501 13252 13253 # noqa: E501 13254 13255 :return: The number_of_active_custom_stamps of this AccountSettingsInformation. # noqa: E501 13256 :rtype: str 13257 """ 13258 return self._number_of_active_custom_stamps 13259 13260 @number_of_active_custom_stamps.setter 13261 def number_of_active_custom_stamps(self, number_of_active_custom_stamps): 13262 """Sets the number_of_active_custom_stamps of this AccountSettingsInformation. 13263 13264 # noqa: E501 13265 13266 :param number_of_active_custom_stamps: The number_of_active_custom_stamps of this AccountSettingsInformation. # noqa: E501 13267 :type: str 13268 """ 13269 13270 self._number_of_active_custom_stamps = number_of_active_custom_stamps 13271 13272 @property 13273 def opt_in_mobile_signing_v02(self): 13274 """Gets the opt_in_mobile_signing_v02 of this AccountSettingsInformation. # noqa: E501 13275 13276 # noqa: E501 13277 13278 :return: The opt_in_mobile_signing_v02 of this AccountSettingsInformation. # noqa: E501 13279 :rtype: str 13280 """ 13281 return self._opt_in_mobile_signing_v02 13282 13283 @opt_in_mobile_signing_v02.setter 13284 def opt_in_mobile_signing_v02(self, opt_in_mobile_signing_v02): 13285 """Sets the opt_in_mobile_signing_v02 of this AccountSettingsInformation. 13286 13287 # noqa: E501 13288 13289 :param opt_in_mobile_signing_v02: The opt_in_mobile_signing_v02 of this AccountSettingsInformation. # noqa: E501 13290 :type: str 13291 """ 13292 13293 self._opt_in_mobile_signing_v02 = opt_in_mobile_signing_v02 13294 13295 @property 13296 def opt_in_mobile_signing_v02_metadata(self): 13297 """Gets the opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. # noqa: E501 13298 13299 Metadata that indicates whether the `optInMobileSigningV02` property is editable. # noqa: E501 13300 13301 :return: The opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. # noqa: E501 13302 :rtype: SettingsMetadata 13303 """ 13304 return self._opt_in_mobile_signing_v02_metadata 13305 13306 @opt_in_mobile_signing_v02_metadata.setter 13307 def opt_in_mobile_signing_v02_metadata(self, opt_in_mobile_signing_v02_metadata): 13308 """Sets the opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. 13309 13310 Metadata that indicates whether the `optInMobileSigningV02` property is editable. # noqa: E501 13311 13312 :param opt_in_mobile_signing_v02_metadata: The opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. # noqa: E501 13313 :type: SettingsMetadata 13314 """ 13315 13316 self._opt_in_mobile_signing_v02_metadata = opt_in_mobile_signing_v02_metadata 13317 13318 @property 13319 def opt_out_auto_nav_text_and_tab_color_updates(self): 13320 """Gets the opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. # noqa: E501 13321 13322 # noqa: E501 13323 13324 :return: The opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. # noqa: E501 13325 :rtype: str 13326 """ 13327 return self._opt_out_auto_nav_text_and_tab_color_updates 13328 13329 @opt_out_auto_nav_text_and_tab_color_updates.setter 13330 def opt_out_auto_nav_text_and_tab_color_updates(self, opt_out_auto_nav_text_and_tab_color_updates): 13331 """Sets the opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. 13332 13333 # noqa: E501 13334 13335 :param opt_out_auto_nav_text_and_tab_color_updates: The opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. # noqa: E501 13336 :type: str 13337 """ 13338 13339 self._opt_out_auto_nav_text_and_tab_color_updates = opt_out_auto_nav_text_and_tab_color_updates 13340 13341 @property 13342 def opt_out_auto_nav_text_and_tab_color_updates_metadata(self): 13343 """Gets the opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. # noqa: E501 13344 13345 Metadata that indicates whether the `optOutAutoNavTextAndTabColorUpdates` property is editable. # noqa: E501 13346 13347 :return: The opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. # noqa: E501 13348 :rtype: SettingsMetadata 13349 """ 13350 return self._opt_out_auto_nav_text_and_tab_color_updates_metadata 13351 13352 @opt_out_auto_nav_text_and_tab_color_updates_metadata.setter 13353 def opt_out_auto_nav_text_and_tab_color_updates_metadata(self, opt_out_auto_nav_text_and_tab_color_updates_metadata): 13354 """Sets the opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. 13355 13356 Metadata that indicates whether the `optOutAutoNavTextAndTabColorUpdates` property is editable. # noqa: E501 13357 13358 :param opt_out_auto_nav_text_and_tab_color_updates_metadata: The opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. # noqa: E501 13359 :type: SettingsMetadata 13360 """ 13361 13362 self._opt_out_auto_nav_text_and_tab_color_updates_metadata = opt_out_auto_nav_text_and_tab_color_updates_metadata 13363 13364 @property 13365 def opt_out_new_platform_seal(self): 13366 """Gets the opt_out_new_platform_seal of this AccountSettingsInformation. # noqa: E501 13367 13368 # noqa: E501 13369 13370 :return: The opt_out_new_platform_seal of this AccountSettingsInformation. # noqa: E501 13371 :rtype: str 13372 """ 13373 return self._opt_out_new_platform_seal 13374 13375 @opt_out_new_platform_seal.setter 13376 def opt_out_new_platform_seal(self, opt_out_new_platform_seal): 13377 """Sets the opt_out_new_platform_seal of this AccountSettingsInformation. 13378 13379 # noqa: E501 13380 13381 :param opt_out_new_platform_seal: The opt_out_new_platform_seal of this AccountSettingsInformation. # noqa: E501 13382 :type: str 13383 """ 13384 13385 self._opt_out_new_platform_seal = opt_out_new_platform_seal 13386 13387 @property 13388 def opt_out_new_platform_seal_platform_metadata(self): 13389 """Gets the opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. # noqa: E501 13390 13391 Metadata that indicates whether the `optOutNewPlatformSealPlatform` property is editable. # noqa: E501 13392 13393 :return: The opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. # noqa: E501 13394 :rtype: SettingsMetadata 13395 """ 13396 return self._opt_out_new_platform_seal_platform_metadata 13397 13398 @opt_out_new_platform_seal_platform_metadata.setter 13399 def opt_out_new_platform_seal_platform_metadata(self, opt_out_new_platform_seal_platform_metadata): 13400 """Sets the opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. 13401 13402 Metadata that indicates whether the `optOutNewPlatformSealPlatform` property is editable. # noqa: E501 13403 13404 :param opt_out_new_platform_seal_platform_metadata: The opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. # noqa: E501 13405 :type: SettingsMetadata 13406 """ 13407 13408 self._opt_out_new_platform_seal_platform_metadata = opt_out_new_platform_seal_platform_metadata 13409 13410 @property 13411 def pdf_max_chunked_upload_part_size(self): 13412 """Gets the pdf_max_chunked_upload_part_size of this AccountSettingsInformation. # noqa: E501 13413 13414 # noqa: E501 13415 13416 :return: The pdf_max_chunked_upload_part_size of this AccountSettingsInformation. # noqa: E501 13417 :rtype: str 13418 """ 13419 return self._pdf_max_chunked_upload_part_size 13420 13421 @pdf_max_chunked_upload_part_size.setter 13422 def pdf_max_chunked_upload_part_size(self, pdf_max_chunked_upload_part_size): 13423 """Sets the pdf_max_chunked_upload_part_size of this AccountSettingsInformation. 13424 13425 # noqa: E501 13426 13427 :param pdf_max_chunked_upload_part_size: The pdf_max_chunked_upload_part_size of this AccountSettingsInformation. # noqa: E501 13428 :type: str 13429 """ 13430 13431 self._pdf_max_chunked_upload_part_size = pdf_max_chunked_upload_part_size 13432 13433 @property 13434 def pdf_max_chunked_upload_part_size_metadata(self): 13435 """Gets the pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. # noqa: E501 13436 13437 13438 :return: The pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. # noqa: E501 13439 :rtype: SettingsMetadata 13440 """ 13441 return self._pdf_max_chunked_upload_part_size_metadata 13442 13443 @pdf_max_chunked_upload_part_size_metadata.setter 13444 def pdf_max_chunked_upload_part_size_metadata(self, pdf_max_chunked_upload_part_size_metadata): 13445 """Sets the pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. 13446 13447 13448 :param pdf_max_chunked_upload_part_size_metadata: The pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. # noqa: E501 13449 :type: SettingsMetadata 13450 """ 13451 13452 self._pdf_max_chunked_upload_part_size_metadata = pdf_max_chunked_upload_part_size_metadata 13453 13454 @property 13455 def pdf_max_chunked_upload_total_size(self): 13456 """Gets the pdf_max_chunked_upload_total_size of this AccountSettingsInformation. # noqa: E501 13457 13458 # noqa: E501 13459 13460 :return: The pdf_max_chunked_upload_total_size of this AccountSettingsInformation. # noqa: E501 13461 :rtype: str 13462 """ 13463 return self._pdf_max_chunked_upload_total_size 13464 13465 @pdf_max_chunked_upload_total_size.setter 13466 def pdf_max_chunked_upload_total_size(self, pdf_max_chunked_upload_total_size): 13467 """Sets the pdf_max_chunked_upload_total_size of this AccountSettingsInformation. 13468 13469 # noqa: E501 13470 13471 :param pdf_max_chunked_upload_total_size: The pdf_max_chunked_upload_total_size of this AccountSettingsInformation. # noqa: E501 13472 :type: str 13473 """ 13474 13475 self._pdf_max_chunked_upload_total_size = pdf_max_chunked_upload_total_size 13476 13477 @property 13478 def pdf_max_chunked_upload_total_size_metadata(self): 13479 """Gets the pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. # noqa: E501 13480 13481 13482 :return: The pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. # noqa: E501 13483 :rtype: SettingsMetadata 13484 """ 13485 return self._pdf_max_chunked_upload_total_size_metadata 13486 13487 @pdf_max_chunked_upload_total_size_metadata.setter 13488 def pdf_max_chunked_upload_total_size_metadata(self, pdf_max_chunked_upload_total_size_metadata): 13489 """Sets the pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. 13490 13491 13492 :param pdf_max_chunked_upload_total_size_metadata: The pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. # noqa: E501 13493 :type: SettingsMetadata 13494 """ 13495 13496 self._pdf_max_chunked_upload_total_size_metadata = pdf_max_chunked_upload_total_size_metadata 13497 13498 @property 13499 def pdf_max_individual_upload_size(self): 13500 """Gets the pdf_max_individual_upload_size of this AccountSettingsInformation. # noqa: E501 13501 13502 # noqa: E501 13503 13504 :return: The pdf_max_individual_upload_size of this AccountSettingsInformation. # noqa: E501 13505 :rtype: str 13506 """ 13507 return self._pdf_max_individual_upload_size 13508 13509 @pdf_max_individual_upload_size.setter 13510 def pdf_max_individual_upload_size(self, pdf_max_individual_upload_size): 13511 """Sets the pdf_max_individual_upload_size of this AccountSettingsInformation. 13512 13513 # noqa: E501 13514 13515 :param pdf_max_individual_upload_size: The pdf_max_individual_upload_size of this AccountSettingsInformation. # noqa: E501 13516 :type: str 13517 """ 13518 13519 self._pdf_max_individual_upload_size = pdf_max_individual_upload_size 13520 13521 @property 13522 def pdf_max_individual_upload_size_metadata(self): 13523 """Gets the pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. # noqa: E501 13524 13525 13526 :return: The pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. # noqa: E501 13527 :rtype: SettingsMetadata 13528 """ 13529 return self._pdf_max_individual_upload_size_metadata 13530 13531 @pdf_max_individual_upload_size_metadata.setter 13532 def pdf_max_individual_upload_size_metadata(self, pdf_max_individual_upload_size_metadata): 13533 """Sets the pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. 13534 13535 13536 :param pdf_max_individual_upload_size_metadata: The pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. # noqa: E501 13537 :type: SettingsMetadata 13538 """ 13539 13540 self._pdf_max_individual_upload_size_metadata = pdf_max_individual_upload_size_metadata 13541 13542 @property 13543 def phone_auth_recipient_may_provide_phone_number(self): 13544 """Gets the phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 13545 13546 # noqa: E501 13547 13548 :return: The phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 13549 :rtype: str 13550 """ 13551 return self._phone_auth_recipient_may_provide_phone_number 13552 13553 @phone_auth_recipient_may_provide_phone_number.setter 13554 def phone_auth_recipient_may_provide_phone_number(self, phone_auth_recipient_may_provide_phone_number): 13555 """Sets the phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. 13556 13557 # noqa: E501 13558 13559 :param phone_auth_recipient_may_provide_phone_number: The phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 13560 :type: str 13561 """ 13562 13563 self._phone_auth_recipient_may_provide_phone_number = phone_auth_recipient_may_provide_phone_number 13564 13565 @property 13566 def phone_auth_recipient_may_provide_phone_number_metadata(self): 13567 """Gets the phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 13568 13569 Metadata that indicates whether the `phoneAuthRecipientMayProvidePhoneNumber` property is editable. # noqa: E501 13570 13571 :return: The phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 13572 :rtype: SettingsMetadata 13573 """ 13574 return self._phone_auth_recipient_may_provide_phone_number_metadata 13575 13576 @phone_auth_recipient_may_provide_phone_number_metadata.setter 13577 def phone_auth_recipient_may_provide_phone_number_metadata(self, phone_auth_recipient_may_provide_phone_number_metadata): 13578 """Sets the phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. 13579 13580 Metadata that indicates whether the `phoneAuthRecipientMayProvidePhoneNumber` property is editable. # noqa: E501 13581 13582 :param phone_auth_recipient_may_provide_phone_number_metadata: The phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 13583 :type: SettingsMetadata 13584 """ 13585 13586 self._phone_auth_recipient_may_provide_phone_number_metadata = phone_auth_recipient_may_provide_phone_number_metadata 13587 13588 @property 13589 def pki_sign_downloaded_pdf_docs(self): 13590 """Gets the pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. # noqa: E501 13591 13592 # noqa: E501 13593 13594 :return: The pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. # noqa: E501 13595 :rtype: str 13596 """ 13597 return self._pki_sign_downloaded_pdf_docs 13598 13599 @pki_sign_downloaded_pdf_docs.setter 13600 def pki_sign_downloaded_pdf_docs(self, pki_sign_downloaded_pdf_docs): 13601 """Sets the pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. 13602 13603 # noqa: E501 13604 13605 :param pki_sign_downloaded_pdf_docs: The pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. # noqa: E501 13606 :type: str 13607 """ 13608 13609 self._pki_sign_downloaded_pdf_docs = pki_sign_downloaded_pdf_docs 13610 13611 @property 13612 def pki_sign_downloaded_pdf_docs_metadata(self): 13613 """Gets the pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. # noqa: E501 13614 13615 Metadata that indicates whether the `pkiSignDownloadedPDFDocs` property is editable. # noqa: E501 13616 13617 :return: The pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. # noqa: E501 13618 :rtype: SettingsMetadata 13619 """ 13620 return self._pki_sign_downloaded_pdf_docs_metadata 13621 13622 @pki_sign_downloaded_pdf_docs_metadata.setter 13623 def pki_sign_downloaded_pdf_docs_metadata(self, pki_sign_downloaded_pdf_docs_metadata): 13624 """Sets the pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. 13625 13626 Metadata that indicates whether the `pkiSignDownloadedPDFDocs` property is editable. # noqa: E501 13627 13628 :param pki_sign_downloaded_pdf_docs_metadata: The pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. # noqa: E501 13629 :type: SettingsMetadata 13630 """ 13631 13632 self._pki_sign_downloaded_pdf_docs_metadata = pki_sign_downloaded_pdf_docs_metadata 13633 13634 @property 13635 def read_only_mode(self): 13636 """Gets the read_only_mode of this AccountSettingsInformation. # noqa: E501 13637 13638 # noqa: E501 13639 13640 :return: The read_only_mode of this AccountSettingsInformation. # noqa: E501 13641 :rtype: str 13642 """ 13643 return self._read_only_mode 13644 13645 @read_only_mode.setter 13646 def read_only_mode(self, read_only_mode): 13647 """Sets the read_only_mode of this AccountSettingsInformation. 13648 13649 # noqa: E501 13650 13651 :param read_only_mode: The read_only_mode of this AccountSettingsInformation. # noqa: E501 13652 :type: str 13653 """ 13654 13655 self._read_only_mode = read_only_mode 13656 13657 @property 13658 def read_only_mode_metadata(self): 13659 """Gets the read_only_mode_metadata of this AccountSettingsInformation. # noqa: E501 13660 13661 # noqa: E501 13662 13663 :return: The read_only_mode_metadata of this AccountSettingsInformation. # noqa: E501 13664 :rtype: SettingsMetadata 13665 """ 13666 return self._read_only_mode_metadata 13667 13668 @read_only_mode_metadata.setter 13669 def read_only_mode_metadata(self, read_only_mode_metadata): 13670 """Sets the read_only_mode_metadata of this AccountSettingsInformation. 13671 13672 # noqa: E501 13673 13674 :param read_only_mode_metadata: The read_only_mode_metadata of this AccountSettingsInformation. # noqa: E501 13675 :type: SettingsMetadata 13676 """ 13677 13678 self._read_only_mode_metadata = read_only_mode_metadata 13679 13680 @property 13681 def recipients_can_sign_offline(self): 13682 """Gets the recipients_can_sign_offline of this AccountSettingsInformation. # noqa: E501 13683 13684 # noqa: E501 13685 13686 :return: The recipients_can_sign_offline of this AccountSettingsInformation. # noqa: E501 13687 :rtype: str 13688 """ 13689 return self._recipients_can_sign_offline 13690 13691 @recipients_can_sign_offline.setter 13692 def recipients_can_sign_offline(self, recipients_can_sign_offline): 13693 """Sets the recipients_can_sign_offline of this AccountSettingsInformation. 13694 13695 # noqa: E501 13696 13697 :param recipients_can_sign_offline: The recipients_can_sign_offline of this AccountSettingsInformation. # noqa: E501 13698 :type: str 13699 """ 13700 13701 self._recipients_can_sign_offline = recipients_can_sign_offline 13702 13703 @property 13704 def recipients_can_sign_offline_metadata(self): 13705 """Gets the recipients_can_sign_offline_metadata of this AccountSettingsInformation. # noqa: E501 13706 13707 Metadata that indicates whether the `recipientsCanSignOffline` property is editable. # noqa: E501 13708 13709 :return: The recipients_can_sign_offline_metadata of this AccountSettingsInformation. # noqa: E501 13710 :rtype: SettingsMetadata 13711 """ 13712 return self._recipients_can_sign_offline_metadata 13713 13714 @recipients_can_sign_offline_metadata.setter 13715 def recipients_can_sign_offline_metadata(self, recipients_can_sign_offline_metadata): 13716 """Sets the recipients_can_sign_offline_metadata of this AccountSettingsInformation. 13717 13718 Metadata that indicates whether the `recipientsCanSignOffline` property is editable. # noqa: E501 13719 13720 :param recipients_can_sign_offline_metadata: The recipients_can_sign_offline_metadata of this AccountSettingsInformation. # noqa: E501 13721 :type: SettingsMetadata 13722 """ 13723 13724 self._recipients_can_sign_offline_metadata = recipients_can_sign_offline_metadata 13725 13726 @property 13727 def recipient_signing_auto_navigation_control(self): 13728 """Gets the recipient_signing_auto_navigation_control of this AccountSettingsInformation. # noqa: E501 13729 13730 # noqa: E501 13731 13732 :return: The recipient_signing_auto_navigation_control of this AccountSettingsInformation. # noqa: E501 13733 :rtype: str 13734 """ 13735 return self._recipient_signing_auto_navigation_control 13736 13737 @recipient_signing_auto_navigation_control.setter 13738 def recipient_signing_auto_navigation_control(self, recipient_signing_auto_navigation_control): 13739 """Sets the recipient_signing_auto_navigation_control of this AccountSettingsInformation. 13740 13741 # noqa: E501 13742 13743 :param recipient_signing_auto_navigation_control: The recipient_signing_auto_navigation_control of this AccountSettingsInformation. # noqa: E501 13744 :type: str 13745 """ 13746 13747 self._recipient_signing_auto_navigation_control = recipient_signing_auto_navigation_control 13748 13749 @property 13750 def recipient_signing_auto_navigation_control_metadata(self): 13751 """Gets the recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. # noqa: E501 13752 13753 Metadata that indicates whether the `recipientSigningAutoNavigationControl` property is editable. # noqa: E501 13754 13755 :return: The recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. # noqa: E501 13756 :rtype: SettingsMetadata 13757 """ 13758 return self._recipient_signing_auto_navigation_control_metadata 13759 13760 @recipient_signing_auto_navigation_control_metadata.setter 13761 def recipient_signing_auto_navigation_control_metadata(self, recipient_signing_auto_navigation_control_metadata): 13762 """Sets the recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. 13763 13764 Metadata that indicates whether the `recipientSigningAutoNavigationControl` property is editable. # noqa: E501 13765 13766 :param recipient_signing_auto_navigation_control_metadata: The recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. # noqa: E501 13767 :type: SettingsMetadata 13768 """ 13769 13770 self._recipient_signing_auto_navigation_control_metadata = recipient_signing_auto_navigation_control_metadata 13771 13772 @property 13773 def require21_cf_rpt11_compliance(self): 13774 """Gets the require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501 13775 13776 # noqa: E501 13777 13778 :return: The require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501 13779 :rtype: str 13780 """ 13781 return self._require21_cf_rpt11_compliance 13782 13783 @require21_cf_rpt11_compliance.setter 13784 def require21_cf_rpt11_compliance(self, require21_cf_rpt11_compliance): 13785 """Sets the require21_cf_rpt11_compliance of this AccountSettingsInformation. 13786 13787 # noqa: E501 13788 13789 :param require21_cf_rpt11_compliance: The require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501 13790 :type: str 13791 """ 13792 13793 self._require21_cf_rpt11_compliance = require21_cf_rpt11_compliance 13794 13795 @property 13796 def require21_cf_rpt11_compliance_metadata(self): 13797 """Gets the require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. # noqa: E501 13798 13799 Metadata that indicates whether the `require21CFRpt11Compliance` property is editable. # noqa: E501 13800 13801 :return: The require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. # noqa: E501 13802 :rtype: SettingsMetadata 13803 """ 13804 return self._require21_cf_rpt11_compliance_metadata 13805 13806 @require21_cf_rpt11_compliance_metadata.setter 13807 def require21_cf_rpt11_compliance_metadata(self, require21_cf_rpt11_compliance_metadata): 13808 """Sets the require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. 13809 13810 Metadata that indicates whether the `require21CFRpt11Compliance` property is editable. # noqa: E501 13811 13812 :param require21_cf_rpt11_compliance_metadata: The require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. # noqa: E501 13813 :type: SettingsMetadata 13814 """ 13815 13816 self._require21_cf_rpt11_compliance_metadata = require21_cf_rpt11_compliance_metadata 13817 13818 @property 13819 def require_decline_reason(self): 13820 """Gets the require_decline_reason of this AccountSettingsInformation. # noqa: E501 13821 13822 # noqa: E501 13823 13824 :return: The require_decline_reason of this AccountSettingsInformation. # noqa: E501 13825 :rtype: str 13826 """ 13827 return self._require_decline_reason 13828 13829 @require_decline_reason.setter 13830 def require_decline_reason(self, require_decline_reason): 13831 """Sets the require_decline_reason of this AccountSettingsInformation. 13832 13833 # noqa: E501 13834 13835 :param require_decline_reason: The require_decline_reason of this AccountSettingsInformation. # noqa: E501 13836 :type: str 13837 """ 13838 13839 self._require_decline_reason = require_decline_reason 13840 13841 @property 13842 def require_decline_reason_metadata(self): 13843 """Gets the require_decline_reason_metadata of this AccountSettingsInformation. # noqa: E501 13844 13845 Metadata that indicates whether the `requireDeclineReason` property is editable. # noqa: E501 13846 13847 :return: The require_decline_reason_metadata of this AccountSettingsInformation. # noqa: E501 13848 :rtype: SettingsMetadata 13849 """ 13850 return self._require_decline_reason_metadata 13851 13852 @require_decline_reason_metadata.setter 13853 def require_decline_reason_metadata(self, require_decline_reason_metadata): 13854 """Sets the require_decline_reason_metadata of this AccountSettingsInformation. 13855 13856 Metadata that indicates whether the `requireDeclineReason` property is editable. # noqa: E501 13857 13858 :param require_decline_reason_metadata: The require_decline_reason_metadata of this AccountSettingsInformation. # noqa: E501 13859 :type: SettingsMetadata 13860 """ 13861 13862 self._require_decline_reason_metadata = require_decline_reason_metadata 13863 13864 @property 13865 def require_external_user_management(self): 13866 """Gets the require_external_user_management of this AccountSettingsInformation. # noqa: E501 13867 13868 # noqa: E501 13869 13870 :return: The require_external_user_management of this AccountSettingsInformation. # noqa: E501 13871 :rtype: str 13872 """ 13873 return self._require_external_user_management 13874 13875 @require_external_user_management.setter 13876 def require_external_user_management(self, require_external_user_management): 13877 """Sets the require_external_user_management of this AccountSettingsInformation. 13878 13879 # noqa: E501 13880 13881 :param require_external_user_management: The require_external_user_management of this AccountSettingsInformation. # noqa: E501 13882 :type: str 13883 """ 13884 13885 self._require_external_user_management = require_external_user_management 13886 13887 @property 13888 def require_external_user_management_metadata(self): 13889 """Gets the require_external_user_management_metadata of this AccountSettingsInformation. # noqa: E501 13890 13891 Metadata that indicates whether the `requireExternalUserManagement` property is editable. # noqa: E501 13892 13893 :return: The require_external_user_management_metadata of this AccountSettingsInformation. # noqa: E501 13894 :rtype: SettingsMetadata 13895 """ 13896 return self._require_external_user_management_metadata 13897 13898 @require_external_user_management_metadata.setter 13899 def require_external_user_management_metadata(self, require_external_user_management_metadata): 13900 """Sets the require_external_user_management_metadata of this AccountSettingsInformation. 13901 13902 Metadata that indicates whether the `requireExternalUserManagement` property is editable. # noqa: E501 13903 13904 :param require_external_user_management_metadata: The require_external_user_management_metadata of this AccountSettingsInformation. # noqa: E501 13905 :type: SettingsMetadata 13906 """ 13907 13908 self._require_external_user_management_metadata = require_external_user_management_metadata 13909 13910 @property 13911 def require_signer_certificate_type(self): 13912 """Gets the require_signer_certificate_type of this AccountSettingsInformation. # noqa: E501 13913 13914 # noqa: E501 13915 13916 :return: The require_signer_certificate_type of this AccountSettingsInformation. # noqa: E501 13917 :rtype: str 13918 """ 13919 return self._require_signer_certificate_type 13920 13921 @require_signer_certificate_type.setter 13922 def require_signer_certificate_type(self, require_signer_certificate_type): 13923 """Sets the require_signer_certificate_type of this AccountSettingsInformation. 13924 13925 # noqa: E501 13926 13927 :param require_signer_certificate_type: The require_signer_certificate_type of this AccountSettingsInformation. # noqa: E501 13928 :type: str 13929 """ 13930 13931 self._require_signer_certificate_type = require_signer_certificate_type 13932 13933 @property 13934 def require_signer_certificate_type_metadata(self): 13935 """Gets the require_signer_certificate_type_metadata of this AccountSettingsInformation. # noqa: E501 13936 13937 Metadata that indicates whether the `requireSignerCertificateType` property is editable. # noqa: E501 13938 13939 :return: The require_signer_certificate_type_metadata of this AccountSettingsInformation. # noqa: E501 13940 :rtype: SettingsMetadata 13941 """ 13942 return self._require_signer_certificate_type_metadata 13943 13944 @require_signer_certificate_type_metadata.setter 13945 def require_signer_certificate_type_metadata(self, require_signer_certificate_type_metadata): 13946 """Sets the require_signer_certificate_type_metadata of this AccountSettingsInformation. 13947 13948 Metadata that indicates whether the `requireSignerCertificateType` property is editable. # noqa: E501 13949 13950 :param require_signer_certificate_type_metadata: The require_signer_certificate_type_metadata of this AccountSettingsInformation. # noqa: E501 13951 :type: SettingsMetadata 13952 """ 13953 13954 self._require_signer_certificate_type_metadata = require_signer_certificate_type_metadata 13955 13956 @property 13957 def rsa_verid_account_name(self): 13958 """Gets the rsa_verid_account_name of this AccountSettingsInformation. # noqa: E501 13959 13960 # noqa: E501 13961 13962 :return: The rsa_verid_account_name of this AccountSettingsInformation. # noqa: E501 13963 :rtype: str 13964 """ 13965 return self._rsa_verid_account_name 13966 13967 @rsa_verid_account_name.setter 13968 def rsa_verid_account_name(self, rsa_verid_account_name): 13969 """Sets the rsa_verid_account_name of this AccountSettingsInformation. 13970 13971 # noqa: E501 13972 13973 :param rsa_verid_account_name: The rsa_verid_account_name of this AccountSettingsInformation. # noqa: E501 13974 :type: str 13975 """ 13976 13977 self._rsa_verid_account_name = rsa_verid_account_name 13978 13979 @property 13980 def rsa_verid_password(self): 13981 """Gets the rsa_verid_password of this AccountSettingsInformation. # noqa: E501 13982 13983 # noqa: E501 13984 13985 :return: The rsa_verid_password of this AccountSettingsInformation. # noqa: E501 13986 :rtype: str 13987 """ 13988 return self._rsa_verid_password 13989 13990 @rsa_verid_password.setter 13991 def rsa_verid_password(self, rsa_verid_password): 13992 """Sets the rsa_verid_password of this AccountSettingsInformation. 13993 13994 # noqa: E501 13995 13996 :param rsa_verid_password: The rsa_verid_password of this AccountSettingsInformation. # noqa: E501 13997 :type: str 13998 """ 13999 14000 self._rsa_verid_password = rsa_verid_password 14001 14002 @property 14003 def rsa_verid_ruleset(self): 14004 """Gets the rsa_verid_ruleset of this AccountSettingsInformation. # noqa: E501 14005 14006 # noqa: E501 14007 14008 :return: The rsa_verid_ruleset of this AccountSettingsInformation. # noqa: E501 14009 :rtype: str 14010 """ 14011 return self._rsa_verid_ruleset 14012 14013 @rsa_verid_ruleset.setter 14014 def rsa_verid_ruleset(self, rsa_verid_ruleset): 14015 """Sets the rsa_verid_ruleset of this AccountSettingsInformation. 14016 14017 # noqa: E501 14018 14019 :param rsa_verid_ruleset: The rsa_verid_ruleset of this AccountSettingsInformation. # noqa: E501 14020 :type: str 14021 """ 14022 14023 self._rsa_verid_ruleset = rsa_verid_ruleset 14024 14025 @property 14026 def rsa_verid_user_id(self): 14027 """Gets the rsa_verid_user_id of this AccountSettingsInformation. # noqa: E501 14028 14029 # noqa: E501 14030 14031 :return: The rsa_verid_user_id of this AccountSettingsInformation. # noqa: E501 14032 :rtype: str 14033 """ 14034 return self._rsa_verid_user_id 14035 14036 @rsa_verid_user_id.setter 14037 def rsa_verid_user_id(self, rsa_verid_user_id): 14038 """Sets the rsa_verid_user_id of this AccountSettingsInformation. 14039 14040 # noqa: E501 14041 14042 :param rsa_verid_user_id: The rsa_verid_user_id of this AccountSettingsInformation. # noqa: E501 14043 :type: str 14044 """ 14045 14046 self._rsa_verid_user_id = rsa_verid_user_id 14047 14048 @property 14049 def self_signed_recipient_email_document(self): 14050 """Gets the self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501 14051 14052 # noqa: E501 14053 14054 :return: The self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501 14055 :rtype: str 14056 """ 14057 return self._self_signed_recipient_email_document 14058 14059 @self_signed_recipient_email_document.setter 14060 def self_signed_recipient_email_document(self, self_signed_recipient_email_document): 14061 """Sets the self_signed_recipient_email_document of this AccountSettingsInformation. 14062 14063 # noqa: E501 14064 14065 :param self_signed_recipient_email_document: The self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501 14066 :type: str 14067 """ 14068 14069 self._self_signed_recipient_email_document = self_signed_recipient_email_document 14070 14071 @property 14072 def self_signed_recipient_email_document_metadata(self): 14073 """Gets the self_signed_recipient_email_document_metadata of this AccountSettingsInformation. # noqa: E501 14074 14075 Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable. # noqa: E501 14076 14077 :return: The self_signed_recipient_email_document_metadata of this AccountSettingsInformation. # noqa: E501 14078 :rtype: SettingsMetadata 14079 """ 14080 return self._self_signed_recipient_email_document_metadata 14081 14082 @self_signed_recipient_email_document_metadata.setter 14083 def self_signed_recipient_email_document_metadata(self, self_signed_recipient_email_document_metadata): 14084 """Sets the self_signed_recipient_email_document_metadata of this AccountSettingsInformation. 14085 14086 Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable. # noqa: E501 14087 14088 :param self_signed_recipient_email_document_metadata: The self_signed_recipient_email_document_metadata of this AccountSettingsInformation. # noqa: E501 14089 :type: SettingsMetadata 14090 """ 14091 14092 self._self_signed_recipient_email_document_metadata = self_signed_recipient_email_document_metadata 14093 14094 @property 14095 def self_signed_recipient_email_document_user_override(self): 14096 """Gets the self_signed_recipient_email_document_user_override of this AccountSettingsInformation. # noqa: E501 14097 14098 # noqa: E501 14099 14100 :return: The self_signed_recipient_email_document_user_override of this AccountSettingsInformation. # noqa: E501 14101 :rtype: str 14102 """ 14103 return self._self_signed_recipient_email_document_user_override 14104 14105 @self_signed_recipient_email_document_user_override.setter 14106 def self_signed_recipient_email_document_user_override(self, self_signed_recipient_email_document_user_override): 14107 """Sets the self_signed_recipient_email_document_user_override of this AccountSettingsInformation. 14108 14109 # noqa: E501 14110 14111 :param self_signed_recipient_email_document_user_override: The self_signed_recipient_email_document_user_override of this AccountSettingsInformation. # noqa: E501 14112 :type: str 14113 """ 14114 14115 self._self_signed_recipient_email_document_user_override = self_signed_recipient_email_document_user_override 14116 14117 @property 14118 def self_signed_recipient_email_document_user_override_metadata(self): 14119 """Gets the self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. # noqa: E501 14120 14121 Metadata that indicates whether the `selfSignedRecipientEmailDocumentUserOverride` property is editable. # noqa: E501 14122 14123 :return: The self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. # noqa: E501 14124 :rtype: SettingsMetadata 14125 """ 14126 return self._self_signed_recipient_email_document_user_override_metadata 14127 14128 @self_signed_recipient_email_document_user_override_metadata.setter 14129 def self_signed_recipient_email_document_user_override_metadata(self, self_signed_recipient_email_document_user_override_metadata): 14130 """Sets the self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. 14131 14132 Metadata that indicates whether the `selfSignedRecipientEmailDocumentUserOverride` property is editable. # noqa: E501 14133 14134 :param self_signed_recipient_email_document_user_override_metadata: The self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. # noqa: E501 14135 :type: SettingsMetadata 14136 """ 14137 14138 self._self_signed_recipient_email_document_user_override_metadata = self_signed_recipient_email_document_user_override_metadata 14139 14140 @property 14141 def sender_can_sign_in_each_location(self): 14142 """Gets the sender_can_sign_in_each_location of this AccountSettingsInformation. # noqa: E501 14143 14144 # noqa: E501 14145 14146 :return: The sender_can_sign_in_each_location of this AccountSettingsInformation. # noqa: E501 14147 :rtype: str 14148 """ 14149 return self._sender_can_sign_in_each_location 14150 14151 @sender_can_sign_in_each_location.setter 14152 def sender_can_sign_in_each_location(self, sender_can_sign_in_each_location): 14153 """Sets the sender_can_sign_in_each_location of this AccountSettingsInformation. 14154 14155 # noqa: E501 14156 14157 :param sender_can_sign_in_each_location: The sender_can_sign_in_each_location of this AccountSettingsInformation. # noqa: E501 14158 :type: str 14159 """ 14160 14161 self._sender_can_sign_in_each_location = sender_can_sign_in_each_location 14162 14163 @property 14164 def sender_can_sign_in_each_location_metadata(self): 14165 """Gets the sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. # noqa: E501 14166 14167 Metadata that indicates whether the `senderCanSignInEachLocation` property is editable. # noqa: E501 14168 14169 :return: The sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. # noqa: E501 14170 :rtype: SettingsMetadata 14171 """ 14172 return self._sender_can_sign_in_each_location_metadata 14173 14174 @sender_can_sign_in_each_location_metadata.setter 14175 def sender_can_sign_in_each_location_metadata(self, sender_can_sign_in_each_location_metadata): 14176 """Sets the sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. 14177 14178 Metadata that indicates whether the `senderCanSignInEachLocation` property is editable. # noqa: E501 14179 14180 :param sender_can_sign_in_each_location_metadata: The sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. # noqa: E501 14181 :type: SettingsMetadata 14182 """ 14183 14184 self._sender_can_sign_in_each_location_metadata = sender_can_sign_in_each_location_metadata 14185 14186 @property 14187 def sender_must_authenticate_signing(self): 14188 """Gets the sender_must_authenticate_signing of this AccountSettingsInformation. # noqa: E501 14189 14190 # noqa: E501 14191 14192 :return: The sender_must_authenticate_signing of this AccountSettingsInformation. # noqa: E501 14193 :rtype: str 14194 """ 14195 return self._sender_must_authenticate_signing 14196 14197 @sender_must_authenticate_signing.setter 14198 def sender_must_authenticate_signing(self, sender_must_authenticate_signing): 14199 """Sets the sender_must_authenticate_signing of this AccountSettingsInformation. 14200 14201 # noqa: E501 14202 14203 :param sender_must_authenticate_signing: The sender_must_authenticate_signing of this AccountSettingsInformation. # noqa: E501 14204 :type: str 14205 """ 14206 14207 self._sender_must_authenticate_signing = sender_must_authenticate_signing 14208 14209 @property 14210 def sender_must_authenticate_signing_metadata(self): 14211 """Gets the sender_must_authenticate_signing_metadata of this AccountSettingsInformation. # noqa: E501 14212 14213 Metadata that indicates whether the `senderMustAuthenticateSigning` property is editable. # noqa: E501 14214 14215 :return: The sender_must_authenticate_signing_metadata of this AccountSettingsInformation. # noqa: E501 14216 :rtype: SettingsMetadata 14217 """ 14218 return self._sender_must_authenticate_signing_metadata 14219 14220 @sender_must_authenticate_signing_metadata.setter 14221 def sender_must_authenticate_signing_metadata(self, sender_must_authenticate_signing_metadata): 14222 """Sets the sender_must_authenticate_signing_metadata of this AccountSettingsInformation. 14223 14224 Metadata that indicates whether the `senderMustAuthenticateSigning` property is editable. # noqa: E501 14225 14226 :param sender_must_authenticate_signing_metadata: The sender_must_authenticate_signing_metadata of this AccountSettingsInformation. # noqa: E501 14227 :type: SettingsMetadata 14228 """ 14229 14230 self._sender_must_authenticate_signing_metadata = sender_must_authenticate_signing_metadata 14231 14232 @property 14233 def sending_tags_font_color(self): 14234 """Gets the sending_tags_font_color of this AccountSettingsInformation. # noqa: E501 14235 14236 # noqa: E501 14237 14238 :return: The sending_tags_font_color of this AccountSettingsInformation. # noqa: E501 14239 :rtype: str 14240 """ 14241 return self._sending_tags_font_color 14242 14243 @sending_tags_font_color.setter 14244 def sending_tags_font_color(self, sending_tags_font_color): 14245 """Sets the sending_tags_font_color of this AccountSettingsInformation. 14246 14247 # noqa: E501 14248 14249 :param sending_tags_font_color: The sending_tags_font_color of this AccountSettingsInformation. # noqa: E501 14250 :type: str 14251 """ 14252 14253 self._sending_tags_font_color = sending_tags_font_color 14254 14255 @property 14256 def sending_tags_font_color_metadata(self): 14257 """Gets the sending_tags_font_color_metadata of this AccountSettingsInformation. # noqa: E501 14258 14259 Metadata that indicates whether the `sendingTagsFontColor` property is editable. # noqa: E501 14260 14261 :return: The sending_tags_font_color_metadata of this AccountSettingsInformation. # noqa: E501 14262 :rtype: SettingsMetadata 14263 """ 14264 return self._sending_tags_font_color_metadata 14265 14266 @sending_tags_font_color_metadata.setter 14267 def sending_tags_font_color_metadata(self, sending_tags_font_color_metadata): 14268 """Sets the sending_tags_font_color_metadata of this AccountSettingsInformation. 14269 14270 Metadata that indicates whether the `sendingTagsFontColor` property is editable. # noqa: E501 14271 14272 :param sending_tags_font_color_metadata: The sending_tags_font_color_metadata of this AccountSettingsInformation. # noqa: E501 14273 :type: SettingsMetadata 14274 """ 14275 14276 self._sending_tags_font_color_metadata = sending_tags_font_color_metadata 14277 14278 @property 14279 def sending_tags_font_name(self): 14280 """Gets the sending_tags_font_name of this AccountSettingsInformation. # noqa: E501 14281 14282 # noqa: E501 14283 14284 :return: The sending_tags_font_name of this AccountSettingsInformation. # noqa: E501 14285 :rtype: str 14286 """ 14287 return self._sending_tags_font_name 14288 14289 @sending_tags_font_name.setter 14290 def sending_tags_font_name(self, sending_tags_font_name): 14291 """Sets the sending_tags_font_name of this AccountSettingsInformation. 14292 14293 # noqa: E501 14294 14295 :param sending_tags_font_name: The sending_tags_font_name of this AccountSettingsInformation. # noqa: E501 14296 :type: str 14297 """ 14298 14299 self._sending_tags_font_name = sending_tags_font_name 14300 14301 @property 14302 def sending_tags_font_name_metadata(self): 14303 """Gets the sending_tags_font_name_metadata of this AccountSettingsInformation. # noqa: E501 14304 14305 Metadata that indicates whether the `sendingTagsFontName` property is editable. # noqa: E501 14306 14307 :return: The sending_tags_font_name_metadata of this AccountSettingsInformation. # noqa: E501 14308 :rtype: SettingsMetadata 14309 """ 14310 return self._sending_tags_font_name_metadata 14311 14312 @sending_tags_font_name_metadata.setter 14313 def sending_tags_font_name_metadata(self, sending_tags_font_name_metadata): 14314 """Sets the sending_tags_font_name_metadata of this AccountSettingsInformation. 14315 14316 Metadata that indicates whether the `sendingTagsFontName` property is editable. # noqa: E501 14317 14318 :param sending_tags_font_name_metadata: The sending_tags_font_name_metadata of this AccountSettingsInformation. # noqa: E501 14319 :type: SettingsMetadata 14320 """ 14321 14322 self._sending_tags_font_name_metadata = sending_tags_font_name_metadata 14323 14324 @property 14325 def sending_tags_font_size(self): 14326 """Gets the sending_tags_font_size of this AccountSettingsInformation. # noqa: E501 14327 14328 # noqa: E501 14329 14330 :return: The sending_tags_font_size of this AccountSettingsInformation. # noqa: E501 14331 :rtype: str 14332 """ 14333 return self._sending_tags_font_size 14334 14335 @sending_tags_font_size.setter 14336 def sending_tags_font_size(self, sending_tags_font_size): 14337 """Sets the sending_tags_font_size of this AccountSettingsInformation. 14338 14339 # noqa: E501 14340 14341 :param sending_tags_font_size: The sending_tags_font_size of this AccountSettingsInformation. # noqa: E501 14342 :type: str 14343 """ 14344 14345 self._sending_tags_font_size = sending_tags_font_size 14346 14347 @property 14348 def sending_tags_font_size_metadata(self): 14349 """Gets the sending_tags_font_size_metadata of this AccountSettingsInformation. # noqa: E501 14350 14351 Metadata that indicates whether the `sendingTagsFontSize` property is editable. # noqa: E501 14352 14353 :return: The sending_tags_font_size_metadata of this AccountSettingsInformation. # noqa: E501 14354 :rtype: SettingsMetadata 14355 """ 14356 return self._sending_tags_font_size_metadata 14357 14358 @sending_tags_font_size_metadata.setter 14359 def sending_tags_font_size_metadata(self, sending_tags_font_size_metadata): 14360 """Sets the sending_tags_font_size_metadata of this AccountSettingsInformation. 14361 14362 Metadata that indicates whether the `sendingTagsFontSize` property is editable. # noqa: E501 14363 14364 :param sending_tags_font_size_metadata: The sending_tags_font_size_metadata of this AccountSettingsInformation. # noqa: E501 14365 :type: SettingsMetadata 14366 """ 14367 14368 self._sending_tags_font_size_metadata = sending_tags_font_size_metadata 14369 14370 @property 14371 def send_lockout_recipient_notification(self): 14372 """Gets the send_lockout_recipient_notification of this AccountSettingsInformation. # noqa: E501 14373 14374 # noqa: E501 14375 14376 :return: The send_lockout_recipient_notification of this AccountSettingsInformation. # noqa: E501 14377 :rtype: str 14378 """ 14379 return self._send_lockout_recipient_notification 14380 14381 @send_lockout_recipient_notification.setter 14382 def send_lockout_recipient_notification(self, send_lockout_recipient_notification): 14383 """Sets the send_lockout_recipient_notification of this AccountSettingsInformation. 14384 14385 # noqa: E501 14386 14387 :param send_lockout_recipient_notification: The send_lockout_recipient_notification of this AccountSettingsInformation. # noqa: E501 14388 :type: str 14389 """ 14390 14391 self._send_lockout_recipient_notification = send_lockout_recipient_notification 14392 14393 @property 14394 def send_lockout_recipient_notification_metadata(self): 14395 """Gets the send_lockout_recipient_notification_metadata of this AccountSettingsInformation. # noqa: E501 14396 14397 # noqa: E501 14398 14399 :return: The send_lockout_recipient_notification_metadata of this AccountSettingsInformation. # noqa: E501 14400 :rtype: SettingsMetadata 14401 """ 14402 return self._send_lockout_recipient_notification_metadata 14403 14404 @send_lockout_recipient_notification_metadata.setter 14405 def send_lockout_recipient_notification_metadata(self, send_lockout_recipient_notification_metadata): 14406 """Sets the send_lockout_recipient_notification_metadata of this AccountSettingsInformation. 14407 14408 # noqa: E501 14409 14410 :param send_lockout_recipient_notification_metadata: The send_lockout_recipient_notification_metadata of this AccountSettingsInformation. # noqa: E501 14411 :type: SettingsMetadata 14412 """ 14413 14414 self._send_lockout_recipient_notification_metadata = send_lockout_recipient_notification_metadata 14415 14416 @property 14417 def send_to_certified_delivery_enabled(self): 14418 """Gets the send_to_certified_delivery_enabled of this AccountSettingsInformation. # noqa: E501 14419 14420 # noqa: E501 14421 14422 :return: The send_to_certified_delivery_enabled of this AccountSettingsInformation. # noqa: E501 14423 :rtype: str 14424 """ 14425 return self._send_to_certified_delivery_enabled 14426 14427 @send_to_certified_delivery_enabled.setter 14428 def send_to_certified_delivery_enabled(self, send_to_certified_delivery_enabled): 14429 """Sets the send_to_certified_delivery_enabled of this AccountSettingsInformation. 14430 14431 # noqa: E501 14432 14433 :param send_to_certified_delivery_enabled: The send_to_certified_delivery_enabled of this AccountSettingsInformation. # noqa: E501 14434 :type: str 14435 """ 14436 14437 self._send_to_certified_delivery_enabled = send_to_certified_delivery_enabled 14438 14439 @property 14440 def send_to_certified_delivery_enabled_metadata(self): 14441 """Gets the send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. # noqa: E501 14442 14443 Metadata that indicates whether the `sendToCertifiedDeliveryEnabled` property is editable. # noqa: E501 14444 14445 :return: The send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. # noqa: E501 14446 :rtype: SettingsMetadata 14447 """ 14448 return self._send_to_certified_delivery_enabled_metadata 14449 14450 @send_to_certified_delivery_enabled_metadata.setter 14451 def send_to_certified_delivery_enabled_metadata(self, send_to_certified_delivery_enabled_metadata): 14452 """Sets the send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. 14453 14454 Metadata that indicates whether the `sendToCertifiedDeliveryEnabled` property is editable. # noqa: E501 14455 14456 :param send_to_certified_delivery_enabled_metadata: The send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. # noqa: E501 14457 :type: SettingsMetadata 14458 """ 14459 14460 self._send_to_certified_delivery_enabled_metadata = send_to_certified_delivery_enabled_metadata 14461 14462 @property 14463 def session_timeout(self): 14464 """Gets the session_timeout of this AccountSettingsInformation. # noqa: E501 14465 14466 # noqa: E501 14467 14468 :return: The session_timeout of this AccountSettingsInformation. # noqa: E501 14469 :rtype: str 14470 """ 14471 return self._session_timeout 14472 14473 @session_timeout.setter 14474 def session_timeout(self, session_timeout): 14475 """Sets the session_timeout of this AccountSettingsInformation. 14476 14477 # noqa: E501 14478 14479 :param session_timeout: The session_timeout of this AccountSettingsInformation. # noqa: E501 14480 :type: str 14481 """ 14482 14483 self._session_timeout = session_timeout 14484 14485 @property 14486 def session_timeout_metadata(self): 14487 """Gets the session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 14488 14489 Metadata that indicates whether the `sessionTimeout` property is editable. # noqa: E501 14490 14491 :return: The session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 14492 :rtype: SettingsMetadata 14493 """ 14494 return self._session_timeout_metadata 14495 14496 @session_timeout_metadata.setter 14497 def session_timeout_metadata(self, session_timeout_metadata): 14498 """Sets the session_timeout_metadata of this AccountSettingsInformation. 14499 14500 Metadata that indicates whether the `sessionTimeout` property is editable. # noqa: E501 14501 14502 :param session_timeout_metadata: The session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 14503 :type: SettingsMetadata 14504 """ 14505 14506 self._session_timeout_metadata = session_timeout_metadata 14507 14508 @property 14509 def set_recip_email_lang(self): 14510 """Gets the set_recip_email_lang of this AccountSettingsInformation. # noqa: E501 14511 14512 # noqa: E501 14513 14514 :return: The set_recip_email_lang of this AccountSettingsInformation. # noqa: E501 14515 :rtype: str 14516 """ 14517 return self._set_recip_email_lang 14518 14519 @set_recip_email_lang.setter 14520 def set_recip_email_lang(self, set_recip_email_lang): 14521 """Sets the set_recip_email_lang of this AccountSettingsInformation. 14522 14523 # noqa: E501 14524 14525 :param set_recip_email_lang: The set_recip_email_lang of this AccountSettingsInformation. # noqa: E501 14526 :type: str 14527 """ 14528 14529 self._set_recip_email_lang = set_recip_email_lang 14530 14531 @property 14532 def set_recip_email_lang_metadata(self): 14533 """Gets the set_recip_email_lang_metadata of this AccountSettingsInformation. # noqa: E501 14534 14535 Metadata that indicates whether the `setRecipEmailLang` property is editable. # noqa: E501 14536 14537 :return: The set_recip_email_lang_metadata of this AccountSettingsInformation. # noqa: E501 14538 :rtype: SettingsMetadata 14539 """ 14540 return self._set_recip_email_lang_metadata 14541 14542 @set_recip_email_lang_metadata.setter 14543 def set_recip_email_lang_metadata(self, set_recip_email_lang_metadata): 14544 """Sets the set_recip_email_lang_metadata of this AccountSettingsInformation. 14545 14546 Metadata that indicates whether the `setRecipEmailLang` property is editable. # noqa: E501 14547 14548 :param set_recip_email_lang_metadata: The set_recip_email_lang_metadata of this AccountSettingsInformation. # noqa: E501 14549 :type: SettingsMetadata 14550 """ 14551 14552 self._set_recip_email_lang_metadata = set_recip_email_lang_metadata 14553 14554 @property 14555 def set_recip_sign_lang(self): 14556 """Gets the set_recip_sign_lang of this AccountSettingsInformation. # noqa: E501 14557 14558 # noqa: E501 14559 14560 :return: The set_recip_sign_lang of this AccountSettingsInformation. # noqa: E501 14561 :rtype: str 14562 """ 14563 return self._set_recip_sign_lang 14564 14565 @set_recip_sign_lang.setter 14566 def set_recip_sign_lang(self, set_recip_sign_lang): 14567 """Sets the set_recip_sign_lang of this AccountSettingsInformation. 14568 14569 # noqa: E501 14570 14571 :param set_recip_sign_lang: The set_recip_sign_lang of this AccountSettingsInformation. # noqa: E501 14572 :type: str 14573 """ 14574 14575 self._set_recip_sign_lang = set_recip_sign_lang 14576 14577 @property 14578 def set_recip_sign_lang_metadata(self): 14579 """Gets the set_recip_sign_lang_metadata of this AccountSettingsInformation. # noqa: E501 14580 14581 Metadata that indicates whether the `setRecipSignLang` property is editable. # noqa: E501 14582 14583 :return: The set_recip_sign_lang_metadata of this AccountSettingsInformation. # noqa: E501 14584 :rtype: SettingsMetadata 14585 """ 14586 return self._set_recip_sign_lang_metadata 14587 14588 @set_recip_sign_lang_metadata.setter 14589 def set_recip_sign_lang_metadata(self, set_recip_sign_lang_metadata): 14590 """Sets the set_recip_sign_lang_metadata of this AccountSettingsInformation. 14591 14592 Metadata that indicates whether the `setRecipSignLang` property is editable. # noqa: E501 14593 14594 :param set_recip_sign_lang_metadata: The set_recip_sign_lang_metadata of this AccountSettingsInformation. # noqa: E501 14595 :type: SettingsMetadata 14596 """ 14597 14598 self._set_recip_sign_lang_metadata = set_recip_sign_lang_metadata 14599 14600 @property 14601 def shared_template_folders(self): 14602 """Gets the shared_template_folders of this AccountSettingsInformation. # noqa: E501 14603 14604 # noqa: E501 14605 14606 :return: The shared_template_folders of this AccountSettingsInformation. # noqa: E501 14607 :rtype: str 14608 """ 14609 return self._shared_template_folders 14610 14611 @shared_template_folders.setter 14612 def shared_template_folders(self, shared_template_folders): 14613 """Sets the shared_template_folders of this AccountSettingsInformation. 14614 14615 # noqa: E501 14616 14617 :param shared_template_folders: The shared_template_folders of this AccountSettingsInformation. # noqa: E501 14618 :type: str 14619 """ 14620 14621 self._shared_template_folders = shared_template_folders 14622 14623 @property 14624 def shared_template_folders_metadata(self): 14625 """Gets the shared_template_folders_metadata of this AccountSettingsInformation. # noqa: E501 14626 14627 Metadata that indicates whether the `sharedTemplateFolders` property is editable. # noqa: E501 14628 14629 :return: The shared_template_folders_metadata of this AccountSettingsInformation. # noqa: E501 14630 :rtype: SettingsMetadata 14631 """ 14632 return self._shared_template_folders_metadata 14633 14634 @shared_template_folders_metadata.setter 14635 def shared_template_folders_metadata(self, shared_template_folders_metadata): 14636 """Sets the shared_template_folders_metadata of this AccountSettingsInformation. 14637 14638 Metadata that indicates whether the `sharedTemplateFolders` property is editable. # noqa: E501 14639 14640 :param shared_template_folders_metadata: The shared_template_folders_metadata of this AccountSettingsInformation. # noqa: E501 14641 :type: SettingsMetadata 14642 """ 14643 14644 self._shared_template_folders_metadata = shared_template_folders_metadata 14645 14646 @property 14647 def show_complete_dialog_in_embedded_session(self): 14648 """Gets the show_complete_dialog_in_embedded_session of this AccountSettingsInformation. # noqa: E501 14649 14650 # noqa: E501 14651 14652 :return: The show_complete_dialog_in_embedded_session of this AccountSettingsInformation. # noqa: E501 14653 :rtype: str 14654 """ 14655 return self._show_complete_dialog_in_embedded_session 14656 14657 @show_complete_dialog_in_embedded_session.setter 14658 def show_complete_dialog_in_embedded_session(self, show_complete_dialog_in_embedded_session): 14659 """Sets the show_complete_dialog_in_embedded_session of this AccountSettingsInformation. 14660 14661 # noqa: E501 14662 14663 :param show_complete_dialog_in_embedded_session: The show_complete_dialog_in_embedded_session of this AccountSettingsInformation. # noqa: E501 14664 :type: str 14665 """ 14666 14667 self._show_complete_dialog_in_embedded_session = show_complete_dialog_in_embedded_session 14668 14669 @property 14670 def show_complete_dialog_in_embedded_session_metadata(self): 14671 """Gets the show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. # noqa: E501 14672 14673 Metadata that indicates whether the `showCompleteDialogInEmbeddedSession` property is editable. # noqa: E501 14674 14675 :return: The show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. # noqa: E501 14676 :rtype: SettingsMetadata 14677 """ 14678 return self._show_complete_dialog_in_embedded_session_metadata 14679 14680 @show_complete_dialog_in_embedded_session_metadata.setter 14681 def show_complete_dialog_in_embedded_session_metadata(self, show_complete_dialog_in_embedded_session_metadata): 14682 """Sets the show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. 14683 14684 Metadata that indicates whether the `showCompleteDialogInEmbeddedSession` property is editable. # noqa: E501 14685 14686 :param show_complete_dialog_in_embedded_session_metadata: The show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. # noqa: E501 14687 :type: SettingsMetadata 14688 """ 14689 14690 self._show_complete_dialog_in_embedded_session_metadata = show_complete_dialog_in_embedded_session_metadata 14691 14692 @property 14693 def show_conditional_routing_on_send(self): 14694 """Gets the show_conditional_routing_on_send of this AccountSettingsInformation. # noqa: E501 14695 14696 # noqa: E501 14697 14698 :return: The show_conditional_routing_on_send of this AccountSettingsInformation. # noqa: E501 14699 :rtype: str 14700 """ 14701 return self._show_conditional_routing_on_send 14702 14703 @show_conditional_routing_on_send.setter 14704 def show_conditional_routing_on_send(self, show_conditional_routing_on_send): 14705 """Sets the show_conditional_routing_on_send of this AccountSettingsInformation. 14706 14707 # noqa: E501 14708 14709 :param show_conditional_routing_on_send: The show_conditional_routing_on_send of this AccountSettingsInformation. # noqa: E501 14710 :type: str 14711 """ 14712 14713 self._show_conditional_routing_on_send = show_conditional_routing_on_send 14714 14715 @property 14716 def show_conditional_routing_on_send_metadata(self): 14717 """Gets the show_conditional_routing_on_send_metadata of this AccountSettingsInformation. # noqa: E501 14718 14719 # noqa: E501 14720 14721 :return: The show_conditional_routing_on_send_metadata of this AccountSettingsInformation. # noqa: E501 14722 :rtype: SettingsMetadata 14723 """ 14724 return self._show_conditional_routing_on_send_metadata 14725 14726 @show_conditional_routing_on_send_metadata.setter 14727 def show_conditional_routing_on_send_metadata(self, show_conditional_routing_on_send_metadata): 14728 """Sets the show_conditional_routing_on_send_metadata of this AccountSettingsInformation. 14729 14730 # noqa: E501 14731 14732 :param show_conditional_routing_on_send_metadata: The show_conditional_routing_on_send_metadata of this AccountSettingsInformation. # noqa: E501 14733 :type: SettingsMetadata 14734 """ 14735 14736 self._show_conditional_routing_on_send_metadata = show_conditional_routing_on_send_metadata 14737 14738 @property 14739 def show_initial_conditional_fields(self): 14740 """Gets the show_initial_conditional_fields of this AccountSettingsInformation. # noqa: E501 14741 14742 # noqa: E501 14743 14744 :return: The show_initial_conditional_fields of this AccountSettingsInformation. # noqa: E501 14745 :rtype: str 14746 """ 14747 return self._show_initial_conditional_fields 14748 14749 @show_initial_conditional_fields.setter 14750 def show_initial_conditional_fields(self, show_initial_conditional_fields): 14751 """Sets the show_initial_conditional_fields of this AccountSettingsInformation. 14752 14753 # noqa: E501 14754 14755 :param show_initial_conditional_fields: The show_initial_conditional_fields of this AccountSettingsInformation. # noqa: E501 14756 :type: str 14757 """ 14758 14759 self._show_initial_conditional_fields = show_initial_conditional_fields 14760 14761 @property 14762 def show_initial_conditional_fields_metadata(self): 14763 """Gets the show_initial_conditional_fields_metadata of this AccountSettingsInformation. # noqa: E501 14764 14765 Metadata that indicates whether the `showInitialConditionalFields` property is editable. # noqa: E501 14766 14767 :return: The show_initial_conditional_fields_metadata of this AccountSettingsInformation. # noqa: E501 14768 :rtype: SettingsMetadata 14769 """ 14770 return self._show_initial_conditional_fields_metadata 14771 14772 @show_initial_conditional_fields_metadata.setter 14773 def show_initial_conditional_fields_metadata(self, show_initial_conditional_fields_metadata): 14774 """Sets the show_initial_conditional_fields_metadata of this AccountSettingsInformation. 14775 14776 Metadata that indicates whether the `showInitialConditionalFields` property is editable. # noqa: E501 14777 14778 :param show_initial_conditional_fields_metadata: The show_initial_conditional_fields_metadata of this AccountSettingsInformation. # noqa: E501 14779 :type: SettingsMetadata 14780 """ 14781 14782 self._show_initial_conditional_fields_metadata = show_initial_conditional_fields_metadata 14783 14784 @property 14785 def show_localized_watermarks(self): 14786 """Gets the show_localized_watermarks of this AccountSettingsInformation. # noqa: E501 14787 14788 # noqa: E501 14789 14790 :return: The show_localized_watermarks of this AccountSettingsInformation. # noqa: E501 14791 :rtype: str 14792 """ 14793 return self._show_localized_watermarks 14794 14795 @show_localized_watermarks.setter 14796 def show_localized_watermarks(self, show_localized_watermarks): 14797 """Sets the show_localized_watermarks of this AccountSettingsInformation. 14798 14799 # noqa: E501 14800 14801 :param show_localized_watermarks: The show_localized_watermarks of this AccountSettingsInformation. # noqa: E501 14802 :type: str 14803 """ 14804 14805 self._show_localized_watermarks = show_localized_watermarks 14806 14807 @property 14808 def show_localized_watermarks_metadata(self): 14809 """Gets the show_localized_watermarks_metadata of this AccountSettingsInformation. # noqa: E501 14810 14811 Metadata that indicates whether the `showLocalizedWatermarks` property is editable. # noqa: E501 14812 14813 :return: The show_localized_watermarks_metadata of this AccountSettingsInformation. # noqa: E501 14814 :rtype: SettingsMetadata 14815 """ 14816 return self._show_localized_watermarks_metadata 14817 14818 @show_localized_watermarks_metadata.setter 14819 def show_localized_watermarks_metadata(self, show_localized_watermarks_metadata): 14820 """Sets the show_localized_watermarks_metadata of this AccountSettingsInformation. 14821 14822 Metadata that indicates whether the `showLocalizedWatermarks` property is editable. # noqa: E501 14823 14824 :param show_localized_watermarks_metadata: The show_localized_watermarks_metadata of this AccountSettingsInformation. # noqa: E501 14825 :type: SettingsMetadata 14826 """ 14827 14828 self._show_localized_watermarks_metadata = show_localized_watermarks_metadata 14829 14830 @property 14831 def show_masked_fields_when_downloading_document_as_sender(self): 14832 """Gets the show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. # noqa: E501 14833 14834 # noqa: E501 14835 14836 :return: The show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. # noqa: E501 14837 :rtype: str 14838 """ 14839 return self._show_masked_fields_when_downloading_document_as_sender 14840 14841 @show_masked_fields_when_downloading_document_as_sender.setter 14842 def show_masked_fields_when_downloading_document_as_sender(self, show_masked_fields_when_downloading_document_as_sender): 14843 """Sets the show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. 14844 14845 # noqa: E501 14846 14847 :param show_masked_fields_when_downloading_document_as_sender: The show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. # noqa: E501 14848 :type: str 14849 """ 14850 14851 self._show_masked_fields_when_downloading_document_as_sender = show_masked_fields_when_downloading_document_as_sender 14852 14853 @property 14854 def show_masked_fields_when_downloading_document_as_sender_metadata(self): 14855 """Gets the show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. # noqa: E501 14856 14857 # noqa: E501 14858 14859 :return: The show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. # noqa: E501 14860 :rtype: SettingsMetadata 14861 """ 14862 return self._show_masked_fields_when_downloading_document_as_sender_metadata 14863 14864 @show_masked_fields_when_downloading_document_as_sender_metadata.setter 14865 def show_masked_fields_when_downloading_document_as_sender_metadata(self, show_masked_fields_when_downloading_document_as_sender_metadata): 14866 """Sets the show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. 14867 14868 # noqa: E501 14869 14870 :param show_masked_fields_when_downloading_document_as_sender_metadata: The show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. # noqa: E501 14871 :type: SettingsMetadata 14872 """ 14873 14874 self._show_masked_fields_when_downloading_document_as_sender_metadata = show_masked_fields_when_downloading_document_as_sender_metadata 14875 14876 @property 14877 def show_tutorials(self): 14878 """Gets the show_tutorials of this AccountSettingsInformation. # noqa: E501 14879 14880 # noqa: E501 14881 14882 :return: The show_tutorials of this AccountSettingsInformation. # noqa: E501 14883 :rtype: str 14884 """ 14885 return self._show_tutorials 14886 14887 @show_tutorials.setter 14888 def show_tutorials(self, show_tutorials): 14889 """Sets the show_tutorials of this AccountSettingsInformation. 14890 14891 # noqa: E501 14892 14893 :param show_tutorials: The show_tutorials of this AccountSettingsInformation. # noqa: E501 14894 :type: str 14895 """ 14896 14897 self._show_tutorials = show_tutorials 14898 14899 @property 14900 def show_tutorials_metadata(self): 14901 """Gets the show_tutorials_metadata of this AccountSettingsInformation. # noqa: E501 14902 14903 Metadata that indicates whether the `showTutorials` property is editable. # noqa: E501 14904 14905 :return: The show_tutorials_metadata of this AccountSettingsInformation. # noqa: E501 14906 :rtype: SettingsMetadata 14907 """ 14908 return self._show_tutorials_metadata 14909 14910 @show_tutorials_metadata.setter 14911 def show_tutorials_metadata(self, show_tutorials_metadata): 14912 """Sets the show_tutorials_metadata of this AccountSettingsInformation. 14913 14914 Metadata that indicates whether the `showTutorials` property is editable. # noqa: E501 14915 14916 :param show_tutorials_metadata: The show_tutorials_metadata of this AccountSettingsInformation. # noqa: E501 14917 :type: SettingsMetadata 14918 """ 14919 14920 self._show_tutorials_metadata = show_tutorials_metadata 14921 14922 @property 14923 def signature_providers(self): 14924 """Gets the signature_providers of this AccountSettingsInformation. # noqa: E501 14925 14926 # noqa: E501 14927 14928 :return: The signature_providers of this AccountSettingsInformation. # noqa: E501 14929 :rtype: list[str] 14930 """ 14931 return self._signature_providers 14932 14933 @signature_providers.setter 14934 def signature_providers(self, signature_providers): 14935 """Sets the signature_providers of this AccountSettingsInformation. 14936 14937 # noqa: E501 14938 14939 :param signature_providers: The signature_providers of this AccountSettingsInformation. # noqa: E501 14940 :type: list[str] 14941 """ 14942 14943 self._signature_providers = signature_providers 14944 14945 @property 14946 def signature_providers_metadata(self): 14947 """Gets the signature_providers_metadata of this AccountSettingsInformation. # noqa: E501 14948 14949 Metadata that indicates whether the `signatureProviders` property is editable. # noqa: E501 14950 14951 :return: The signature_providers_metadata of this AccountSettingsInformation. # noqa: E501 14952 :rtype: SettingsMetadata 14953 """ 14954 return self._signature_providers_metadata 14955 14956 @signature_providers_metadata.setter 14957 def signature_providers_metadata(self, signature_providers_metadata): 14958 """Sets the signature_providers_metadata of this AccountSettingsInformation. 14959 14960 Metadata that indicates whether the `signatureProviders` property is editable. # noqa: E501 14961 14962 :param signature_providers_metadata: The signature_providers_metadata of this AccountSettingsInformation. # noqa: E501 14963 :type: SettingsMetadata 14964 """ 14965 14966 self._signature_providers_metadata = signature_providers_metadata 14967 14968 @property 14969 def sign_date_format(self): 14970 """Gets the sign_date_format of this AccountSettingsInformation. # noqa: E501 14971 14972 # noqa: E501 14973 14974 :return: The sign_date_format of this AccountSettingsInformation. # noqa: E501 14975 :rtype: str 14976 """ 14977 return self._sign_date_format 14978 14979 @sign_date_format.setter 14980 def sign_date_format(self, sign_date_format): 14981 """Sets the sign_date_format of this AccountSettingsInformation. 14982 14983 # noqa: E501 14984 14985 :param sign_date_format: The sign_date_format of this AccountSettingsInformation. # noqa: E501 14986 :type: str 14987 """ 14988 14989 self._sign_date_format = sign_date_format 14990 14991 @property 14992 def sign_date_format_metadata(self): 14993 """Gets the sign_date_format_metadata of this AccountSettingsInformation. # noqa: E501 14994 14995 Metadata that indicates whether the `signDateFormat` property is editable. # noqa: E501 14996 14997 :return: The sign_date_format_metadata of this AccountSettingsInformation. # noqa: E501 14998 :rtype: SettingsMetadata 14999 """ 15000 return self._sign_date_format_metadata 15001 15002 @sign_date_format_metadata.setter 15003 def sign_date_format_metadata(self, sign_date_format_metadata): 15004 """Sets the sign_date_format_metadata of this AccountSettingsInformation. 15005 15006 Metadata that indicates whether the `signDateFormat` property is editable. # noqa: E501 15007 15008 :param sign_date_format_metadata: The sign_date_format_metadata of this AccountSettingsInformation. # noqa: E501 15009 :type: SettingsMetadata 15010 """ 15011 15012 self._sign_date_format_metadata = sign_date_format_metadata 15013 15014 @property 15015 def sign_date_time_account_language_override(self): 15016 """Gets the sign_date_time_account_language_override of this AccountSettingsInformation. # noqa: E501 15017 15018 # noqa: E501 15019 15020 :return: The sign_date_time_account_language_override of this AccountSettingsInformation. # noqa: E501 15021 :rtype: str 15022 """ 15023 return self._sign_date_time_account_language_override 15024 15025 @sign_date_time_account_language_override.setter 15026 def sign_date_time_account_language_override(self, sign_date_time_account_language_override): 15027 """Sets the sign_date_time_account_language_override of this AccountSettingsInformation. 15028 15029 # noqa: E501 15030 15031 :param sign_date_time_account_language_override: The sign_date_time_account_language_override of this AccountSettingsInformation. # noqa: E501 15032 :type: str 15033 """ 15034 15035 self._sign_date_time_account_language_override = sign_date_time_account_language_override 15036 15037 @property 15038 def sign_date_time_account_language_override_metadata(self): 15039 """Gets the sign_date_time_account_language_override_metadata of this AccountSettingsInformation. # noqa: E501 15040 15041 # noqa: E501 15042 15043 :return: The sign_date_time_account_language_override_metadata of this AccountSettingsInformation. # noqa: E501 15044 :rtype: SettingsMetadata 15045 """ 15046 return self._sign_date_time_account_language_override_metadata 15047 15048 @sign_date_time_account_language_override_metadata.setter 15049 def sign_date_time_account_language_override_metadata(self, sign_date_time_account_language_override_metadata): 15050 """Sets the sign_date_time_account_language_override_metadata of this AccountSettingsInformation. 15051 15052 # noqa: E501 15053 15054 :param sign_date_time_account_language_override_metadata: The sign_date_time_account_language_override_metadata of this AccountSettingsInformation. # noqa: E501 15055 :type: SettingsMetadata 15056 """ 15057 15058 self._sign_date_time_account_language_override_metadata = sign_date_time_account_language_override_metadata 15059 15060 @property 15061 def sign_date_time_account_timezone_override(self): 15062 """Gets the sign_date_time_account_timezone_override of this AccountSettingsInformation. # noqa: E501 15063 15064 # noqa: E501 15065 15066 :return: The sign_date_time_account_timezone_override of this AccountSettingsInformation. # noqa: E501 15067 :rtype: str 15068 """ 15069 return self._sign_date_time_account_timezone_override 15070 15071 @sign_date_time_account_timezone_override.setter 15072 def sign_date_time_account_timezone_override(self, sign_date_time_account_timezone_override): 15073 """Sets the sign_date_time_account_timezone_override of this AccountSettingsInformation. 15074 15075 # noqa: E501 15076 15077 :param sign_date_time_account_timezone_override: The sign_date_time_account_timezone_override of this AccountSettingsInformation. # noqa: E501 15078 :type: str 15079 """ 15080 15081 self._sign_date_time_account_timezone_override = sign_date_time_account_timezone_override 15082 15083 @property 15084 def sign_date_time_account_timezone_override_metadata(self): 15085 """Gets the sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. # noqa: E501 15086 15087 # noqa: E501 15088 15089 :return: The sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. # noqa: E501 15090 :rtype: SettingsMetadata 15091 """ 15092 return self._sign_date_time_account_timezone_override_metadata 15093 15094 @sign_date_time_account_timezone_override_metadata.setter 15095 def sign_date_time_account_timezone_override_metadata(self, sign_date_time_account_timezone_override_metadata): 15096 """Sets the sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. 15097 15098 # noqa: E501 15099 15100 :param sign_date_time_account_timezone_override_metadata: The sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. # noqa: E501 15101 :type: SettingsMetadata 15102 """ 15103 15104 self._sign_date_time_account_timezone_override_metadata = sign_date_time_account_timezone_override_metadata 15105 15106 @property 15107 def signer_attach_certificate_to_envelope_pdf(self): 15108 """Gets the signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. # noqa: E501 15109 15110 # noqa: E501 15111 15112 :return: The signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. # noqa: E501 15113 :rtype: str 15114 """ 15115 return self._signer_attach_certificate_to_envelope_pdf 15116 15117 @signer_attach_certificate_to_envelope_pdf.setter 15118 def signer_attach_certificate_to_envelope_pdf(self, signer_attach_certificate_to_envelope_pdf): 15119 """Sets the signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. 15120 15121 # noqa: E501 15122 15123 :param signer_attach_certificate_to_envelope_pdf: The signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. # noqa: E501 15124 :type: str 15125 """ 15126 15127 self._signer_attach_certificate_to_envelope_pdf = signer_attach_certificate_to_envelope_pdf 15128 15129 @property 15130 def signer_attach_certificate_to_envelope_pdf_metadata(self): 15131 """Gets the signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. # noqa: E501 15132 15133 Metadata that indicates whether the `signerAttachCertificateToEnvelopePDF` property is editable. # noqa: E501 15134 15135 :return: The signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. # noqa: E501 15136 :rtype: SettingsMetadata 15137 """ 15138 return self._signer_attach_certificate_to_envelope_pdf_metadata 15139 15140 @signer_attach_certificate_to_envelope_pdf_metadata.setter 15141 def signer_attach_certificate_to_envelope_pdf_metadata(self, signer_attach_certificate_to_envelope_pdf_metadata): 15142 """Sets the signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. 15143 15144 Metadata that indicates whether the `signerAttachCertificateToEnvelopePDF` property is editable. # noqa: E501 15145 15146 :param signer_attach_certificate_to_envelope_pdf_metadata: The signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. # noqa: E501 15147 :type: SettingsMetadata 15148 """ 15149 15150 self._signer_attach_certificate_to_envelope_pdf_metadata = signer_attach_certificate_to_envelope_pdf_metadata 15151 15152 @property 15153 def signer_attach_concat(self): 15154 """Gets the signer_attach_concat of this AccountSettingsInformation. # noqa: E501 15155 15156 # noqa: E501 15157 15158 :return: The signer_attach_concat of this AccountSettingsInformation. # noqa: E501 15159 :rtype: str 15160 """ 15161 return self._signer_attach_concat 15162 15163 @signer_attach_concat.setter 15164 def signer_attach_concat(self, signer_attach_concat): 15165 """Sets the signer_attach_concat of this AccountSettingsInformation. 15166 15167 # noqa: E501 15168 15169 :param signer_attach_concat: The signer_attach_concat of this AccountSettingsInformation. # noqa: E501 15170 :type: str 15171 """ 15172 15173 self._signer_attach_concat = signer_attach_concat 15174 15175 @property 15176 def signer_attach_concat_metadata(self): 15177 """Gets the signer_attach_concat_metadata of this AccountSettingsInformation. # noqa: E501 15178 15179 Metadata that indicates whether the `signerAttachConcat` property is editable. # noqa: E501 15180 15181 :return: The signer_attach_concat_metadata of this AccountSettingsInformation. # noqa: E501 15182 :rtype: SettingsMetadata 15183 """ 15184 return self._signer_attach_concat_metadata 15185 15186 @signer_attach_concat_metadata.setter 15187 def signer_attach_concat_metadata(self, signer_attach_concat_metadata): 15188 """Sets the signer_attach_concat_metadata of this AccountSettingsInformation. 15189 15190 Metadata that indicates whether the `signerAttachConcat` property is editable. # noqa: E501 15191 15192 :param signer_attach_concat_metadata: The signer_attach_concat_metadata of this AccountSettingsInformation. # noqa: E501 15193 :type: SettingsMetadata 15194 """ 15195 15196 self._signer_attach_concat_metadata = signer_attach_concat_metadata 15197 15198 @property 15199 def signer_can_create_account(self): 15200 """Gets the signer_can_create_account of this AccountSettingsInformation. # noqa: E501 15201 15202 # noqa: E501 15203 15204 :return: The signer_can_create_account of this AccountSettingsInformation. # noqa: E501 15205 :rtype: str 15206 """ 15207 return self._signer_can_create_account 15208 15209 @signer_can_create_account.setter 15210 def signer_can_create_account(self, signer_can_create_account): 15211 """Sets the signer_can_create_account of this AccountSettingsInformation. 15212 15213 # noqa: E501 15214 15215 :param signer_can_create_account: The signer_can_create_account of this AccountSettingsInformation. # noqa: E501 15216 :type: str 15217 """ 15218 15219 self._signer_can_create_account = signer_can_create_account 15220 15221 @property 15222 def signer_can_create_account_metadata(self): 15223 """Gets the signer_can_create_account_metadata of this AccountSettingsInformation. # noqa: E501 15224 15225 Metadata that indicates whether the `signerCanCreateAccount` property is editable. # noqa: E501 15226 15227 :return: The signer_can_create_account_metadata of this AccountSettingsInformation. # noqa: E501 15228 :rtype: SettingsMetadata 15229 """ 15230 return self._signer_can_create_account_metadata 15231 15232 @signer_can_create_account_metadata.setter 15233 def signer_can_create_account_metadata(self, signer_can_create_account_metadata): 15234 """Sets the signer_can_create_account_metadata of this AccountSettingsInformation. 15235 15236 Metadata that indicates whether the `signerCanCreateAccount` property is editable. # noqa: E501 15237 15238 :param signer_can_create_account_metadata: The signer_can_create_account_metadata of this AccountSettingsInformation. # noqa: E501 15239 :type: SettingsMetadata 15240 """ 15241 15242 self._signer_can_create_account_metadata = signer_can_create_account_metadata 15243 15244 @property 15245 def signer_can_sign_on_mobile(self): 15246 """Gets the signer_can_sign_on_mobile of this AccountSettingsInformation. # noqa: E501 15247 15248 # noqa: E501 15249 15250 :return: The signer_can_sign_on_mobile of this AccountSettingsInformation. # noqa: E501 15251 :rtype: str 15252 """ 15253 return self._signer_can_sign_on_mobile 15254 15255 @signer_can_sign_on_mobile.setter 15256 def signer_can_sign_on_mobile(self, signer_can_sign_on_mobile): 15257 """Sets the signer_can_sign_on_mobile of this AccountSettingsInformation. 15258 15259 # noqa: E501 15260 15261 :param signer_can_sign_on_mobile: The signer_can_sign_on_mobile of this AccountSettingsInformation. # noqa: E501 15262 :type: str 15263 """ 15264 15265 self._signer_can_sign_on_mobile = signer_can_sign_on_mobile 15266 15267 @property 15268 def signer_can_sign_on_mobile_metadata(self): 15269 """Gets the signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. # noqa: E501 15270 15271 Metadata that indicates whether the `signerCanSignOnMobile` property is editable. # noqa: E501 15272 15273 :return: The signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. # noqa: E501 15274 :rtype: SettingsMetadata 15275 """ 15276 return self._signer_can_sign_on_mobile_metadata 15277 15278 @signer_can_sign_on_mobile_metadata.setter 15279 def signer_can_sign_on_mobile_metadata(self, signer_can_sign_on_mobile_metadata): 15280 """Sets the signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. 15281 15282 Metadata that indicates whether the `signerCanSignOnMobile` property is editable. # noqa: E501 15283 15284 :param signer_can_sign_on_mobile_metadata: The signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. # noqa: E501 15285 :type: SettingsMetadata 15286 """ 15287 15288 self._signer_can_sign_on_mobile_metadata = signer_can_sign_on_mobile_metadata 15289 15290 @property 15291 def signer_in_session_use_envelope_complete_email(self): 15292 """Gets the signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. # noqa: E501 15293 15294 # noqa: E501 15295 15296 :return: The signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. # noqa: E501 15297 :rtype: str 15298 """ 15299 return self._signer_in_session_use_envelope_complete_email 15300 15301 @signer_in_session_use_envelope_complete_email.setter 15302 def signer_in_session_use_envelope_complete_email(self, signer_in_session_use_envelope_complete_email): 15303 """Sets the signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. 15304 15305 # noqa: E501 15306 15307 :param signer_in_session_use_envelope_complete_email: The signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. # noqa: E501 15308 :type: str 15309 """ 15310 15311 self._signer_in_session_use_envelope_complete_email = signer_in_session_use_envelope_complete_email 15312 15313 @property 15314 def signer_in_session_use_envelope_complete_email_metadata(self): 15315 """Gets the signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. # noqa: E501 15316 15317 Metadata that indicates whether the `signerInSessionUseEnvelopeCompleteEmail` property is editable. # noqa: E501 15318 15319 :return: The signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. # noqa: E501 15320 :rtype: SettingsMetadata 15321 """ 15322 return self._signer_in_session_use_envelope_complete_email_metadata 15323 15324 @signer_in_session_use_envelope_complete_email_metadata.setter 15325 def signer_in_session_use_envelope_complete_email_metadata(self, signer_in_session_use_envelope_complete_email_metadata): 15326 """Sets the signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. 15327 15328 Metadata that indicates whether the `signerInSessionUseEnvelopeCompleteEmail` property is editable. # noqa: E501 15329 15330 :param signer_in_session_use_envelope_complete_email_metadata: The signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. # noqa: E501 15331 :type: SettingsMetadata 15332 """ 15333 15334 self._signer_in_session_use_envelope_complete_email_metadata = signer_in_session_use_envelope_complete_email_metadata 15335 15336 @property 15337 def signer_login_requirements(self): 15338 """Gets the signer_login_requirements of this AccountSettingsInformation. # noqa: E501 15339 15340 # noqa: E501 15341 15342 :return: The signer_login_requirements of this AccountSettingsInformation. # noqa: E501 15343 :rtype: str 15344 """ 15345 return self._signer_login_requirements 15346 15347 @signer_login_requirements.setter 15348 def signer_login_requirements(self, signer_login_requirements): 15349 """Sets the signer_login_requirements of this AccountSettingsInformation. 15350 15351 # noqa: E501 15352 15353 :param signer_login_requirements: The signer_login_requirements of this AccountSettingsInformation. # noqa: E501 15354 :type: str 15355 """ 15356 15357 self._signer_login_requirements = signer_login_requirements 15358 15359 @property 15360 def signer_login_requirements_metadata(self): 15361 """Gets the signer_login_requirements_metadata of this AccountSettingsInformation. # noqa: E501 15362 15363 Metadata that indicates whether the `signerLoginRequirements` property is editable. # noqa: E501 15364 15365 :return: The signer_login_requirements_metadata of this AccountSettingsInformation. # noqa: E501 15366 :rtype: SettingsMetadata 15367 """ 15368 return self._signer_login_requirements_metadata 15369 15370 @signer_login_requirements_metadata.setter 15371 def signer_login_requirements_metadata(self, signer_login_requirements_metadata): 15372 """Sets the signer_login_requirements_metadata of this AccountSettingsInformation. 15373 15374 Metadata that indicates whether the `signerLoginRequirements` property is editable. # noqa: E501 15375 15376 :param signer_login_requirements_metadata: The signer_login_requirements_metadata of this AccountSettingsInformation. # noqa: E501 15377 :type: SettingsMetadata 15378 """ 15379 15380 self._signer_login_requirements_metadata = signer_login_requirements_metadata 15381 15382 @property 15383 def signer_must_have_account(self): 15384 """Gets the signer_must_have_account of this AccountSettingsInformation. # noqa: E501 15385 15386 # noqa: E501 15387 15388 :return: The signer_must_have_account of this AccountSettingsInformation. # noqa: E501 15389 :rtype: str 15390 """ 15391 return self._signer_must_have_account 15392 15393 @signer_must_have_account.setter 15394 def signer_must_have_account(self, signer_must_have_account): 15395 """Sets the signer_must_have_account of this AccountSettingsInformation. 15396 15397 # noqa: E501 15398 15399 :param signer_must_have_account: The signer_must_have_account of this AccountSettingsInformation. # noqa: E501 15400 :type: str 15401 """ 15402 15403 self._signer_must_have_account = signer_must_have_account 15404 15405 @property 15406 def signer_must_have_account_metadata(self): 15407 """Gets the signer_must_have_account_metadata of this AccountSettingsInformation. # noqa: E501 15408 15409 Metadata that indicates whether the `signerMustHaveAccount` property is editable. # noqa: E501 15410 15411 :return: The signer_must_have_account_metadata of this AccountSettingsInformation. # noqa: E501 15412 :rtype: SettingsMetadata 15413 """ 15414 return self._signer_must_have_account_metadata 15415 15416 @signer_must_have_account_metadata.setter 15417 def signer_must_have_account_metadata(self, signer_must_have_account_metadata): 15418 """Sets the signer_must_have_account_metadata of this AccountSettingsInformation. 15419 15420 Metadata that indicates whether the `signerMustHaveAccount` property is editable. # noqa: E501 15421 15422 :param signer_must_have_account_metadata: The signer_must_have_account_metadata of this AccountSettingsInformation. # noqa: E501 15423 :type: SettingsMetadata 15424 """ 15425 15426 self._signer_must_have_account_metadata = signer_must_have_account_metadata 15427 15428 @property 15429 def signer_must_login_to_sign(self): 15430 """Gets the signer_must_login_to_sign of this AccountSettingsInformation. # noqa: E501 15431 15432 # noqa: E501 15433 15434 :return: The signer_must_login_to_sign of this AccountSettingsInformation. # noqa: E501 15435 :rtype: str 15436 """ 15437 return self._signer_must_login_to_sign 15438 15439 @signer_must_login_to_sign.setter 15440 def signer_must_login_to_sign(self, signer_must_login_to_sign): 15441 """Sets the signer_must_login_to_sign of this AccountSettingsInformation. 15442 15443 # noqa: E501 15444 15445 :param signer_must_login_to_sign: The signer_must_login_to_sign of this AccountSettingsInformation. # noqa: E501 15446 :type: str 15447 """ 15448 15449 self._signer_must_login_to_sign = signer_must_login_to_sign 15450 15451 @property 15452 def signer_must_login_to_sign_metadata(self): 15453 """Gets the signer_must_login_to_sign_metadata of this AccountSettingsInformation. # noqa: E501 15454 15455 Metadata that indicates whether the `signerMustLoginToSign` property is editable. # noqa: E501 15456 15457 :return: The signer_must_login_to_sign_metadata of this AccountSettingsInformation. # noqa: E501 15458 :rtype: SettingsMetadata 15459 """ 15460 return self._signer_must_login_to_sign_metadata 15461 15462 @signer_must_login_to_sign_metadata.setter 15463 def signer_must_login_to_sign_metadata(self, signer_must_login_to_sign_metadata): 15464 """Sets the signer_must_login_to_sign_metadata of this AccountSettingsInformation. 15465 15466 Metadata that indicates whether the `signerMustLoginToSign` property is editable. # noqa: E501 15467 15468 :param signer_must_login_to_sign_metadata: The signer_must_login_to_sign_metadata of this AccountSettingsInformation. # noqa: E501 15469 :type: SettingsMetadata 15470 """ 15471 15472 self._signer_must_login_to_sign_metadata = signer_must_login_to_sign_metadata 15473 15474 @property 15475 def signer_show_secure_field_initial_values(self): 15476 """Gets the signer_show_secure_field_initial_values of this AccountSettingsInformation. # noqa: E501 15477 15478 # noqa: E501 15479 15480 :return: The signer_show_secure_field_initial_values of this AccountSettingsInformation. # noqa: E501 15481 :rtype: str 15482 """ 15483 return self._signer_show_secure_field_initial_values 15484 15485 @signer_show_secure_field_initial_values.setter 15486 def signer_show_secure_field_initial_values(self, signer_show_secure_field_initial_values): 15487 """Sets the signer_show_secure_field_initial_values of this AccountSettingsInformation. 15488 15489 # noqa: E501 15490 15491 :param signer_show_secure_field_initial_values: The signer_show_secure_field_initial_values of this AccountSettingsInformation. # noqa: E501 15492 :type: str 15493 """ 15494 15495 self._signer_show_secure_field_initial_values = signer_show_secure_field_initial_values 15496 15497 @property 15498 def signer_show_secure_field_initial_values_metadata(self): 15499 """Gets the signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. # noqa: E501 15500 15501 Metadata that indicates whether the `signerShowSecureFieldInitialValues` property is editable. # noqa: E501 15502 15503 :return: The signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. # noqa: E501 15504 :rtype: SettingsMetadata 15505 """ 15506 return self._signer_show_secure_field_initial_values_metadata 15507 15508 @signer_show_secure_field_initial_values_metadata.setter 15509 def signer_show_secure_field_initial_values_metadata(self, signer_show_secure_field_initial_values_metadata): 15510 """Sets the signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. 15511 15512 Metadata that indicates whether the `signerShowSecureFieldInitialValues` property is editable. # noqa: E501 15513 15514 :param signer_show_secure_field_initial_values_metadata: The signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. # noqa: E501 15515 :type: SettingsMetadata 15516 """ 15517 15518 self._signer_show_secure_field_initial_values_metadata = signer_show_secure_field_initial_values_metadata 15519 15520 @property 15521 def signing_session_timeout(self): 15522 """Gets the signing_session_timeout of this AccountSettingsInformation. # noqa: E501 15523 15524 # noqa: E501 15525 15526 :return: The signing_session_timeout of this AccountSettingsInformation. # noqa: E501 15527 :rtype: str 15528 """ 15529 return self._signing_session_timeout 15530 15531 @signing_session_timeout.setter 15532 def signing_session_timeout(self, signing_session_timeout): 15533 """Sets the signing_session_timeout of this AccountSettingsInformation. 15534 15535 # noqa: E501 15536 15537 :param signing_session_timeout: The signing_session_timeout of this AccountSettingsInformation. # noqa: E501 15538 :type: str 15539 """ 15540 15541 self._signing_session_timeout = signing_session_timeout 15542 15543 @property 15544 def signing_session_timeout_metadata(self): 15545 """Gets the signing_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 15546 15547 Metadata that indicates whether the `signingSessionTimeout` property is editable. # noqa: E501 15548 15549 :return: The signing_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 15550 :rtype: SettingsMetadata 15551 """ 15552 return self._signing_session_timeout_metadata 15553 15554 @signing_session_timeout_metadata.setter 15555 def signing_session_timeout_metadata(self, signing_session_timeout_metadata): 15556 """Sets the signing_session_timeout_metadata of this AccountSettingsInformation. 15557 15558 Metadata that indicates whether the `signingSessionTimeout` property is editable. # noqa: E501 15559 15560 :param signing_session_timeout_metadata: The signing_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 15561 :type: SettingsMetadata 15562 """ 15563 15564 self._signing_session_timeout_metadata = signing_session_timeout_metadata 15565 15566 @property 15567 def signing_ui_version(self): 15568 """Gets the signing_ui_version of this AccountSettingsInformation. # noqa: E501 15569 15570 # noqa: E501 15571 15572 :return: The signing_ui_version of this AccountSettingsInformation. # noqa: E501 15573 :rtype: str 15574 """ 15575 return self._signing_ui_version 15576 15577 @signing_ui_version.setter 15578 def signing_ui_version(self, signing_ui_version): 15579 """Sets the signing_ui_version of this AccountSettingsInformation. 15580 15581 # noqa: E501 15582 15583 :param signing_ui_version: The signing_ui_version of this AccountSettingsInformation. # noqa: E501 15584 :type: str 15585 """ 15586 15587 self._signing_ui_version = signing_ui_version 15588 15589 @property 15590 def signing_ui_version_metadata(self): 15591 """Gets the signing_ui_version_metadata of this AccountSettingsInformation. # noqa: E501 15592 15593 Reserved for DocuSign. # noqa: E501 15594 15595 :return: The signing_ui_version_metadata of this AccountSettingsInformation. # noqa: E501 15596 :rtype: SettingsMetadata 15597 """ 15598 return self._signing_ui_version_metadata 15599 15600 @signing_ui_version_metadata.setter 15601 def signing_ui_version_metadata(self, signing_ui_version_metadata): 15602 """Sets the signing_ui_version_metadata of this AccountSettingsInformation. 15603 15604 Reserved for DocuSign. # noqa: E501 15605 15606 :param signing_ui_version_metadata: The signing_ui_version_metadata of this AccountSettingsInformation. # noqa: E501 15607 :type: SettingsMetadata 15608 """ 15609 15610 self._signing_ui_version_metadata = signing_ui_version_metadata 15611 15612 @property 15613 def sign_time_format(self): 15614 """Gets the sign_time_format of this AccountSettingsInformation. # noqa: E501 15615 15616 # noqa: E501 15617 15618 :return: The sign_time_format of this AccountSettingsInformation. # noqa: E501 15619 :rtype: str 15620 """ 15621 return self._sign_time_format 15622 15623 @sign_time_format.setter 15624 def sign_time_format(self, sign_time_format): 15625 """Sets the sign_time_format of this AccountSettingsInformation. 15626 15627 # noqa: E501 15628 15629 :param sign_time_format: The sign_time_format of this AccountSettingsInformation. # noqa: E501 15630 :type: str 15631 """ 15632 15633 self._sign_time_format = sign_time_format 15634 15635 @property 15636 def sign_time_format_metadata(self): 15637 """Gets the sign_time_format_metadata of this AccountSettingsInformation. # noqa: E501 15638 15639 Metadata that indicates whether the `signTimeFormat` property is editable. # noqa: E501 15640 15641 :return: The sign_time_format_metadata of this AccountSettingsInformation. # noqa: E501 15642 :rtype: SettingsMetadata 15643 """ 15644 return self._sign_time_format_metadata 15645 15646 @sign_time_format_metadata.setter 15647 def sign_time_format_metadata(self, sign_time_format_metadata): 15648 """Sets the sign_time_format_metadata of this AccountSettingsInformation. 15649 15650 Metadata that indicates whether the `signTimeFormat` property is editable. # noqa: E501 15651 15652 :param sign_time_format_metadata: The sign_time_format_metadata of this AccountSettingsInformation. # noqa: E501 15653 :type: SettingsMetadata 15654 """ 15655 15656 self._sign_time_format_metadata = sign_time_format_metadata 15657 15658 @property 15659 def sign_time_show_am_pm(self): 15660 """Gets the sign_time_show_am_pm of this AccountSettingsInformation. # noqa: E501 15661 15662 # noqa: E501 15663 15664 :return: The sign_time_show_am_pm of this AccountSettingsInformation. # noqa: E501 15665 :rtype: str 15666 """ 15667 return self._sign_time_show_am_pm 15668 15669 @sign_time_show_am_pm.setter 15670 def sign_time_show_am_pm(self, sign_time_show_am_pm): 15671 """Sets the sign_time_show_am_pm of this AccountSettingsInformation. 15672 15673 # noqa: E501 15674 15675 :param sign_time_show_am_pm: The sign_time_show_am_pm of this AccountSettingsInformation. # noqa: E501 15676 :type: str 15677 """ 15678 15679 self._sign_time_show_am_pm = sign_time_show_am_pm 15680 15681 @property 15682 def sign_time_show_am_pm_metadata(self): 15683 """Gets the sign_time_show_am_pm_metadata of this AccountSettingsInformation. # noqa: E501 15684 15685 Metadata that indicates whether the `signTimeShowAmPm` property is editable. # noqa: E501 15686 15687 :return: The sign_time_show_am_pm_metadata of this AccountSettingsInformation. # noqa: E501 15688 :rtype: SettingsMetadata 15689 """ 15690 return self._sign_time_show_am_pm_metadata 15691 15692 @sign_time_show_am_pm_metadata.setter 15693 def sign_time_show_am_pm_metadata(self, sign_time_show_am_pm_metadata): 15694 """Sets the sign_time_show_am_pm_metadata of this AccountSettingsInformation. 15695 15696 Metadata that indicates whether the `signTimeShowAmPm` property is editable. # noqa: E501 15697 15698 :param sign_time_show_am_pm_metadata: The sign_time_show_am_pm_metadata of this AccountSettingsInformation. # noqa: E501 15699 :type: SettingsMetadata 15700 """ 15701 15702 self._sign_time_show_am_pm_metadata = sign_time_show_am_pm_metadata 15703 15704 @property 15705 def simplified_sending_enabled(self): 15706 """Gets the simplified_sending_enabled of this AccountSettingsInformation. # noqa: E501 15707 15708 # noqa: E501 15709 15710 :return: The simplified_sending_enabled of this AccountSettingsInformation. # noqa: E501 15711 :rtype: str 15712 """ 15713 return self._simplified_sending_enabled 15714 15715 @simplified_sending_enabled.setter 15716 def simplified_sending_enabled(self, simplified_sending_enabled): 15717 """Sets the simplified_sending_enabled of this AccountSettingsInformation. 15718 15719 # noqa: E501 15720 15721 :param simplified_sending_enabled: The simplified_sending_enabled of this AccountSettingsInformation. # noqa: E501 15722 :type: str 15723 """ 15724 15725 self._simplified_sending_enabled = simplified_sending_enabled 15726 15727 @property 15728 def simplified_sending_enabled_metadata(self): 15729 """Gets the simplified_sending_enabled_metadata of this AccountSettingsInformation. # noqa: E501 15730 15731 Metadata that indicates whether the `simplifiedSendingEnabled` property is editable. # noqa: E501 15732 15733 :return: The simplified_sending_enabled_metadata of this AccountSettingsInformation. # noqa: E501 15734 :rtype: SettingsMetadata 15735 """ 15736 return self._simplified_sending_enabled_metadata 15737 15738 @simplified_sending_enabled_metadata.setter 15739 def simplified_sending_enabled_metadata(self, simplified_sending_enabled_metadata): 15740 """Sets the simplified_sending_enabled_metadata of this AccountSettingsInformation. 15741 15742 Metadata that indicates whether the `simplifiedSendingEnabled` property is editable. # noqa: E501 15743 15744 :param simplified_sending_enabled_metadata: The simplified_sending_enabled_metadata of this AccountSettingsInformation. # noqa: E501 15745 :type: SettingsMetadata 15746 """ 15747 15748 self._simplified_sending_enabled_metadata = simplified_sending_enabled_metadata 15749 15750 @property 15751 def single_sign_on_enabled(self): 15752 """Gets the single_sign_on_enabled of this AccountSettingsInformation. # noqa: E501 15753 15754 # noqa: E501 15755 15756 :return: The single_sign_on_enabled of this AccountSettingsInformation. # noqa: E501 15757 :rtype: str 15758 """ 15759 return self._single_sign_on_enabled 15760 15761 @single_sign_on_enabled.setter 15762 def single_sign_on_enabled(self, single_sign_on_enabled): 15763 """Sets the single_sign_on_enabled of this AccountSettingsInformation. 15764 15765 # noqa: E501 15766 15767 :param single_sign_on_enabled: The single_sign_on_enabled of this AccountSettingsInformation. # noqa: E501 15768 :type: str 15769 """ 15770 15771 self._single_sign_on_enabled = single_sign_on_enabled 15772 15773 @property 15774 def single_sign_on_enabled_metadata(self): 15775 """Gets the single_sign_on_enabled_metadata of this AccountSettingsInformation. # noqa: E501 15776 15777 Metadata that indicates whether the `singleSignOnEnabled` property is editable. # noqa: E501 15778 15779 :return: The single_sign_on_enabled_metadata of this AccountSettingsInformation. # noqa: E501 15780 :rtype: SettingsMetadata 15781 """ 15782 return self._single_sign_on_enabled_metadata 15783 15784 @single_sign_on_enabled_metadata.setter 15785 def single_sign_on_enabled_metadata(self, single_sign_on_enabled_metadata): 15786 """Sets the single_sign_on_enabled_metadata of this AccountSettingsInformation. 15787 15788 Metadata that indicates whether the `singleSignOnEnabled` property is editable. # noqa: E501 15789 15790 :param single_sign_on_enabled_metadata: The single_sign_on_enabled_metadata of this AccountSettingsInformation. # noqa: E501 15791 :type: SettingsMetadata 15792 """ 15793 15794 self._single_sign_on_enabled_metadata = single_sign_on_enabled_metadata 15795 15796 @property 15797 def skip_auth_completed_envelopes(self): 15798 """Gets the skip_auth_completed_envelopes of this AccountSettingsInformation. # noqa: E501 15799 15800 # noqa: E501 15801 15802 :return: The skip_auth_completed_envelopes of this AccountSettingsInformation. # noqa: E501 15803 :rtype: str 15804 """ 15805 return self._skip_auth_completed_envelopes 15806 15807 @skip_auth_completed_envelopes.setter 15808 def skip_auth_completed_envelopes(self, skip_auth_completed_envelopes): 15809 """Sets the skip_auth_completed_envelopes of this AccountSettingsInformation. 15810 15811 # noqa: E501 15812 15813 :param skip_auth_completed_envelopes: The skip_auth_completed_envelopes of this AccountSettingsInformation. # noqa: E501 15814 :type: str 15815 """ 15816 15817 self._skip_auth_completed_envelopes = skip_auth_completed_envelopes 15818 15819 @property 15820 def skip_auth_completed_envelopes_metadata(self): 15821 """Gets the skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 15822 15823 Metadata that indicates whether the `skipAuthCompletedEnvelopes` property is editable. # noqa: E501 15824 15825 :return: The skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 15826 :rtype: SettingsMetadata 15827 """ 15828 return self._skip_auth_completed_envelopes_metadata 15829 15830 @skip_auth_completed_envelopes_metadata.setter 15831 def skip_auth_completed_envelopes_metadata(self, skip_auth_completed_envelopes_metadata): 15832 """Sets the skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. 15833 15834 Metadata that indicates whether the `skipAuthCompletedEnvelopes` property is editable. # noqa: E501 15835 15836 :param skip_auth_completed_envelopes_metadata: The skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 15837 :type: SettingsMetadata 15838 """ 15839 15840 self._skip_auth_completed_envelopes_metadata = skip_auth_completed_envelopes_metadata 15841 15842 @property 15843 def social_id_recip_auth(self): 15844 """Gets the social_id_recip_auth of this AccountSettingsInformation. # noqa: E501 15845 15846 # noqa: E501 15847 15848 :return: The social_id_recip_auth of this AccountSettingsInformation. # noqa: E501 15849 :rtype: str 15850 """ 15851 return self._social_id_recip_auth 15852 15853 @social_id_recip_auth.setter 15854 def social_id_recip_auth(self, social_id_recip_auth): 15855 """Sets the social_id_recip_auth of this AccountSettingsInformation. 15856 15857 # noqa: E501 15858 15859 :param social_id_recip_auth: The social_id_recip_auth of this AccountSettingsInformation. # noqa: E501 15860 :type: str 15861 """ 15862 15863 self._social_id_recip_auth = social_id_recip_auth 15864 15865 @property 15866 def social_id_recip_auth_metadata(self): 15867 """Gets the social_id_recip_auth_metadata of this AccountSettingsInformation. # noqa: E501 15868 15869 Metadata that indicates whether the `socialIdRecipAuth` property is editable. # noqa: E501 15870 15871 :return: The social_id_recip_auth_metadata of this AccountSettingsInformation. # noqa: E501 15872 :rtype: SettingsMetadata 15873 """ 15874 return self._social_id_recip_auth_metadata 15875 15876 @social_id_recip_auth_metadata.setter 15877 def social_id_recip_auth_metadata(self, social_id_recip_auth_metadata): 15878 """Sets the social_id_recip_auth_metadata of this AccountSettingsInformation. 15879 15880 Metadata that indicates whether the `socialIdRecipAuth` property is editable. # noqa: E501 15881 15882 :param social_id_recip_auth_metadata: The social_id_recip_auth_metadata of this AccountSettingsInformation. # noqa: E501 15883 :type: SettingsMetadata 15884 """ 15885 15886 self._social_id_recip_auth_metadata = social_id_recip_auth_metadata 15887 15888 @property 15889 def specify_document_visibility(self): 15890 """Gets the specify_document_visibility of this AccountSettingsInformation. # noqa: E501 15891 15892 # noqa: E501 15893 15894 :return: The specify_document_visibility of this AccountSettingsInformation. # noqa: E501 15895 :rtype: str 15896 """ 15897 return self._specify_document_visibility 15898 15899 @specify_document_visibility.setter 15900 def specify_document_visibility(self, specify_document_visibility): 15901 """Sets the specify_document_visibility of this AccountSettingsInformation. 15902 15903 # noqa: E501 15904 15905 :param specify_document_visibility: The specify_document_visibility of this AccountSettingsInformation. # noqa: E501 15906 :type: str 15907 """ 15908 15909 self._specify_document_visibility = specify_document_visibility 15910 15911 @property 15912 def specify_document_visibility_metadata(self): 15913 """Gets the specify_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 15914 15915 Metadata that indicates whether the `specifyDocumentVisibility` property is editable. # noqa: E501 15916 15917 :return: The specify_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 15918 :rtype: SettingsMetadata 15919 """ 15920 return self._specify_document_visibility_metadata 15921 15922 @specify_document_visibility_metadata.setter 15923 def specify_document_visibility_metadata(self, specify_document_visibility_metadata): 15924 """Sets the specify_document_visibility_metadata of this AccountSettingsInformation. 15925 15926 Metadata that indicates whether the `specifyDocumentVisibility` property is editable. # noqa: E501 15927 15928 :param specify_document_visibility_metadata: The specify_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 15929 :type: SettingsMetadata 15930 """ 15931 15932 self._specify_document_visibility_metadata = specify_document_visibility_metadata 15933 15934 @property 15935 def start_in_advanced_correct(self): 15936 """Gets the start_in_advanced_correct of this AccountSettingsInformation. # noqa: E501 15937 15938 # noqa: E501 15939 15940 :return: The start_in_advanced_correct of this AccountSettingsInformation. # noqa: E501 15941 :rtype: str 15942 """ 15943 return self._start_in_advanced_correct 15944 15945 @start_in_advanced_correct.setter 15946 def start_in_advanced_correct(self, start_in_advanced_correct): 15947 """Sets the start_in_advanced_correct of this AccountSettingsInformation. 15948 15949 # noqa: E501 15950 15951 :param start_in_advanced_correct: The start_in_advanced_correct of this AccountSettingsInformation. # noqa: E501 15952 :type: str 15953 """ 15954 15955 self._start_in_advanced_correct = start_in_advanced_correct 15956 15957 @property 15958 def start_in_advanced_correct_metadata(self): 15959 """Gets the start_in_advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 15960 15961 Metadata that indicates whether the `startInAdvancedCorrect` property is editable. # noqa: E501 15962 15963 :return: The start_in_advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 15964 :rtype: SettingsMetadata 15965 """ 15966 return self._start_in_advanced_correct_metadata 15967 15968 @start_in_advanced_correct_metadata.setter 15969 def start_in_advanced_correct_metadata(self, start_in_advanced_correct_metadata): 15970 """Sets the start_in_advanced_correct_metadata of this AccountSettingsInformation. 15971 15972 Metadata that indicates whether the `startInAdvancedCorrect` property is editable. # noqa: E501 15973 15974 :param start_in_advanced_correct_metadata: The start_in_advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 15975 :type: SettingsMetadata 15976 """ 15977 15978 self._start_in_advanced_correct_metadata = start_in_advanced_correct_metadata 15979 15980 @property 15981 def supplemental_documents_must_accept(self): 15982 """Gets the supplemental_documents_must_accept of this AccountSettingsInformation. # noqa: E501 15983 15984 # noqa: E501 15985 15986 :return: The supplemental_documents_must_accept of this AccountSettingsInformation. # noqa: E501 15987 :rtype: str 15988 """ 15989 return self._supplemental_documents_must_accept 15990 15991 @supplemental_documents_must_accept.setter 15992 def supplemental_documents_must_accept(self, supplemental_documents_must_accept): 15993 """Sets the supplemental_documents_must_accept of this AccountSettingsInformation. 15994 15995 # noqa: E501 15996 15997 :param supplemental_documents_must_accept: The supplemental_documents_must_accept of this AccountSettingsInformation. # noqa: E501 15998 :type: str 15999 """ 16000 16001 self._supplemental_documents_must_accept = supplemental_documents_must_accept 16002 16003 @property 16004 def supplemental_documents_must_accept_metadata(self): 16005 """Gets the supplemental_documents_must_accept_metadata of this AccountSettingsInformation. # noqa: E501 16006 16007 Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable. # noqa: E501 16008 16009 :return: The supplemental_documents_must_accept_metadata of this AccountSettingsInformation. # noqa: E501 16010 :rtype: SettingsMetadata 16011 """ 16012 return self._supplemental_documents_must_accept_metadata 16013 16014 @supplemental_documents_must_accept_metadata.setter 16015 def supplemental_documents_must_accept_metadata(self, supplemental_documents_must_accept_metadata): 16016 """Sets the supplemental_documents_must_accept_metadata of this AccountSettingsInformation. 16017 16018 Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable. # noqa: E501 16019 16020 :param supplemental_documents_must_accept_metadata: The supplemental_documents_must_accept_metadata of this AccountSettingsInformation. # noqa: E501 16021 :type: SettingsMetadata 16022 """ 16023 16024 self._supplemental_documents_must_accept_metadata = supplemental_documents_must_accept_metadata 16025 16026 @property 16027 def supplemental_documents_must_read(self): 16028 """Gets the supplemental_documents_must_read of this AccountSettingsInformation. # noqa: E501 16029 16030 # noqa: E501 16031 16032 :return: The supplemental_documents_must_read of this AccountSettingsInformation. # noqa: E501 16033 :rtype: str 16034 """ 16035 return self._supplemental_documents_must_read 16036 16037 @supplemental_documents_must_read.setter 16038 def supplemental_documents_must_read(self, supplemental_documents_must_read): 16039 """Sets the supplemental_documents_must_read of this AccountSettingsInformation. 16040 16041 # noqa: E501 16042 16043 :param supplemental_documents_must_read: The supplemental_documents_must_read of this AccountSettingsInformation. # noqa: E501 16044 :type: str 16045 """ 16046 16047 self._supplemental_documents_must_read = supplemental_documents_must_read 16048 16049 @property 16050 def supplemental_documents_must_read_metadata(self): 16051 """Gets the supplemental_documents_must_read_metadata of this AccountSettingsInformation. # noqa: E501 16052 16053 Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable. # noqa: E501 16054 16055 :return: The supplemental_documents_must_read_metadata of this AccountSettingsInformation. # noqa: E501 16056 :rtype: SettingsMetadata 16057 """ 16058 return self._supplemental_documents_must_read_metadata 16059 16060 @supplemental_documents_must_read_metadata.setter 16061 def supplemental_documents_must_read_metadata(self, supplemental_documents_must_read_metadata): 16062 """Sets the supplemental_documents_must_read_metadata of this AccountSettingsInformation. 16063 16064 Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable. # noqa: E501 16065 16066 :param supplemental_documents_must_read_metadata: The supplemental_documents_must_read_metadata of this AccountSettingsInformation. # noqa: E501 16067 :type: SettingsMetadata 16068 """ 16069 16070 self._supplemental_documents_must_read_metadata = supplemental_documents_must_read_metadata 16071 16072 @property 16073 def supplemental_documents_must_view(self): 16074 """Gets the supplemental_documents_must_view of this AccountSettingsInformation. # noqa: E501 16075 16076 # noqa: E501 16077 16078 :return: The supplemental_documents_must_view of this AccountSettingsInformation. # noqa: E501 16079 :rtype: str 16080 """ 16081 return self._supplemental_documents_must_view 16082 16083 @supplemental_documents_must_view.setter 16084 def supplemental_documents_must_view(self, supplemental_documents_must_view): 16085 """Sets the supplemental_documents_must_view of this AccountSettingsInformation. 16086 16087 # noqa: E501 16088 16089 :param supplemental_documents_must_view: The supplemental_documents_must_view of this AccountSettingsInformation. # noqa: E501 16090 :type: str 16091 """ 16092 16093 self._supplemental_documents_must_view = supplemental_documents_must_view 16094 16095 @property 16096 def supplemental_documents_must_view_metadata(self): 16097 """Gets the supplemental_documents_must_view_metadata of this AccountSettingsInformation. # noqa: E501 16098 16099 Metadata that indicates whether the `supplementalDocumentsMustView` property is editable. # noqa: E501 16100 16101 :return: The supplemental_documents_must_view_metadata of this AccountSettingsInformation. # noqa: E501 16102 :rtype: SettingsMetadata 16103 """ 16104 return self._supplemental_documents_must_view_metadata 16105 16106 @supplemental_documents_must_view_metadata.setter 16107 def supplemental_documents_must_view_metadata(self, supplemental_documents_must_view_metadata): 16108 """Sets the supplemental_documents_must_view_metadata of this AccountSettingsInformation. 16109 16110 Metadata that indicates whether the `supplementalDocumentsMustView` property is editable. # noqa: E501 16111 16112 :param supplemental_documents_must_view_metadata: The supplemental_documents_must_view_metadata of this AccountSettingsInformation. # noqa: E501 16113 :type: SettingsMetadata 16114 """ 16115 16116 self._supplemental_documents_must_view_metadata = supplemental_documents_must_view_metadata 16117 16118 @property 16119 def suppress_certificate_enforcement(self): 16120 """Gets the suppress_certificate_enforcement of this AccountSettingsInformation. # noqa: E501 16121 16122 # noqa: E501 16123 16124 :return: The suppress_certificate_enforcement of this AccountSettingsInformation. # noqa: E501 16125 :rtype: str 16126 """ 16127 return self._suppress_certificate_enforcement 16128 16129 @suppress_certificate_enforcement.setter 16130 def suppress_certificate_enforcement(self, suppress_certificate_enforcement): 16131 """Sets the suppress_certificate_enforcement of this AccountSettingsInformation. 16132 16133 # noqa: E501 16134 16135 :param suppress_certificate_enforcement: The suppress_certificate_enforcement of this AccountSettingsInformation. # noqa: E501 16136 :type: str 16137 """ 16138 16139 self._suppress_certificate_enforcement = suppress_certificate_enforcement 16140 16141 @property 16142 def suppress_certificate_enforcement_metadata(self): 16143 """Gets the suppress_certificate_enforcement_metadata of this AccountSettingsInformation. # noqa: E501 16144 16145 Metadata that indicates whether the `suppressCertificateEnforcement` property is editable. # noqa: E501 16146 16147 :return: The suppress_certificate_enforcement_metadata of this AccountSettingsInformation. # noqa: E501 16148 :rtype: SettingsMetadata 16149 """ 16150 return self._suppress_certificate_enforcement_metadata 16151 16152 @suppress_certificate_enforcement_metadata.setter 16153 def suppress_certificate_enforcement_metadata(self, suppress_certificate_enforcement_metadata): 16154 """Sets the suppress_certificate_enforcement_metadata of this AccountSettingsInformation. 16155 16156 Metadata that indicates whether the `suppressCertificateEnforcement` property is editable. # noqa: E501 16157 16158 :param suppress_certificate_enforcement_metadata: The suppress_certificate_enforcement_metadata of this AccountSettingsInformation. # noqa: E501 16159 :type: SettingsMetadata 16160 """ 16161 16162 self._suppress_certificate_enforcement_metadata = suppress_certificate_enforcement_metadata 16163 16164 @property 16165 def tab_account_settings(self): 16166 """Gets the tab_account_settings of this AccountSettingsInformation. # noqa: E501 16167 16168 Account-wide tab settings. # noqa: E501 16169 16170 :return: The tab_account_settings of this AccountSettingsInformation. # noqa: E501 16171 :rtype: TabAccountSettings 16172 """ 16173 return self._tab_account_settings 16174 16175 @tab_account_settings.setter 16176 def tab_account_settings(self, tab_account_settings): 16177 """Sets the tab_account_settings of this AccountSettingsInformation. 16178 16179 Account-wide tab settings. # noqa: E501 16180 16181 :param tab_account_settings: The tab_account_settings of this AccountSettingsInformation. # noqa: E501 16182 :type: TabAccountSettings 16183 """ 16184 16185 self._tab_account_settings = tab_account_settings 16186 16187 @property 16188 def timezone_offset_api(self): 16189 """Gets the timezone_offset_api of this AccountSettingsInformation. # noqa: E501 16190 16191 # noqa: E501 16192 16193 :return: The timezone_offset_api of this AccountSettingsInformation. # noqa: E501 16194 :rtype: str 16195 """ 16196 return self._timezone_offset_api 16197 16198 @timezone_offset_api.setter 16199 def timezone_offset_api(self, timezone_offset_api): 16200 """Sets the timezone_offset_api of this AccountSettingsInformation. 16201 16202 # noqa: E501 16203 16204 :param timezone_offset_api: The timezone_offset_api of this AccountSettingsInformation. # noqa: E501 16205 :type: str 16206 """ 16207 16208 self._timezone_offset_api = timezone_offset_api 16209 16210 @property 16211 def timezone_offset_api_metadata(self): 16212 """Gets the timezone_offset_api_metadata of this AccountSettingsInformation. # noqa: E501 16213 16214 Metadata that indicates whether the `timezoneOffsetAPI` property is editable. # noqa: E501 16215 16216 :return: The timezone_offset_api_metadata of this AccountSettingsInformation. # noqa: E501 16217 :rtype: SettingsMetadata 16218 """ 16219 return self._timezone_offset_api_metadata 16220 16221 @timezone_offset_api_metadata.setter 16222 def timezone_offset_api_metadata(self, timezone_offset_api_metadata): 16223 """Sets the timezone_offset_api_metadata of this AccountSettingsInformation. 16224 16225 Metadata that indicates whether the `timezoneOffsetAPI` property is editable. # noqa: E501 16226 16227 :param timezone_offset_api_metadata: The timezone_offset_api_metadata of this AccountSettingsInformation. # noqa: E501 16228 :type: SettingsMetadata 16229 """ 16230 16231 self._timezone_offset_api_metadata = timezone_offset_api_metadata 16232 16233 @property 16234 def timezone_offset_ui(self): 16235 """Gets the timezone_offset_ui of this AccountSettingsInformation. # noqa: E501 16236 16237 # noqa: E501 16238 16239 :return: The timezone_offset_ui of this AccountSettingsInformation. # noqa: E501 16240 :rtype: str 16241 """ 16242 return self._timezone_offset_ui 16243 16244 @timezone_offset_ui.setter 16245 def timezone_offset_ui(self, timezone_offset_ui): 16246 """Sets the timezone_offset_ui of this AccountSettingsInformation. 16247 16248 # noqa: E501 16249 16250 :param timezone_offset_ui: The timezone_offset_ui of this AccountSettingsInformation. # noqa: E501 16251 :type: str 16252 """ 16253 16254 self._timezone_offset_ui = timezone_offset_ui 16255 16256 @property 16257 def timezone_offset_ui_metadata(self): 16258 """Gets the timezone_offset_ui_metadata of this AccountSettingsInformation. # noqa: E501 16259 16260 Metadata that indicates whether the `timezoneOffsetUI` property is editable. # noqa: E501 16261 16262 :return: The timezone_offset_ui_metadata of this AccountSettingsInformation. # noqa: E501 16263 :rtype: SettingsMetadata 16264 """ 16265 return self._timezone_offset_ui_metadata 16266 16267 @timezone_offset_ui_metadata.setter 16268 def timezone_offset_ui_metadata(self, timezone_offset_ui_metadata): 16269 """Sets the timezone_offset_ui_metadata of this AccountSettingsInformation. 16270 16271 Metadata that indicates whether the `timezoneOffsetUI` property is editable. # noqa: E501 16272 16273 :param timezone_offset_ui_metadata: The timezone_offset_ui_metadata of this AccountSettingsInformation. # noqa: E501 16274 :type: SettingsMetadata 16275 """ 16276 16277 self._timezone_offset_ui_metadata = timezone_offset_ui_metadata 16278 16279 @property 16280 def universal_signature_opt_in(self): 16281 """Gets the universal_signature_opt_in of this AccountSettingsInformation. # noqa: E501 16282 16283 # noqa: E501 16284 16285 :return: The universal_signature_opt_in of this AccountSettingsInformation. # noqa: E501 16286 :rtype: str 16287 """ 16288 return self._universal_signature_opt_in 16289 16290 @universal_signature_opt_in.setter 16291 def universal_signature_opt_in(self, universal_signature_opt_in): 16292 """Sets the universal_signature_opt_in of this AccountSettingsInformation. 16293 16294 # noqa: E501 16295 16296 :param universal_signature_opt_in: The universal_signature_opt_in of this AccountSettingsInformation. # noqa: E501 16297 :type: str 16298 """ 16299 16300 self._universal_signature_opt_in = universal_signature_opt_in 16301 16302 @property 16303 def use_account_level_email(self): 16304 """Gets the use_account_level_email of this AccountSettingsInformation. # noqa: E501 16305 16306 # noqa: E501 16307 16308 :return: The use_account_level_email of this AccountSettingsInformation. # noqa: E501 16309 :rtype: str 16310 """ 16311 return self._use_account_level_email 16312 16313 @use_account_level_email.setter 16314 def use_account_level_email(self, use_account_level_email): 16315 """Sets the use_account_level_email of this AccountSettingsInformation. 16316 16317 # noqa: E501 16318 16319 :param use_account_level_email: The use_account_level_email of this AccountSettingsInformation. # noqa: E501 16320 :type: str 16321 """ 16322 16323 self._use_account_level_email = use_account_level_email 16324 16325 @property 16326 def use_account_level_email_metadata(self): 16327 """Gets the use_account_level_email_metadata of this AccountSettingsInformation. # noqa: E501 16328 16329 Metadata that indicates whether the `useAccountLevelEmail` property is editable. # noqa: E501 16330 16331 :return: The use_account_level_email_metadata of this AccountSettingsInformation. # noqa: E501 16332 :rtype: SettingsMetadata 16333 """ 16334 return self._use_account_level_email_metadata 16335 16336 @use_account_level_email_metadata.setter 16337 def use_account_level_email_metadata(self, use_account_level_email_metadata): 16338 """Sets the use_account_level_email_metadata of this AccountSettingsInformation. 16339 16340 Metadata that indicates whether the `useAccountLevelEmail` property is editable. # noqa: E501 16341 16342 :param use_account_level_email_metadata: The use_account_level_email_metadata of this AccountSettingsInformation. # noqa: E501 16343 :type: SettingsMetadata 16344 """ 16345 16346 self._use_account_level_email_metadata = use_account_level_email_metadata 16347 16348 @property 16349 def use_consumer_disclosure(self): 16350 """Gets the use_consumer_disclosure of this AccountSettingsInformation. # noqa: E501 16351 16352 # noqa: E501 16353 16354 :return: The use_consumer_disclosure of this AccountSettingsInformation. # noqa: E501 16355 :rtype: str 16356 """ 16357 return self._use_consumer_disclosure 16358 16359 @use_consumer_disclosure.setter 16360 def use_consumer_disclosure(self, use_consumer_disclosure): 16361 """Sets the use_consumer_disclosure of this AccountSettingsInformation. 16362 16363 # noqa: E501 16364 16365 :param use_consumer_disclosure: The use_consumer_disclosure of this AccountSettingsInformation. # noqa: E501 16366 :type: str 16367 """ 16368 16369 self._use_consumer_disclosure = use_consumer_disclosure 16370 16371 @property 16372 def use_consumer_disclosure_metadata(self): 16373 """Gets the use_consumer_disclosure_metadata of this AccountSettingsInformation. # noqa: E501 16374 16375 Metadata that indicates whether the `useConsumerDisclosure` property is editable. # noqa: E501 16376 16377 :return: The use_consumer_disclosure_metadata of this AccountSettingsInformation. # noqa: E501 16378 :rtype: SettingsMetadata 16379 """ 16380 return self._use_consumer_disclosure_metadata 16381 16382 @use_consumer_disclosure_metadata.setter 16383 def use_consumer_disclosure_metadata(self, use_consumer_disclosure_metadata): 16384 """Sets the use_consumer_disclosure_metadata of this AccountSettingsInformation. 16385 16386 Metadata that indicates whether the `useConsumerDisclosure` property is editable. # noqa: E501 16387 16388 :param use_consumer_disclosure_metadata: The use_consumer_disclosure_metadata of this AccountSettingsInformation. # noqa: E501 16389 :type: SettingsMetadata 16390 """ 16391 16392 self._use_consumer_disclosure_metadata = use_consumer_disclosure_metadata 16393 16394 @property 16395 def use_consumer_disclosure_within_account(self): 16396 """Gets the use_consumer_disclosure_within_account of this AccountSettingsInformation. # noqa: E501 16397 16398 # noqa: E501 16399 16400 :return: The use_consumer_disclosure_within_account of this AccountSettingsInformation. # noqa: E501 16401 :rtype: str 16402 """ 16403 return self._use_consumer_disclosure_within_account 16404 16405 @use_consumer_disclosure_within_account.setter 16406 def use_consumer_disclosure_within_account(self, use_consumer_disclosure_within_account): 16407 """Sets the use_consumer_disclosure_within_account of this AccountSettingsInformation. 16408 16409 # noqa: E501 16410 16411 :param use_consumer_disclosure_within_account: The use_consumer_disclosure_within_account of this AccountSettingsInformation. # noqa: E501 16412 :type: str 16413 """ 16414 16415 self._use_consumer_disclosure_within_account = use_consumer_disclosure_within_account 16416 16417 @property 16418 def use_consumer_disclosure_within_account_metadata(self): 16419 """Gets the use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. # noqa: E501 16420 16421 Metadata that indicates whether the `useConsumerDisclosureWithinAccount` property is editable. # noqa: E501 16422 16423 :return: The use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. # noqa: E501 16424 :rtype: SettingsMetadata 16425 """ 16426 return self._use_consumer_disclosure_within_account_metadata 16427 16428 @use_consumer_disclosure_within_account_metadata.setter 16429 def use_consumer_disclosure_within_account_metadata(self, use_consumer_disclosure_within_account_metadata): 16430 """Sets the use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. 16431 16432 Metadata that indicates whether the `useConsumerDisclosureWithinAccount` property is editable. # noqa: E501 16433 16434 :param use_consumer_disclosure_within_account_metadata: The use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. # noqa: E501 16435 :type: SettingsMetadata 16436 """ 16437 16438 self._use_consumer_disclosure_within_account_metadata = use_consumer_disclosure_within_account_metadata 16439 16440 @property 16441 def use_derived_keys(self): 16442 """Gets the use_derived_keys of this AccountSettingsInformation. # noqa: E501 16443 16444 # noqa: E501 16445 16446 :return: The use_derived_keys of this AccountSettingsInformation. # noqa: E501 16447 :rtype: str 16448 """ 16449 return self._use_derived_keys 16450 16451 @use_derived_keys.setter 16452 def use_derived_keys(self, use_derived_keys): 16453 """Sets the use_derived_keys of this AccountSettingsInformation. 16454 16455 # noqa: E501 16456 16457 :param use_derived_keys: The use_derived_keys of this AccountSettingsInformation. # noqa: E501 16458 :type: str 16459 """ 16460 16461 self._use_derived_keys = use_derived_keys 16462 16463 @property 16464 def use_derived_keys_metadata(self): 16465 """Gets the use_derived_keys_metadata of this AccountSettingsInformation. # noqa: E501 16466 16467 Metadata that indicates whether the `useDerivedKeys` property is editable. # noqa: E501 16468 16469 :return: The use_derived_keys_metadata of this AccountSettingsInformation. # noqa: E501 16470 :rtype: SettingsMetadata 16471 """ 16472 return self._use_derived_keys_metadata 16473 16474 @use_derived_keys_metadata.setter 16475 def use_derived_keys_metadata(self, use_derived_keys_metadata): 16476 """Sets the use_derived_keys_metadata of this AccountSettingsInformation. 16477 16478 Metadata that indicates whether the `useDerivedKeys` property is editable. # noqa: E501 16479 16480 :param use_derived_keys_metadata: The use_derived_keys_metadata of this AccountSettingsInformation. # noqa: E501 16481 :type: SettingsMetadata 16482 """ 16483 16484 self._use_derived_keys_metadata = use_derived_keys_metadata 16485 16486 @property 16487 def use_docu_sign_express_signer_certificate(self): 16488 """Gets the use_docu_sign_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 16489 16490 # noqa: E501 16491 16492 :return: The use_docu_sign_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 16493 :rtype: str 16494 """ 16495 return self._use_docu_sign_express_signer_certificate 16496 16497 @use_docu_sign_express_signer_certificate.setter 16498 def use_docu_sign_express_signer_certificate(self, use_docu_sign_express_signer_certificate): 16499 """Sets the use_docu_sign_express_signer_certificate of this AccountSettingsInformation. 16500 16501 # noqa: E501 16502 16503 :param use_docu_sign_express_signer_certificate: The use_docu_sign_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 16504 :type: str 16505 """ 16506 16507 self._use_docu_sign_express_signer_certificate = use_docu_sign_express_signer_certificate 16508 16509 @property 16510 def use_docu_sign_express_signer_certificate_metadata(self): 16511 """Gets the use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 16512 16513 Metadata that indicates whether the `useDocuSignExpressSignerCertificate` property is editable. # noqa: E501 16514 16515 :return: The use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 16516 :rtype: SettingsMetadata 16517 """ 16518 return self._use_docu_sign_express_signer_certificate_metadata 16519 16520 @use_docu_sign_express_signer_certificate_metadata.setter 16521 def use_docu_sign_express_signer_certificate_metadata(self, use_docu_sign_express_signer_certificate_metadata): 16522 """Sets the use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. 16523 16524 Metadata that indicates whether the `useDocuSignExpressSignerCertificate` property is editable. # noqa: E501 16525 16526 :param use_docu_sign_express_signer_certificate_metadata: The use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 16527 :type: SettingsMetadata 16528 """ 16529 16530 self._use_docu_sign_express_signer_certificate_metadata = use_docu_sign_express_signer_certificate_metadata 16531 16532 @property 16533 def use_multi_app_groups_data(self): 16534 """Gets the use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501 16535 16536 # noqa: E501 16537 16538 :return: The use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501 16539 :rtype: str 16540 """ 16541 return self._use_multi_app_groups_data 16542 16543 @use_multi_app_groups_data.setter 16544 def use_multi_app_groups_data(self, use_multi_app_groups_data): 16545 """Sets the use_multi_app_groups_data of this AccountSettingsInformation. 16546 16547 # noqa: E501 16548 16549 :param use_multi_app_groups_data: The use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501 16550 :type: str 16551 """ 16552 16553 self._use_multi_app_groups_data = use_multi_app_groups_data 16554 16555 @property 16556 def use_multi_app_groups_data_metadata(self): 16557 """Gets the use_multi_app_groups_data_metadata of this AccountSettingsInformation. # noqa: E501 16558 16559 # noqa: E501 16560 16561 :return: The use_multi_app_groups_data_metadata of this AccountSettingsInformation. # noqa: E501 16562 :rtype: SettingsMetadata 16563 """ 16564 return self._use_multi_app_groups_data_metadata 16565 16566 @use_multi_app_groups_data_metadata.setter 16567 def use_multi_app_groups_data_metadata(self, use_multi_app_groups_data_metadata): 16568 """Sets the use_multi_app_groups_data_metadata of this AccountSettingsInformation. 16569 16570 # noqa: E501 16571 16572 :param use_multi_app_groups_data_metadata: The use_multi_app_groups_data_metadata of this AccountSettingsInformation. # noqa: E501 16573 :type: SettingsMetadata 16574 """ 16575 16576 self._use_multi_app_groups_data_metadata = use_multi_app_groups_data_metadata 16577 16578 @property 16579 def use_new_blob_for_pdf(self): 16580 """Gets the use_new_blob_for_pdf of this AccountSettingsInformation. # noqa: E501 16581 16582 # noqa: E501 16583 16584 :return: The use_new_blob_for_pdf of this AccountSettingsInformation. # noqa: E501 16585 :rtype: str 16586 """ 16587 return self._use_new_blob_for_pdf 16588 16589 @use_new_blob_for_pdf.setter 16590 def use_new_blob_for_pdf(self, use_new_blob_for_pdf): 16591 """Sets the use_new_blob_for_pdf of this AccountSettingsInformation. 16592 16593 # noqa: E501 16594 16595 :param use_new_blob_for_pdf: The use_new_blob_for_pdf of this AccountSettingsInformation. # noqa: E501 16596 :type: str 16597 """ 16598 16599 self._use_new_blob_for_pdf = use_new_blob_for_pdf 16600 16601 @property 16602 def use_new_blob_for_pdf_metadata(self): 16603 """Gets the use_new_blob_for_pdf_metadata of this AccountSettingsInformation. # noqa: E501 16604 16605 Metadata that indicates whether the `useNewBlobForPdf` property is editable. # noqa: E501 16606 16607 :return: The use_new_blob_for_pdf_metadata of this AccountSettingsInformation. # noqa: E501 16608 :rtype: SettingsMetadata 16609 """ 16610 return self._use_new_blob_for_pdf_metadata 16611 16612 @use_new_blob_for_pdf_metadata.setter 16613 def use_new_blob_for_pdf_metadata(self, use_new_blob_for_pdf_metadata): 16614 """Sets the use_new_blob_for_pdf_metadata of this AccountSettingsInformation. 16615 16616 Metadata that indicates whether the `useNewBlobForPdf` property is editable. # noqa: E501 16617 16618 :param use_new_blob_for_pdf_metadata: The use_new_blob_for_pdf_metadata of this AccountSettingsInformation. # noqa: E501 16619 :type: SettingsMetadata 16620 """ 16621 16622 self._use_new_blob_for_pdf_metadata = use_new_blob_for_pdf_metadata 16623 16624 @property 16625 def use_safe_signer_certificates(self): 16626 """Gets the use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501 16627 16628 # noqa: E501 16629 16630 :return: The use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501 16631 :rtype: str 16632 """ 16633 return self._use_safe_signer_certificates 16634 16635 @use_safe_signer_certificates.setter 16636 def use_safe_signer_certificates(self, use_safe_signer_certificates): 16637 """Sets the use_safe_signer_certificates of this AccountSettingsInformation. 16638 16639 # noqa: E501 16640 16641 :param use_safe_signer_certificates: The use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501 16642 :type: str 16643 """ 16644 16645 self._use_safe_signer_certificates = use_safe_signer_certificates 16646 16647 @property 16648 def use_safe_signer_certificates_metadata(self): 16649 """Gets the use_safe_signer_certificates_metadata of this AccountSettingsInformation. # noqa: E501 16650 16651 Metadata that indicates whether the `useSAFESignerCertificates` property is editable. # noqa: E501 16652 16653 :return: The use_safe_signer_certificates_metadata of this AccountSettingsInformation. # noqa: E501 16654 :rtype: SettingsMetadata 16655 """ 16656 return self._use_safe_signer_certificates_metadata 16657 16658 @use_safe_signer_certificates_metadata.setter 16659 def use_safe_signer_certificates_metadata(self, use_safe_signer_certificates_metadata): 16660 """Sets the use_safe_signer_certificates_metadata of this AccountSettingsInformation. 16661 16662 Metadata that indicates whether the `useSAFESignerCertificates` property is editable. # noqa: E501 16663 16664 :param use_safe_signer_certificates_metadata: The use_safe_signer_certificates_metadata of this AccountSettingsInformation. # noqa: E501 16665 :type: SettingsMetadata 16666 """ 16667 16668 self._use_safe_signer_certificates_metadata = use_safe_signer_certificates_metadata 16669 16670 @property 16671 def uses_api(self): 16672 """Gets the uses_api of this AccountSettingsInformation. # noqa: E501 16673 16674 # noqa: E501 16675 16676 :return: The uses_api of this AccountSettingsInformation. # noqa: E501 16677 :rtype: str 16678 """ 16679 return self._uses_api 16680 16681 @uses_api.setter 16682 def uses_api(self, uses_api): 16683 """Sets the uses_api of this AccountSettingsInformation. 16684 16685 # noqa: E501 16686 16687 :param uses_api: The uses_api of this AccountSettingsInformation. # noqa: E501 16688 :type: str 16689 """ 16690 16691 self._uses_api = uses_api 16692 16693 @property 16694 def uses_api_metadata(self): 16695 """Gets the uses_api_metadata of this AccountSettingsInformation. # noqa: E501 16696 16697 Metadata that indicates whether the `usesAPI` property is editable. # noqa: E501 16698 16699 :return: The uses_api_metadata of this AccountSettingsInformation. # noqa: E501 16700 :rtype: SettingsMetadata 16701 """ 16702 return self._uses_api_metadata 16703 16704 @uses_api_metadata.setter 16705 def uses_api_metadata(self, uses_api_metadata): 16706 """Sets the uses_api_metadata of this AccountSettingsInformation. 16707 16708 Metadata that indicates whether the `usesAPI` property is editable. # noqa: E501 16709 16710 :param uses_api_metadata: The uses_api_metadata of this AccountSettingsInformation. # noqa: E501 16711 :type: SettingsMetadata 16712 """ 16713 16714 self._uses_api_metadata = uses_api_metadata 16715 16716 @property 16717 def use_signature_provider_platform(self): 16718 """Gets the use_signature_provider_platform of this AccountSettingsInformation. # noqa: E501 16719 16720 # noqa: E501 16721 16722 :return: The use_signature_provider_platform of this AccountSettingsInformation. # noqa: E501 16723 :rtype: str 16724 """ 16725 return self._use_signature_provider_platform 16726 16727 @use_signature_provider_platform.setter 16728 def use_signature_provider_platform(self, use_signature_provider_platform): 16729 """Sets the use_signature_provider_platform of this AccountSettingsInformation. 16730 16731 # noqa: E501 16732 16733 :param use_signature_provider_platform: The use_signature_provider_platform of this AccountSettingsInformation. # noqa: E501 16734 :type: str 16735 """ 16736 16737 self._use_signature_provider_platform = use_signature_provider_platform 16738 16739 @property 16740 def use_signature_provider_platform_metadata(self): 16741 """Gets the use_signature_provider_platform_metadata of this AccountSettingsInformation. # noqa: E501 16742 16743 Metadata that indicates whether the `useSignatureProviderPlatform` property is editable. # noqa: E501 16744 16745 :return: The use_signature_provider_platform_metadata of this AccountSettingsInformation. # noqa: E501 16746 :rtype: SettingsMetadata 16747 """ 16748 return self._use_signature_provider_platform_metadata 16749 16750 @use_signature_provider_platform_metadata.setter 16751 def use_signature_provider_platform_metadata(self, use_signature_provider_platform_metadata): 16752 """Sets the use_signature_provider_platform_metadata of this AccountSettingsInformation. 16753 16754 Metadata that indicates whether the `useSignatureProviderPlatform` property is editable. # noqa: E501 16755 16756 :param use_signature_provider_platform_metadata: The use_signature_provider_platform_metadata of this AccountSettingsInformation. # noqa: E501 16757 :type: SettingsMetadata 16758 """ 16759 16760 self._use_signature_provider_platform_metadata = use_signature_provider_platform_metadata 16761 16762 @property 16763 def use_smart_contracts_v1(self): 16764 """Gets the use_smart_contracts_v1 of this AccountSettingsInformation. # noqa: E501 16765 16766 # noqa: E501 16767 16768 :return: The use_smart_contracts_v1 of this AccountSettingsInformation. # noqa: E501 16769 :rtype: str 16770 """ 16771 return self._use_smart_contracts_v1 16772 16773 @use_smart_contracts_v1.setter 16774 def use_smart_contracts_v1(self, use_smart_contracts_v1): 16775 """Sets the use_smart_contracts_v1 of this AccountSettingsInformation. 16776 16777 # noqa: E501 16778 16779 :param use_smart_contracts_v1: The use_smart_contracts_v1 of this AccountSettingsInformation. # noqa: E501 16780 :type: str 16781 """ 16782 16783 self._use_smart_contracts_v1 = use_smart_contracts_v1 16784 16785 @property 16786 def validations_allowed(self): 16787 """Gets the validations_allowed of this AccountSettingsInformation. # noqa: E501 16788 16789 # noqa: E501 16790 16791 :return: The validations_allowed of this AccountSettingsInformation. # noqa: E501 16792 :rtype: str 16793 """ 16794 return self._validations_allowed 16795 16796 @validations_allowed.setter 16797 def validations_allowed(self, validations_allowed): 16798 """Sets the validations_allowed of this AccountSettingsInformation. 16799 16800 # noqa: E501 16801 16802 :param validations_allowed: The validations_allowed of this AccountSettingsInformation. # noqa: E501 16803 :type: str 16804 """ 16805 16806 self._validations_allowed = validations_allowed 16807 16808 @property 16809 def validations_allowed_metadata(self): 16810 """Gets the validations_allowed_metadata of this AccountSettingsInformation. # noqa: E501 16811 16812 Metadata that indicates whether the `validationsAllowed` property is editable. # noqa: E501 16813 16814 :return: The validations_allowed_metadata of this AccountSettingsInformation. # noqa: E501 16815 :rtype: SettingsMetadata 16816 """ 16817 return self._validations_allowed_metadata 16818 16819 @validations_allowed_metadata.setter 16820 def validations_allowed_metadata(self, validations_allowed_metadata): 16821 """Sets the validations_allowed_metadata of this AccountSettingsInformation. 16822 16823 Metadata that indicates whether the `validationsAllowed` property is editable. # noqa: E501 16824 16825 :param validations_allowed_metadata: The validations_allowed_metadata of this AccountSettingsInformation. # noqa: E501 16826 :type: SettingsMetadata 16827 """ 16828 16829 self._validations_allowed_metadata = validations_allowed_metadata 16830 16831 @property 16832 def validations_brand(self): 16833 """Gets the validations_brand of this AccountSettingsInformation. # noqa: E501 16834 16835 # noqa: E501 16836 16837 :return: The validations_brand of this AccountSettingsInformation. # noqa: E501 16838 :rtype: str 16839 """ 16840 return self._validations_brand 16841 16842 @validations_brand.setter 16843 def validations_brand(self, validations_brand): 16844 """Sets the validations_brand of this AccountSettingsInformation. 16845 16846 # noqa: E501 16847 16848 :param validations_brand: The validations_brand of this AccountSettingsInformation. # noqa: E501 16849 :type: str 16850 """ 16851 16852 self._validations_brand = validations_brand 16853 16854 @property 16855 def validations_brand_metadata(self): 16856 """Gets the validations_brand_metadata of this AccountSettingsInformation. # noqa: E501 16857 16858 Metadata that indicates whether the `validationsBrand` property is editable. # noqa: E501 16859 16860 :return: The validations_brand_metadata of this AccountSettingsInformation. # noqa: E501 16861 :rtype: SettingsMetadata 16862 """ 16863 return self._validations_brand_metadata 16864 16865 @validations_brand_metadata.setter 16866 def validations_brand_metadata(self, validations_brand_metadata): 16867 """Sets the validations_brand_metadata of this AccountSettingsInformation. 16868 16869 Metadata that indicates whether the `validationsBrand` property is editable. # noqa: E501 16870 16871 :param validations_brand_metadata: The validations_brand_metadata of this AccountSettingsInformation. # noqa: E501 16872 :type: SettingsMetadata 16873 """ 16874 16875 self._validations_brand_metadata = validations_brand_metadata 16876 16877 @property 16878 def validations_cadence(self): 16879 """Gets the validations_cadence of this AccountSettingsInformation. # noqa: E501 16880 16881 # noqa: E501 16882 16883 :return: The validations_cadence of this AccountSettingsInformation. # noqa: E501 16884 :rtype: str 16885 """ 16886 return self._validations_cadence 16887 16888 @validations_cadence.setter 16889 def validations_cadence(self, validations_cadence): 16890 """Sets the validations_cadence of this AccountSettingsInformation. 16891 16892 # noqa: E501 16893 16894 :param validations_cadence: The validations_cadence of this AccountSettingsInformation. # noqa: E501 16895 :type: str 16896 """ 16897 16898 self._validations_cadence = validations_cadence 16899 16900 @property 16901 def validations_cadence_metadata(self): 16902 """Gets the validations_cadence_metadata of this AccountSettingsInformation. # noqa: E501 16903 16904 Metadata that indicates whether the `validationsCadence` property is editable. # noqa: E501 16905 16906 :return: The validations_cadence_metadata of this AccountSettingsInformation. # noqa: E501 16907 :rtype: SettingsMetadata 16908 """ 16909 return self._validations_cadence_metadata 16910 16911 @validations_cadence_metadata.setter 16912 def validations_cadence_metadata(self, validations_cadence_metadata): 16913 """Sets the validations_cadence_metadata of this AccountSettingsInformation. 16914 16915 Metadata that indicates whether the `validationsCadence` property is editable. # noqa: E501 16916 16917 :param validations_cadence_metadata: The validations_cadence_metadata of this AccountSettingsInformation. # noqa: E501 16918 :type: SettingsMetadata 16919 """ 16920 16921 self._validations_cadence_metadata = validations_cadence_metadata 16922 16923 @property 16924 def validations_enabled(self): 16925 """Gets the validations_enabled of this AccountSettingsInformation. # noqa: E501 16926 16927 # noqa: E501 16928 16929 :return: The validations_enabled of this AccountSettingsInformation. # noqa: E501 16930 :rtype: str 16931 """ 16932 return self._validations_enabled 16933 16934 @validations_enabled.setter 16935 def validations_enabled(self, validations_enabled): 16936 """Sets the validations_enabled of this AccountSettingsInformation. 16937 16938 # noqa: E501 16939 16940 :param validations_enabled: The validations_enabled of this AccountSettingsInformation. # noqa: E501 16941 :type: str 16942 """ 16943 16944 self._validations_enabled = validations_enabled 16945 16946 @property 16947 def validations_enabled_metadata(self): 16948 """Gets the validations_enabled_metadata of this AccountSettingsInformation. # noqa: E501 16949 16950 Metadata that indicates whether the `validationsEnabled` property is editable. # noqa: E501 16951 16952 :return: The validations_enabled_metadata of this AccountSettingsInformation. # noqa: E501 16953 :rtype: SettingsMetadata 16954 """ 16955 return self._validations_enabled_metadata 16956 16957 @validations_enabled_metadata.setter 16958 def validations_enabled_metadata(self, validations_enabled_metadata): 16959 """Sets the validations_enabled_metadata of this AccountSettingsInformation. 16960 16961 Metadata that indicates whether the `validationsEnabled` property is editable. # noqa: E501 16962 16963 :param validations_enabled_metadata: The validations_enabled_metadata of this AccountSettingsInformation. # noqa: E501 16964 :type: SettingsMetadata 16965 """ 16966 16967 self._validations_enabled_metadata = validations_enabled_metadata 16968 16969 @property 16970 def validations_report(self): 16971 """Gets the validations_report of this AccountSettingsInformation. # noqa: E501 16972 16973 # noqa: E501 16974 16975 :return: The validations_report of this AccountSettingsInformation. # noqa: E501 16976 :rtype: str 16977 """ 16978 return self._validations_report 16979 16980 @validations_report.setter 16981 def validations_report(self, validations_report): 16982 """Sets the validations_report of this AccountSettingsInformation. 16983 16984 # noqa: E501 16985 16986 :param validations_report: The validations_report of this AccountSettingsInformation. # noqa: E501 16987 :type: str 16988 """ 16989 16990 self._validations_report = validations_report 16991 16992 @property 16993 def validations_report_metadata(self): 16994 """Gets the validations_report_metadata of this AccountSettingsInformation. # noqa: E501 16995 16996 Metadata that indicates whether the `validationsReport` property is editable. # noqa: E501 16997 16998 :return: The validations_report_metadata of this AccountSettingsInformation. # noqa: E501 16999 :rtype: SettingsMetadata 17000 """ 17001 return self._validations_report_metadata 17002 17003 @validations_report_metadata.setter 17004 def validations_report_metadata(self, validations_report_metadata): 17005 """Sets the validations_report_metadata of this AccountSettingsInformation. 17006 17007 Metadata that indicates whether the `validationsReport` property is editable. # noqa: E501 17008 17009 :param validations_report_metadata: The validations_report_metadata of this AccountSettingsInformation. # noqa: E501 17010 :type: SettingsMetadata 17011 """ 17012 17013 self._validations_report_metadata = validations_report_metadata 17014 17015 @property 17016 def water_mark_enabled(self): 17017 """Gets the water_mark_enabled of this AccountSettingsInformation. # noqa: E501 17018 17019 # noqa: E501 17020 17021 :return: The water_mark_enabled of this AccountSettingsInformation. # noqa: E501 17022 :rtype: str 17023 """ 17024 return self._water_mark_enabled 17025 17026 @water_mark_enabled.setter 17027 def water_mark_enabled(self, water_mark_enabled): 17028 """Sets the water_mark_enabled of this AccountSettingsInformation. 17029 17030 # noqa: E501 17031 17032 :param water_mark_enabled: The water_mark_enabled of this AccountSettingsInformation. # noqa: E501 17033 :type: str 17034 """ 17035 17036 self._water_mark_enabled = water_mark_enabled 17037 17038 @property 17039 def water_mark_enabled_metadata(self): 17040 """Gets the water_mark_enabled_metadata of this AccountSettingsInformation. # noqa: E501 17041 17042 Metadata that indicates whether the `waterMarkEnabled` property is editable. # noqa: E501 17043 17044 :return: The water_mark_enabled_metadata of this AccountSettingsInformation. # noqa: E501 17045 :rtype: SettingsMetadata 17046 """ 17047 return self._water_mark_enabled_metadata 17048 17049 @water_mark_enabled_metadata.setter 17050 def water_mark_enabled_metadata(self, water_mark_enabled_metadata): 17051 """Sets the water_mark_enabled_metadata of this AccountSettingsInformation. 17052 17053 Metadata that indicates whether the `waterMarkEnabled` property is editable. # noqa: E501 17054 17055 :param water_mark_enabled_metadata: The water_mark_enabled_metadata of this AccountSettingsInformation. # noqa: E501 17056 :type: SettingsMetadata 17057 """ 17058 17059 self._water_mark_enabled_metadata = water_mark_enabled_metadata 17060 17061 @property 17062 def write_reminder_to_envelope_history(self): 17063 """Gets the write_reminder_to_envelope_history of this AccountSettingsInformation. # noqa: E501 17064 17065 # noqa: E501 17066 17067 :return: The write_reminder_to_envelope_history of this AccountSettingsInformation. # noqa: E501 17068 :rtype: str 17069 """ 17070 return self._write_reminder_to_envelope_history 17071 17072 @write_reminder_to_envelope_history.setter 17073 def write_reminder_to_envelope_history(self, write_reminder_to_envelope_history): 17074 """Sets the write_reminder_to_envelope_history of this AccountSettingsInformation. 17075 17076 # noqa: E501 17077 17078 :param write_reminder_to_envelope_history: The write_reminder_to_envelope_history of this AccountSettingsInformation. # noqa: E501 17079 :type: str 17080 """ 17081 17082 self._write_reminder_to_envelope_history = write_reminder_to_envelope_history 17083 17084 @property 17085 def write_reminder_to_envelope_history_metadata(self): 17086 """Gets the write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. # noqa: E501 17087 17088 Metadata that indicates whether the `writeReminderToEnvelopeHistory` property is editable. # noqa: E501 17089 17090 :return: The write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. # noqa: E501 17091 :rtype: SettingsMetadata 17092 """ 17093 return self._write_reminder_to_envelope_history_metadata 17094 17095 @write_reminder_to_envelope_history_metadata.setter 17096 def write_reminder_to_envelope_history_metadata(self, write_reminder_to_envelope_history_metadata): 17097 """Sets the write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. 17098 17099 Metadata that indicates whether the `writeReminderToEnvelopeHistory` property is editable. # noqa: E501 17100 17101 :param write_reminder_to_envelope_history_metadata: The write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. # noqa: E501 17102 :type: SettingsMetadata 17103 """ 17104 17105 self._write_reminder_to_envelope_history_metadata = write_reminder_to_envelope_history_metadata 17106 17107 @property 17108 def wurfl_min_allowable_screen_size(self): 17109 """Gets the wurfl_min_allowable_screen_size of this AccountSettingsInformation. # noqa: E501 17110 17111 # noqa: E501 17112 17113 :return: The wurfl_min_allowable_screen_size of this AccountSettingsInformation. # noqa: E501 17114 :rtype: str 17115 """ 17116 return self._wurfl_min_allowable_screen_size 17117 17118 @wurfl_min_allowable_screen_size.setter 17119 def wurfl_min_allowable_screen_size(self, wurfl_min_allowable_screen_size): 17120 """Sets the wurfl_min_allowable_screen_size of this AccountSettingsInformation. 17121 17122 # noqa: E501 17123 17124 :param wurfl_min_allowable_screen_size: The wurfl_min_allowable_screen_size of this AccountSettingsInformation. # noqa: E501 17125 :type: str 17126 """ 17127 17128 self._wurfl_min_allowable_screen_size = wurfl_min_allowable_screen_size 17129 17130 @property 17131 def wurfl_min_allowable_screen_size_metadata(self): 17132 """Gets the wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. # noqa: E501 17133 17134 Metadata that indicates whether the `wurflMinAllowableScreenSize` property is editable. # noqa: E501 17135 17136 :return: The wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. # noqa: E501 17137 :rtype: SettingsMetadata 17138 """ 17139 return self._wurfl_min_allowable_screen_size_metadata 17140 17141 @wurfl_min_allowable_screen_size_metadata.setter 17142 def wurfl_min_allowable_screen_size_metadata(self, wurfl_min_allowable_screen_size_metadata): 17143 """Sets the wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. 17144 17145 Metadata that indicates whether the `wurflMinAllowableScreenSize` property is editable. # noqa: E501 17146 17147 :param wurfl_min_allowable_screen_size_metadata: The wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. # noqa: E501 17148 :type: SettingsMetadata 17149 """ 17150 17151 self._wurfl_min_allowable_screen_size_metadata = wurfl_min_allowable_screen_size_metadata 17152 17153 def to_dict(self): 17154 """Returns the model properties as a dict""" 17155 result = {} 17156 17157 for attr, _ in six.iteritems(self.swagger_types): 17158 value = getattr(self, attr) 17159 if isinstance(value, list): 17160 result[attr] = list(map( 17161 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 17162 value 17163 )) 17164 elif hasattr(value, "to_dict"): 17165 result[attr] = value.to_dict() 17166 elif isinstance(value, dict): 17167 result[attr] = dict(map( 17168 lambda item: (item[0], item[1].to_dict()) 17169 if hasattr(item[1], "to_dict") else item, 17170 value.items() 17171 )) 17172 else: 17173 result[attr] = value 17174 if issubclass(AccountSettingsInformation, dict): 17175 for key, value in self.items(): 17176 result[key] = value 17177 17178 return result 17179 17180 def to_str(self): 17181 """Returns the string representation of the model""" 17182 return pprint.pformat(self.to_dict()) 17183 17184 def __repr__(self): 17185 """For `print` and `pprint`""" 17186 return self.to_str() 17187 17188 def __eq__(self, other): 17189 """Returns true if both objects are equal""" 17190 if not isinstance(other, AccountSettingsInformation): 17191 return False 17192 17193 return self.to_dict() == other.to_dict() 17194 17195 def __ne__(self, other): 17196 """Returns true if both objects are not equal""" 17197 if not isinstance(other, AccountSettingsInformation): 17198 return True 17199 17200 return self.to_dict() != other.to_dict()
23class AccountSettingsInformation(object): 24 """NOTE: This class is auto generated by the swagger code generator program. 25 26 Do not edit the class manually. 27 """ 28 29 """ 30 Attributes: 31 swagger_types (dict): The key is attribute name 32 and the value is attribute type. 33 attribute_map (dict): The key is attribute name 34 and the value is json key in definition. 35 """ 36 swagger_types = { 37 'access_code_format': 'AccessCodeFormat', 38 'account_date_time_format': 'str', 39 'account_date_time_format_metadata': 'SettingsMetadata', 40 'account_default_language': 'str', 41 'account_default_language_metadata': 'SettingsMetadata', 42 'account_name': 'str', 43 'account_name_metadata': 'SettingsMetadata', 44 'account_notification': 'AccountNotification', 45 'account_ui_settings': 'AccountUISettings', 46 'adopt_sig_config': 'str', 47 'adopt_sig_config_metadata': 'SettingsMetadata', 48 'advanced_correct': 'str', 49 'advanced_correct_metadata': 'SettingsMetadata', 50 'allow_access_code_format': 'str', 51 'allow_access_code_format_metadata': 'SettingsMetadata', 52 'allow_account_management_granular': 'str', 53 'allow_account_management_granular_metadata': 'SettingsMetadata', 54 'allow_account_member_name_change': 'str', 55 'allow_account_member_name_change_metadata': 'SettingsMetadata', 56 'allow_advanced_recipient_routing_conditional': 'str', 57 'allow_advanced_recipient_routing_conditional_metadata': 'SettingsMetadata', 58 'allow_agent_name_email_edit': 'str', 59 'allow_agent_name_email_edit_metadata': 'SettingsMetadata', 60 'allow_agreement_actions': 'str', 61 'allow_agreement_actions_metadata': 'SettingsMetadata', 62 'allow_agreement_orchestration_workflows': 'str', 63 'allow_agreement_orchestration_workflows_metadata': 'SettingsMetadata', 64 'allow_auto_nav_settings': 'str', 65 'allow_auto_nav_settings_metadata': 'SettingsMetadata', 66 'allow_auto_tagging': 'str', 67 'allow_auto_tagging_metadata': 'SettingsMetadata', 68 'allow_bulk_send': 'str', 69 'allow_bulk_send_metadata': 'SettingsMetadata', 70 'allow_cd_withdraw': 'str', 71 'allow_cd_withdraw_metadata': 'SettingsMetadata', 72 'allow_connect_http_listener_configs': 'str', 73 'allow_connect_o_auth_ui': 'str', 74 'allow_connect_send_finish_later': 'str', 75 'allow_connect_send_finish_later_metadata': 'SettingsMetadata', 76 'allow_connect_unified_payload_ui': 'str', 77 'allow_consumer_disclosure_override': 'str', 78 'allow_consumer_disclosure_override_metadata': 'SettingsMetadata', 79 'allow_data_download': 'str', 80 'allow_data_download_metadata': 'SettingsMetadata', 81 'allow_delayed_routing': 'str', 82 'allow_delayed_routing_metadata': 'SettingsMetadata', 83 'allow_delegated_signing': 'str', 84 'allow_delegated_signing_metadata': 'SettingsMetadata', 85 'allow_doc_gen_documents': 'str', 86 'allow_doc_gen_documents_metadata': 'SettingsMetadata', 87 'allow_document_disclosures': 'str', 88 'allow_document_disclosures_metadata': 'SettingsMetadata', 89 'allow_documents_on_signed_envelopes': 'str', 90 'allow_documents_on_signed_envelopes_metadata': 'SettingsMetadata', 91 'allow_document_visibility': 'str', 92 'allow_document_visibility_metadata': 'SettingsMetadata', 93 'allow_e_hanko_stamps': 'str', 94 'allow_e_hanko_stamps_metadata': 'SettingsMetadata', 95 'allow_e_note_e_original': 'str', 96 'allow_e_note_e_original_metadata': 'SettingsMetadata', 97 'allow_envelope_correct': 'str', 98 'allow_envelope_correct_metadata': 'SettingsMetadata', 99 'allow_envelope_custody_transfer': 'str', 100 'allow_envelope_custody_transfer_metadata': 'SettingsMetadata', 101 'allow_envelope_custom_fields': 'str', 102 'allow_envelope_custom_fields_metadata': 'SettingsMetadata', 103 'allow_envelope_publish_reporting': 'str', 104 'allow_envelope_publish_reporting_metadata': 'SettingsMetadata', 105 'allow_envelope_reporting': 'str', 106 'allow_envelope_reporting_metadata': 'SettingsMetadata', 107 'allow_expression': 'str', 108 'allow_expression_metadata': 'SettingsMetadata', 109 'allow_express_signer_certificate': 'str', 110 'allow_express_signer_certificate_metadata': 'SettingsMetadata', 111 'allow_extended_sending_resource_file': 'str', 112 'allow_extended_sending_resource_file_metadata': 'SettingsMetadata', 113 'allow_external_linked_accounts': 'str', 114 'allow_external_linked_accounts_metadata': 'SettingsMetadata', 115 'allow_external_signature_pad': 'str', 116 'allow_external_signature_pad_metadata': 'SettingsMetadata', 117 'allow_idv_for_eu_qualified_signatures': 'str', 118 'allow_idv_for_eu_qualified_signatures_metadata': 'SettingsMetadata', 119 'allow_idv_level1': 'str', 120 'allow_idv_level1_metadata': 'SettingsMetadata', 121 'allow_idv_level2': 'str', 122 'allow_idv_level2_metadata': 'SettingsMetadata', 123 'allow_idv_level3': 'str', 124 'allow_idv_level3_metadata': 'SettingsMetadata', 125 'allow_idv_platform': 'str', 126 'allow_idv_platform_metadata': 'SettingsMetadata', 127 'allow_in_person': 'str', 128 'allow_in_person_electronic_notary': 'str', 129 'allow_in_person_electronic_notary_metadata': 'SettingsMetadata', 130 'allow_in_person_metadata': 'SettingsMetadata', 131 'allow_managed_stamps': 'str', 132 'allow_managed_stamps_metadata': 'SettingsMetadata', 133 'allow_managing_envelopes_on_behalf_of_others': 'str', 134 'allow_managing_envelopes_on_behalf_of_others_metadata': 'SettingsMetadata', 135 'allow_markup': 'str', 136 'allow_markup_metadata': 'SettingsMetadata', 137 'allow_member_time_zone': 'str', 138 'allow_member_time_zone_metadata': 'SettingsMetadata', 139 'allow_merge_fields': 'str', 140 'allow_merge_fields_metadata': 'SettingsMetadata', 141 'allow_multiple_brand_profiles': 'str', 142 'allow_multiple_brand_profiles_metadata': 'SettingsMetadata', 143 'allow_multiple_signer_attachments': 'str', 144 'allow_multiple_signer_attachments_metadata': 'SettingsMetadata', 145 'allow_non_us_phone_auth': 'str', 146 'allow_non_us_phone_auth_metadata': 'SettingsMetadata', 147 'allow_ocr_of_envelope_documents': 'str', 148 'allow_ocr_of_envelope_documents_metadata': 'SettingsMetadata', 149 'allow_offline_signing': 'str', 150 'allow_offline_signing_metadata': 'SettingsMetadata', 151 'allow_open_trust_signer_certificate': 'str', 152 'allow_open_trust_signer_certificate_metadata': 'SettingsMetadata', 153 'allow_organization_docusign_monitor': 'str', 154 'allow_organization_docusign_monitor_metadata': 'SettingsMetadata', 155 'allow_organization_domain_user_management': 'str', 156 'allow_organization_domain_user_management_metadata': 'SettingsMetadata', 157 'allow_organizations': 'str', 158 'allow_organizations_metadata': 'SettingsMetadata', 159 'allow_organization_sso_management': 'str', 160 'allow_organization_sso_management_metadata': 'SettingsMetadata', 161 'allow_organization_to_use_in_person_electronic_notary': 'str', 162 'allow_organization_to_use_in_person_electronic_notary_metadata': 'SettingsMetadata', 163 'allow_organization_to_use_remote_notary': 'str', 164 'allow_organization_to_use_remote_notary_metadata': 'SettingsMetadata', 165 'allow_organization_to_use_third_party_electronic_notary': 'str', 166 'allow_organization_to_use_third_party_electronic_notary_metadata': 'SettingsMetadata', 167 'allow_participant_recipient_type': 'str', 168 'allow_participant_recipient_type_metadata': 'SettingsMetadata', 169 'allow_payment_processing': 'str', 170 'allow_payment_processing_metadata': 'SettingsMetadata', 171 'allow_performance_analytics': 'str', 172 'allow_performance_analytics_metadata': 'SettingsMetadata', 173 'allow_phone_authentication': 'str', 174 'allow_phone_authentication_metadata': 'SettingsMetadata', 175 'allow_phone_auth_override': 'str', 176 'allow_phone_auth_override_metadata': 'SettingsMetadata', 177 'allow_private_signing_groups': 'str', 178 'allow_private_signing_groups_metadata': 'SettingsMetadata', 179 'allow_recipient_connect': 'str', 180 'allow_recipient_connect_metadata': 'SettingsMetadata', 181 'allow_reminders': 'str', 182 'allow_reminders_metadata': 'SettingsMetadata', 183 'allow_remote_notary': 'str', 184 'allow_remote_notary_metadata': 'SettingsMetadata', 185 'allow_resource_file_branding': 'str', 186 'allow_resource_file_branding_metadata': 'SettingsMetadata', 187 'allow_safe_bio_pharma_signer_certificate': 'str', 188 'allow_safe_bio_pharma_signer_certificate_metadata': 'SettingsMetadata', 189 'allow_scheduled_sending': 'str', 190 'allow_scheduled_sending_metadata': 'SettingsMetadata', 191 'allow_security_appliance': 'str', 192 'allow_security_appliance_metadata': 'SettingsMetadata', 193 'allow_sending_envelopes_on_behalf_of_others': 'str', 194 'allow_sending_envelopes_on_behalf_of_others_metadata': 'SettingsMetadata', 195 'allow_send_to_certified_delivery': 'str', 196 'allow_send_to_certified_delivery_metadata': 'SettingsMetadata', 197 'allow_send_to_intermediary': 'str', 198 'allow_send_to_intermediary_metadata': 'SettingsMetadata', 199 'allow_server_templates': 'str', 200 'allow_server_templates_metadata': 'SettingsMetadata', 201 'allow_set_embedded_recipient_start_url': 'str', 202 'allow_set_embedded_recipient_start_url_metadata': 'SettingsMetadata', 203 'allow_shared_tabs': 'str', 204 'allow_shared_tabs_metadata': 'SettingsMetadata', 205 'allow_signature_stamps': 'str', 206 'allow_signature_stamps_metadata': 'SettingsMetadata', 207 'allow_sign_document_from_home_page': 'str', 208 'allow_sign_document_from_home_page_metadata': 'SettingsMetadata', 209 'allow_signer_reassign': 'str', 210 'allow_signer_reassign_metadata': 'SettingsMetadata', 211 'allow_signer_reassign_override': 'str', 212 'allow_signer_reassign_override_metadata': 'SettingsMetadata', 213 'allow_signing_extensions': 'str', 214 'allow_signing_extensions_metadata': 'SettingsMetadata', 215 'allow_signing_groups': 'str', 216 'allow_signing_groups_metadata': 'SettingsMetadata', 217 'allow_signing_insights': 'str', 218 'allow_signing_insights_metadata': 'SettingsMetadata', 219 'allow_signing_radio_deselect': 'str', 220 'allow_signing_radio_deselect_metadata': 'SettingsMetadata', 221 'allow_sign_now': 'str', 222 'allow_sign_now_metadata': 'str', 223 'allow_sms_delivery': 'str', 224 'allow_sms_delivery_metadata': 'SettingsMetadata', 225 'allow_social_id_login': 'str', 226 'allow_social_id_login_metadata': 'SettingsMetadata', 227 'allow_supplemental_documents': 'str', 228 'allow_supplemental_documents_metadata': 'SettingsMetadata', 229 'allow_third_party_electronic_notary': 'str', 230 'allow_third_party_electronic_notary_metadata': 'SettingsMetadata', 231 'allow_users_to_access_directory': 'str', 232 'allow_users_to_access_directory_metadata': 'SettingsMetadata', 233 'allow_value_insights': 'str', 234 'allow_value_insights_metadata': 'SettingsMetadata', 235 'allow_web_forms': 'str', 236 'allow_web_forms_metadata': 'SettingsMetadata', 237 'anchor_population_scope': 'str', 238 'anchor_population_scope_metadata': 'SettingsMetadata', 239 'anchor_tag_versioned_placement_enabled': 'str', 240 'anchor_tag_versioned_placement_metadata_enabled': 'SettingsMetadata', 241 'attach_completed_envelope': 'str', 242 'attach_completed_envelope_metadata': 'SettingsMetadata', 243 'authentication_check': 'str', 244 'authentication_check_metadata': 'SettingsMetadata', 245 'auto_nav_rule': 'str', 246 'auto_nav_rule_metadata': 'SettingsMetadata', 247 'auto_provision_signer_account': 'str', 248 'auto_provision_signer_account_metadata': 'SettingsMetadata', 249 'bcc_email_archive': 'str', 250 'bcc_email_archive_metadata': 'SettingsMetadata', 251 'beta_switch_configuration': 'str', 252 'beta_switch_configuration_metadata': 'SettingsMetadata', 253 'billing_address': 'AddressInformation', 254 'billing_address_metadata': 'SettingsMetadata', 255 'bulk_send': 'str', 256 'bulk_send_action_resend_limit': 'str', 257 'bulk_send_max_copies_in_batch': 'str', 258 'bulk_send_max_unprocessed_envelopes_count': 'str', 259 'bulk_send_metadata': 'SettingsMetadata', 260 'can_self_brand_send': 'str', 261 'can_self_brand_send_metadata': 'SettingsMetadata', 262 'can_self_brand_sign': 'str', 263 'can_self_brand_sign_metadata': 'SettingsMetadata', 264 'can_use_salesforce_o_auth': 'str', 265 'can_use_salesforce_o_auth_metadata': 'SettingsMetadata', 266 'capture_voice_recording': 'str', 267 'capture_voice_recording_metadata': 'SettingsMetadata', 268 'cfr21_simplified_signing_enabled': 'str', 269 'cfr21_simplified_signing_enabled_metadata': 'SettingsMetadata', 270 'cfr_use_wide_image': 'str', 271 'cfr_use_wide_image_metadata': 'SettingsMetadata', 272 'check_for_multiple_admins_on_account': 'str', 273 'check_for_multiple_admins_on_account_metadata': 'SettingsMetadata', 274 'chrome_signature_enabled': 'str', 275 'chrome_signature_enabled_metadata': 'SettingsMetadata', 276 'comment_email_show_message_text': 'str', 277 'comment_email_show_message_text_metadata': 'SettingsMetadata', 278 'comments_allow_envelope_override': 'str', 279 'comments_allow_envelope_override_metadata': 'SettingsMetadata', 280 'conditional_fields_enabled': 'str', 281 'conditional_fields_enabled_metadata': 'SettingsMetadata', 282 'consumer_disclosure_frequency': 'str', 283 'consumer_disclosure_frequency_metadata': 'SettingsMetadata', 284 'convert_pdf_fields': 'str', 285 'convert_pdf_fields_metadata': 'SettingsMetadata', 286 'data_population_scope': 'str', 287 'data_population_scope_metadata': 'SettingsMetadata', 288 'disable_auto_template_matching': 'str', 289 'disable_auto_template_matching_metadata': 'SettingsMetadata', 290 'disable_mobile_app': 'str', 291 'disable_mobile_app_metadata': 'SettingsMetadata', 292 'disable_mobile_push_notifications': 'str', 293 'disable_mobile_push_notifications_metadata': 'SettingsMetadata', 294 'disable_mobile_sending': 'str', 295 'disable_mobile_sending_metadata': 'SettingsMetadata', 296 'disable_multiple_sessions': 'str', 297 'disable_multiple_sessions_metadata': 'SettingsMetadata', 298 'disable_purge_notifications_for_sender_metadata': 'SettingsMetadata', 299 'disable_signer_cert_view': 'str', 300 'disable_signer_cert_view_metadata': 'SettingsMetadata', 301 'disable_signer_history_view': 'str', 302 'disable_signer_history_view_metadata': 'SettingsMetadata', 303 'disable_style_signature': 'str', 304 'disable_style_signature_metadata': 'SettingsMetadata', 305 'disable_upload_signature': 'str', 306 'disable_upload_signature_metadata': 'SettingsMetadata', 307 'disable_user_sharing': 'str', 308 'disable_user_sharing_metadata': 'SettingsMetadata', 309 'display_beta_switch': 'str', 310 'display_beta_switch_metadata': 'SettingsMetadata', 311 'document_conversion_restrictions': 'str', 312 'document_conversion_restrictions_metadata': 'SettingsMetadata', 313 'document_retention': 'str', 314 'document_retention_metadata': 'SettingsMetadata', 315 'document_retention_purge_tabs': 'str', 316 'document_visibility': 'str', 317 'document_visibility_metadata': 'SettingsMetadata', 318 'dss_sign_28411_enable_leave_page_prompt_radmin_option': 'str', 319 'dss_sign_29182_slide_up_bar_radmin_option': 'str', 320 'email_template_version': 'str', 321 'email_template_version_metadata': 'SettingsMetadata', 322 'enable_access_code_generator': 'str', 323 'enable_access_code_generator_metadata': 'SettingsMetadata', 324 'enable_advanced_payments': 'str', 325 'enable_advanced_payments_metadata': 'SettingsMetadata', 326 'enable_advanced_power_forms': 'str', 327 'enable_advanced_power_forms_metadata': 'SettingsMetadata', 328 'enable_agreement_actions_for_clm': 'str', 329 'enable_agreement_actions_for_clm_metadata': 'SettingsMetadata', 330 'enable_agreement_actions_for_e_sign': 'str', 331 'enable_agreement_actions_for_e_sign_metadata': 'SettingsMetadata', 332 'enable_auto_nav': 'str', 333 'enable_auto_nav_metadata': 'SettingsMetadata', 334 'enable_bcc_dummy_link': 'str', 335 'enable_bcc_dummy_link_metadata': 'SettingsMetadata', 336 'enable_calculated_fields': 'str', 337 'enable_calculated_fields_metadata': 'SettingsMetadata', 338 'enable_clickwraps': 'str', 339 'enable_clickwraps_metadata': 'SettingsMetadata', 340 'enable_combined_pdf_download_for_sbs': 'str', 341 'enable_comments_history_download_in_signing': 'str', 342 'enable_comments_history_download_in_signing_metadata': 'SettingsMetadata', 343 'enable_contact_suggestions': 'str', 344 'enable_contact_suggestions_metadata': 'SettingsMetadata', 345 'enable_customer_satisfaction_metric_tracking': 'str', 346 'enable_customer_satisfaction_metric_tracking_metadata': 'SettingsMetadata', 347 'enable_ds_pro': 'str', 348 'enable_ds_pro_metadata': 'SettingsMetadata', 349 'enable_envelope_stamping_by_account_admin': 'str', 350 'enable_envelope_stamping_by_account_admin_metadata': 'SettingsMetadata', 351 'enable_envelope_stamping_by_ds_admin': 'str', 352 'enable_envelope_stamping_by_ds_admin_metadata': 'SettingsMetadata', 353 'enable_e_sign_api_hourly_limit_management': 'str', 354 'enable_e_sign_api_hourly_limit_management_metadata': 'SettingsMetadata', 355 'enable_esign_communities': 'str', 356 'enable_esign_communities_metadata': 'SettingsMetadata', 357 'enable_id_fx_accountless_sms_auth_for_part11': 'str', 358 'enable_id_fx_accountless_sms_auth_for_part11_metadata': 'SettingsMetadata', 359 'enable_id_fx_intuit_kba': 'str', 360 'enable_id_fx_intuit_kba_metadata': 'SettingsMetadata', 361 'enable_id_fx_phone_authentication': 'str', 362 'enable_id_fx_phone_authentication_metadata': 'SettingsMetadata', 363 'enable_in_browser_editor': 'str', 364 'enable_in_browser_editor_metadata': 'SettingsMetadata', 365 'enable_key_terms_suggestions_by_document_type': 'str', 366 'enable_key_terms_suggestions_by_document_type_metadata': 'SettingsMetadata', 367 'enable_participant_recipient_setting_metadata': 'SettingsMetadata', 368 'enable_payment_processing': 'str', 369 'enable_payment_processing_metadata': 'SettingsMetadata', 370 'enable_pdfa_conversion': 'str', 371 'enable_pdfa_conversion_metadata': 'SettingsMetadata', 372 'enable_power_form': 'str', 373 'enable_power_form_direct': 'str', 374 'enable_power_form_direct_metadata': 'SettingsMetadata', 375 'enable_power_form_metadata': 'SettingsMetadata', 376 'enable_recipient_domain_validation': 'str', 377 'enable_recipient_domain_validation_metadata': 'SettingsMetadata', 378 'enable_recipient_may_provide_phone_number': 'str', 379 'enable_recipient_may_provide_phone_number_metadata': 'SettingsMetadata', 380 'enable_report_links': 'str', 381 'enable_report_links_metadata': 'SettingsMetadata', 382 'enable_require_sign_on_paper': 'str', 383 'enable_require_sign_on_paper_metadata': 'SettingsMetadata', 384 'enable_reserved_domain': 'str', 385 'enable_reserved_domain_metadata': 'SettingsMetadata', 386 'enable_responsive_signing': 'str', 387 'enable_responsive_signing_metadata': 'SettingsMetadata', 388 'enable_scheduled_release': 'str', 389 'enable_scheduled_release_metadata': 'SettingsMetadata', 390 'enable_search': 'str', 391 'enable_search_metadata': 'SettingsMetadata', 392 'enable_search_site_specific_api': 'str', 393 'enable_search_site_specific_api_metadata': 'SettingsMetadata', 394 'enable_search_ui': 'str', 395 'enable_search_ui_metadata': 'SettingsMetadata', 396 'enable_sending_tags_font_settings': 'str', 397 'enable_sending_tags_font_settings_metadata': 'SettingsMetadata', 398 'enable_send_to_agent': 'str', 399 'enable_send_to_agent_metadata': 'SettingsMetadata', 400 'enable_send_to_intermediary': 'str', 401 'enable_send_to_intermediary_metadata': 'SettingsMetadata', 402 'enable_send_to_manage': 'str', 403 'enable_send_to_manage_metadata': 'SettingsMetadata', 404 'enable_sequential_signing_api': 'str', 405 'enable_sequential_signing_api_metadata': 'SettingsMetadata', 406 'enable_sequential_signing_ui': 'str', 407 'enable_sequential_signing_ui_metadata': 'SettingsMetadata', 408 'enable_signer_attachments': 'str', 409 'enable_signer_attachments_metadata': 'SettingsMetadata', 410 'enable_signing_extension_comments': 'str', 411 'enable_signing_extension_comments_metadata': 'SettingsMetadata', 412 'enable_signing_extension_conversations': 'str', 413 'enable_signing_extension_conversations_metadata': 'SettingsMetadata', 414 'enable_signing_order_settings_for_account': 'str', 415 'enable_signing_order_settings_for_account_metadata': 'SettingsMetadata', 416 'enable_sign_on_paper': 'str', 417 'enable_sign_on_paper_metadata': 'SettingsMetadata', 418 'enable_sign_on_paper_override': 'str', 419 'enable_sign_on_paper_override_metadata': 'SettingsMetadata', 420 'enable_sign_with_notary': 'str', 421 'enable_sign_with_notary_metadata': 'SettingsMetadata', 422 'enable_smart_contracts': 'str', 423 'enable_smart_contracts_metadata': 'SettingsMetadata', 424 'enable_sms_authentication': 'str', 425 'enable_sms_authentication_metadata': 'SettingsMetadata', 426 'enable_sms_delivery_additional_notification': 'str', 427 'enable_sms_delivery_additional_notification_metadata': 'SettingsMetadata', 428 'enable_sms_delivery_primary': 'str', 429 'enable_social_id_login': 'str', 430 'enable_social_id_login_metadata': 'SettingsMetadata', 431 'enable_strike_through': 'str', 432 'enable_strike_through_metadata': 'SettingsMetadata', 433 'enable_transaction_point': 'str', 434 'enable_transaction_point_metadata': 'SettingsMetadata', 435 'enable_vaulting': 'str', 436 'enable_vaulting_metadata': 'SettingsMetadata', 437 'enable_witnessing': 'str', 438 'enable_witnessing_metadata': 'SettingsMetadata', 439 'enforce_template_name_uniqueness': 'str', 440 'enforce_template_name_uniqueness_metadata': 'SettingsMetadata', 441 'envelope_integration_allowed': 'str', 442 'envelope_integration_allowed_metadata': 'SettingsMetadata', 443 'envelope_integration_enabled': 'str', 444 'envelope_integration_enabled_metadata': 'SettingsMetadata', 445 'envelope_limits_total_document_size_allowed_in_mb': 'str', 446 'envelope_limits_total_document_size_allowed_in_mb_enabled': 'str', 447 'envelope_limits_total_document_size_allowed_in_mb_enabled_metadata': 'SettingsMetadata', 448 'envelope_limits_total_document_size_allowed_in_mb_metadata': 'SettingsMetadata', 449 'envelope_stamping_default_value': 'str', 450 'envelope_stamping_default_value_metadata': 'SettingsMetadata', 451 'exit_prompt': 'str', 452 'exit_prompt_metadata': 'SettingsMetadata', 453 'express_send': 'str', 454 'express_send_allow_tabs': 'str', 455 'express_send_allow_tabs_metadata': 'SettingsMetadata', 456 'express_send_metadata': 'SettingsMetadata', 457 'external_document_sources': 'ExternalDocumentSources', 458 'external_signature_pad_type': 'str', 459 'external_signature_pad_type_metadata': 'SettingsMetadata', 460 'fax_out_enabled': 'str', 461 'fax_out_enabled_metadata': 'SettingsMetadata', 462 'finish_reminder': 'str', 463 'finish_reminder_metadata': 'SettingsMetadata', 464 'guided_forms_html_allowed': 'str', 465 'guided_forms_html_allowed_metadata': 'SettingsMetadata', 466 'has_recipient_connect_claimed_domain': 'str', 467 'hide_account_address_in_co_c': 'str', 468 'hide_account_address_in_co_c_metadata': 'SettingsMetadata', 469 'hide_pricing': 'str', 470 'hide_pricing_metadata': 'SettingsMetadata', 471 'id_check_configurations': 'list[IdCheckConfiguration]', 472 'id_check_expire': 'str', 473 'id_check_expire_days': 'str', 474 'id_check_expire_days_metadata': 'SettingsMetadata', 475 'id_check_expire_metadata': 'SettingsMetadata', 476 'id_check_expire_minutes': 'str', 477 'id_check_expire_minutes_metadata': 'SettingsMetadata', 478 'id_check_required': 'str', 479 'id_check_required_metadata': 'SettingsMetadata', 480 'identity_verification': 'list[AccountIdentityVerificationWorkflow]', 481 'identity_verification_metadata': 'SettingsMetadata', 482 'idfx_phone_authentication_override': 'str', 483 'idfx_phone_authentication_override_metadata': 'SettingsMetadata', 484 'ignore_error_if_anchor_tab_not_found': 'str', 485 'ignore_error_if_anchor_tab_not_found_metadata_enabled': 'SettingsMetadata', 486 'in_person_id_check_question': 'str', 487 'in_person_id_check_question_metadata': 'SettingsMetadata', 488 'in_person_signing_enabled': 'str', 489 'in_person_signing_enabled_metadata': 'SettingsMetadata', 490 'in_session_enabled': 'str', 491 'in_session_enabled_metadata': 'SettingsMetadata', 492 'in_session_suppress_emails': 'str', 493 'in_session_suppress_emails_metadata': 'SettingsMetadata', 494 'linked_external_primary_accounts': 'list[LinkedExternalPrimaryAccount]', 495 'maximum_signing_groups': 'str', 496 'maximum_signing_groups_metadata': 'SettingsMetadata', 497 'maximum_users_per_signing_group': 'str', 498 'maximum_users_per_signing_group_metadata': 'SettingsMetadata', 499 'max_number_of_custom_stamps': 'str', 500 'mobile_session_timeout': 'str', 501 'mobile_session_timeout_metadata': 'SettingsMetadata', 502 'number_of_active_custom_stamps': 'str', 503 'opt_in_mobile_signing_v02': 'str', 504 'opt_in_mobile_signing_v02_metadata': 'SettingsMetadata', 505 'opt_out_auto_nav_text_and_tab_color_updates': 'str', 506 'opt_out_auto_nav_text_and_tab_color_updates_metadata': 'SettingsMetadata', 507 'opt_out_new_platform_seal': 'str', 508 'opt_out_new_platform_seal_platform_metadata': 'SettingsMetadata', 509 'pdf_max_chunked_upload_part_size': 'str', 510 'pdf_max_chunked_upload_part_size_metadata': 'SettingsMetadata', 511 'pdf_max_chunked_upload_total_size': 'str', 512 'pdf_max_chunked_upload_total_size_metadata': 'SettingsMetadata', 513 'pdf_max_individual_upload_size': 'str', 514 'pdf_max_individual_upload_size_metadata': 'SettingsMetadata', 515 'phone_auth_recipient_may_provide_phone_number': 'str', 516 'phone_auth_recipient_may_provide_phone_number_metadata': 'SettingsMetadata', 517 'pki_sign_downloaded_pdf_docs': 'str', 518 'pki_sign_downloaded_pdf_docs_metadata': 'SettingsMetadata', 519 'read_only_mode': 'str', 520 'read_only_mode_metadata': 'SettingsMetadata', 521 'recipients_can_sign_offline': 'str', 522 'recipients_can_sign_offline_metadata': 'SettingsMetadata', 523 'recipient_signing_auto_navigation_control': 'str', 524 'recipient_signing_auto_navigation_control_metadata': 'SettingsMetadata', 525 'require21_cf_rpt11_compliance': 'str', 526 'require21_cf_rpt11_compliance_metadata': 'SettingsMetadata', 527 'require_decline_reason': 'str', 528 'require_decline_reason_metadata': 'SettingsMetadata', 529 'require_external_user_management': 'str', 530 'require_external_user_management_metadata': 'SettingsMetadata', 531 'require_signer_certificate_type': 'str', 532 'require_signer_certificate_type_metadata': 'SettingsMetadata', 533 'rsa_verid_account_name': 'str', 534 'rsa_verid_password': 'str', 535 'rsa_verid_ruleset': 'str', 536 'rsa_verid_user_id': 'str', 537 'self_signed_recipient_email_document': 'str', 538 'self_signed_recipient_email_document_metadata': 'SettingsMetadata', 539 'self_signed_recipient_email_document_user_override': 'str', 540 'self_signed_recipient_email_document_user_override_metadata': 'SettingsMetadata', 541 'sender_can_sign_in_each_location': 'str', 542 'sender_can_sign_in_each_location_metadata': 'SettingsMetadata', 543 'sender_must_authenticate_signing': 'str', 544 'sender_must_authenticate_signing_metadata': 'SettingsMetadata', 545 'sending_tags_font_color': 'str', 546 'sending_tags_font_color_metadata': 'SettingsMetadata', 547 'sending_tags_font_name': 'str', 548 'sending_tags_font_name_metadata': 'SettingsMetadata', 549 'sending_tags_font_size': 'str', 550 'sending_tags_font_size_metadata': 'SettingsMetadata', 551 'send_lockout_recipient_notification': 'str', 552 'send_lockout_recipient_notification_metadata': 'SettingsMetadata', 553 'send_to_certified_delivery_enabled': 'str', 554 'send_to_certified_delivery_enabled_metadata': 'SettingsMetadata', 555 'session_timeout': 'str', 556 'session_timeout_metadata': 'SettingsMetadata', 557 'set_recip_email_lang': 'str', 558 'set_recip_email_lang_metadata': 'SettingsMetadata', 559 'set_recip_sign_lang': 'str', 560 'set_recip_sign_lang_metadata': 'SettingsMetadata', 561 'shared_template_folders': 'str', 562 'shared_template_folders_metadata': 'SettingsMetadata', 563 'show_complete_dialog_in_embedded_session': 'str', 564 'show_complete_dialog_in_embedded_session_metadata': 'SettingsMetadata', 565 'show_conditional_routing_on_send': 'str', 566 'show_conditional_routing_on_send_metadata': 'SettingsMetadata', 567 'show_initial_conditional_fields': 'str', 568 'show_initial_conditional_fields_metadata': 'SettingsMetadata', 569 'show_localized_watermarks': 'str', 570 'show_localized_watermarks_metadata': 'SettingsMetadata', 571 'show_masked_fields_when_downloading_document_as_sender': 'str', 572 'show_masked_fields_when_downloading_document_as_sender_metadata': 'SettingsMetadata', 573 'show_tutorials': 'str', 574 'show_tutorials_metadata': 'SettingsMetadata', 575 'signature_providers': 'list[str]', 576 'signature_providers_metadata': 'SettingsMetadata', 577 'sign_date_format': 'str', 578 'sign_date_format_metadata': 'SettingsMetadata', 579 'sign_date_time_account_language_override': 'str', 580 'sign_date_time_account_language_override_metadata': 'SettingsMetadata', 581 'sign_date_time_account_timezone_override': 'str', 582 'sign_date_time_account_timezone_override_metadata': 'SettingsMetadata', 583 'signer_attach_certificate_to_envelope_pdf': 'str', 584 'signer_attach_certificate_to_envelope_pdf_metadata': 'SettingsMetadata', 585 'signer_attach_concat': 'str', 586 'signer_attach_concat_metadata': 'SettingsMetadata', 587 'signer_can_create_account': 'str', 588 'signer_can_create_account_metadata': 'SettingsMetadata', 589 'signer_can_sign_on_mobile': 'str', 590 'signer_can_sign_on_mobile_metadata': 'SettingsMetadata', 591 'signer_in_session_use_envelope_complete_email': 'str', 592 'signer_in_session_use_envelope_complete_email_metadata': 'SettingsMetadata', 593 'signer_login_requirements': 'str', 594 'signer_login_requirements_metadata': 'SettingsMetadata', 595 'signer_must_have_account': 'str', 596 'signer_must_have_account_metadata': 'SettingsMetadata', 597 'signer_must_login_to_sign': 'str', 598 'signer_must_login_to_sign_metadata': 'SettingsMetadata', 599 'signer_show_secure_field_initial_values': 'str', 600 'signer_show_secure_field_initial_values_metadata': 'SettingsMetadata', 601 'signing_session_timeout': 'str', 602 'signing_session_timeout_metadata': 'SettingsMetadata', 603 'signing_ui_version': 'str', 604 'signing_ui_version_metadata': 'SettingsMetadata', 605 'sign_time_format': 'str', 606 'sign_time_format_metadata': 'SettingsMetadata', 607 'sign_time_show_am_pm': 'str', 608 'sign_time_show_am_pm_metadata': 'SettingsMetadata', 609 'simplified_sending_enabled': 'str', 610 'simplified_sending_enabled_metadata': 'SettingsMetadata', 611 'single_sign_on_enabled': 'str', 612 'single_sign_on_enabled_metadata': 'SettingsMetadata', 613 'skip_auth_completed_envelopes': 'str', 614 'skip_auth_completed_envelopes_metadata': 'SettingsMetadata', 615 'social_id_recip_auth': 'str', 616 'social_id_recip_auth_metadata': 'SettingsMetadata', 617 'specify_document_visibility': 'str', 618 'specify_document_visibility_metadata': 'SettingsMetadata', 619 'start_in_advanced_correct': 'str', 620 'start_in_advanced_correct_metadata': 'SettingsMetadata', 621 'supplemental_documents_must_accept': 'str', 622 'supplemental_documents_must_accept_metadata': 'SettingsMetadata', 623 'supplemental_documents_must_read': 'str', 624 'supplemental_documents_must_read_metadata': 'SettingsMetadata', 625 'supplemental_documents_must_view': 'str', 626 'supplemental_documents_must_view_metadata': 'SettingsMetadata', 627 'suppress_certificate_enforcement': 'str', 628 'suppress_certificate_enforcement_metadata': 'SettingsMetadata', 629 'tab_account_settings': 'TabAccountSettings', 630 'timezone_offset_api': 'str', 631 'timezone_offset_api_metadata': 'SettingsMetadata', 632 'timezone_offset_ui': 'str', 633 'timezone_offset_ui_metadata': 'SettingsMetadata', 634 'universal_signature_opt_in': 'str', 635 'use_account_level_email': 'str', 636 'use_account_level_email_metadata': 'SettingsMetadata', 637 'use_consumer_disclosure': 'str', 638 'use_consumer_disclosure_metadata': 'SettingsMetadata', 639 'use_consumer_disclosure_within_account': 'str', 640 'use_consumer_disclosure_within_account_metadata': 'SettingsMetadata', 641 'use_derived_keys': 'str', 642 'use_derived_keys_metadata': 'SettingsMetadata', 643 'use_docu_sign_express_signer_certificate': 'str', 644 'use_docu_sign_express_signer_certificate_metadata': 'SettingsMetadata', 645 'use_multi_app_groups_data': 'str', 646 'use_multi_app_groups_data_metadata': 'SettingsMetadata', 647 'use_new_blob_for_pdf': 'str', 648 'use_new_blob_for_pdf_metadata': 'SettingsMetadata', 649 'use_safe_signer_certificates': 'str', 650 'use_safe_signer_certificates_metadata': 'SettingsMetadata', 651 'uses_api': 'str', 652 'uses_api_metadata': 'SettingsMetadata', 653 'use_signature_provider_platform': 'str', 654 'use_signature_provider_platform_metadata': 'SettingsMetadata', 655 'use_smart_contracts_v1': 'str', 656 'validations_allowed': 'str', 657 'validations_allowed_metadata': 'SettingsMetadata', 658 'validations_brand': 'str', 659 'validations_brand_metadata': 'SettingsMetadata', 660 'validations_cadence': 'str', 661 'validations_cadence_metadata': 'SettingsMetadata', 662 'validations_enabled': 'str', 663 'validations_enabled_metadata': 'SettingsMetadata', 664 'validations_report': 'str', 665 'validations_report_metadata': 'SettingsMetadata', 666 'water_mark_enabled': 'str', 667 'water_mark_enabled_metadata': 'SettingsMetadata', 668 'write_reminder_to_envelope_history': 'str', 669 'write_reminder_to_envelope_history_metadata': 'SettingsMetadata', 670 'wurfl_min_allowable_screen_size': 'str', 671 'wurfl_min_allowable_screen_size_metadata': 'SettingsMetadata' 672 } 673 674 attribute_map = { 675 'access_code_format': 'accessCodeFormat', 676 'account_date_time_format': 'accountDateTimeFormat', 677 'account_date_time_format_metadata': 'accountDateTimeFormatMetadata', 678 'account_default_language': 'accountDefaultLanguage', 679 'account_default_language_metadata': 'accountDefaultLanguageMetadata', 680 'account_name': 'accountName', 681 'account_name_metadata': 'accountNameMetadata', 682 'account_notification': 'accountNotification', 683 'account_ui_settings': 'accountUISettings', 684 'adopt_sig_config': 'adoptSigConfig', 685 'adopt_sig_config_metadata': 'adoptSigConfigMetadata', 686 'advanced_correct': 'advancedCorrect', 687 'advanced_correct_metadata': 'advancedCorrectMetadata', 688 'allow_access_code_format': 'allowAccessCodeFormat', 689 'allow_access_code_format_metadata': 'allowAccessCodeFormatMetadata', 690 'allow_account_management_granular': 'allowAccountManagementGranular', 691 'allow_account_management_granular_metadata': 'allowAccountManagementGranularMetadata', 692 'allow_account_member_name_change': 'allowAccountMemberNameChange', 693 'allow_account_member_name_change_metadata': 'allowAccountMemberNameChangeMetadata', 694 'allow_advanced_recipient_routing_conditional': 'allowAdvancedRecipientRoutingConditional', 695 'allow_advanced_recipient_routing_conditional_metadata': 'allowAdvancedRecipientRoutingConditionalMetadata', 696 'allow_agent_name_email_edit': 'allowAgentNameEmailEdit', 697 'allow_agent_name_email_edit_metadata': 'allowAgentNameEmailEditMetadata', 698 'allow_agreement_actions': 'allowAgreementActions', 699 'allow_agreement_actions_metadata': 'allowAgreementActionsMetadata', 700 'allow_agreement_orchestration_workflows': 'allowAgreementOrchestrationWorkflows', 701 'allow_agreement_orchestration_workflows_metadata': 'allowAgreementOrchestrationWorkflowsMetadata', 702 'allow_auto_nav_settings': 'allowAutoNavSettings', 703 'allow_auto_nav_settings_metadata': 'allowAutoNavSettingsMetadata', 704 'allow_auto_tagging': 'allowAutoTagging', 705 'allow_auto_tagging_metadata': 'allowAutoTaggingMetadata', 706 'allow_bulk_send': 'allowBulkSend', 707 'allow_bulk_send_metadata': 'allowBulkSendMetadata', 708 'allow_cd_withdraw': 'allowCDWithdraw', 709 'allow_cd_withdraw_metadata': 'allowCDWithdrawMetadata', 710 'allow_connect_http_listener_configs': 'allowConnectHttpListenerConfigs', 711 'allow_connect_o_auth_ui': 'allowConnectOAuthUI', 712 'allow_connect_send_finish_later': 'allowConnectSendFinishLater', 713 'allow_connect_send_finish_later_metadata': 'allowConnectSendFinishLaterMetadata', 714 'allow_connect_unified_payload_ui': 'allowConnectUnifiedPayloadUI', 715 'allow_consumer_disclosure_override': 'allowConsumerDisclosureOverride', 716 'allow_consumer_disclosure_override_metadata': 'allowConsumerDisclosureOverrideMetadata', 717 'allow_data_download': 'allowDataDownload', 718 'allow_data_download_metadata': 'allowDataDownloadMetadata', 719 'allow_delayed_routing': 'allowDelayedRouting', 720 'allow_delayed_routing_metadata': 'allowDelayedRoutingMetadata', 721 'allow_delegated_signing': 'allowDelegatedSigning', 722 'allow_delegated_signing_metadata': 'allowDelegatedSigningMetadata', 723 'allow_doc_gen_documents': 'allowDocGenDocuments', 724 'allow_doc_gen_documents_metadata': 'allowDocGenDocumentsMetadata', 725 'allow_document_disclosures': 'allowDocumentDisclosures', 726 'allow_document_disclosures_metadata': 'allowDocumentDisclosuresMetadata', 727 'allow_documents_on_signed_envelopes': 'allowDocumentsOnSignedEnvelopes', 728 'allow_documents_on_signed_envelopes_metadata': 'allowDocumentsOnSignedEnvelopesMetadata', 729 'allow_document_visibility': 'allowDocumentVisibility', 730 'allow_document_visibility_metadata': 'allowDocumentVisibilityMetadata', 731 'allow_e_hanko_stamps': 'allowEHankoStamps', 732 'allow_e_hanko_stamps_metadata': 'allowEHankoStampsMetadata', 733 'allow_e_note_e_original': 'allowENoteEOriginal', 734 'allow_e_note_e_original_metadata': 'allowENoteEOriginalMetadata', 735 'allow_envelope_correct': 'allowEnvelopeCorrect', 736 'allow_envelope_correct_metadata': 'allowEnvelopeCorrectMetadata', 737 'allow_envelope_custody_transfer': 'allowEnvelopeCustodyTransfer', 738 'allow_envelope_custody_transfer_metadata': 'allowEnvelopeCustodyTransferMetadata', 739 'allow_envelope_custom_fields': 'allowEnvelopeCustomFields', 740 'allow_envelope_custom_fields_metadata': 'allowEnvelopeCustomFieldsMetadata', 741 'allow_envelope_publish_reporting': 'allowEnvelopePublishReporting', 742 'allow_envelope_publish_reporting_metadata': 'allowEnvelopePublishReportingMetadata', 743 'allow_envelope_reporting': 'allowEnvelopeReporting', 744 'allow_envelope_reporting_metadata': 'allowEnvelopeReportingMetadata', 745 'allow_expression': 'allowExpression', 746 'allow_expression_metadata': 'allowExpressionMetadata', 747 'allow_express_signer_certificate': 'allowExpressSignerCertificate', 748 'allow_express_signer_certificate_metadata': 'allowExpressSignerCertificateMetadata', 749 'allow_extended_sending_resource_file': 'allowExtendedSendingResourceFile', 750 'allow_extended_sending_resource_file_metadata': 'allowExtendedSendingResourceFileMetadata', 751 'allow_external_linked_accounts': 'allowExternalLinkedAccounts', 752 'allow_external_linked_accounts_metadata': 'allowExternalLinkedAccountsMetadata', 753 'allow_external_signature_pad': 'allowExternalSignaturePad', 754 'allow_external_signature_pad_metadata': 'allowExternalSignaturePadMetadata', 755 'allow_idv_for_eu_qualified_signatures': 'allowIDVForEUQualifiedSignatures', 756 'allow_idv_for_eu_qualified_signatures_metadata': 'allowIDVForEUQualifiedSignaturesMetadata', 757 'allow_idv_level1': 'allowIDVLevel1', 758 'allow_idv_level1_metadata': 'allowIDVLevel1Metadata', 759 'allow_idv_level2': 'allowIDVLevel2', 760 'allow_idv_level2_metadata': 'allowIDVLevel2Metadata', 761 'allow_idv_level3': 'allowIDVLevel3', 762 'allow_idv_level3_metadata': 'allowIDVLevel3Metadata', 763 'allow_idv_platform': 'allowIDVPlatform', 764 'allow_idv_platform_metadata': 'allowIDVPlatformMetadata', 765 'allow_in_person': 'allowInPerson', 766 'allow_in_person_electronic_notary': 'allowInPersonElectronicNotary', 767 'allow_in_person_electronic_notary_metadata': 'allowInPersonElectronicNotaryMetadata', 768 'allow_in_person_metadata': 'allowInPersonMetadata', 769 'allow_managed_stamps': 'allowManagedStamps', 770 'allow_managed_stamps_metadata': 'allowManagedStampsMetadata', 771 'allow_managing_envelopes_on_behalf_of_others': 'allowManagingEnvelopesOnBehalfOfOthers', 772 'allow_managing_envelopes_on_behalf_of_others_metadata': 'allowManagingEnvelopesOnBehalfOfOthersMetadata', 773 'allow_markup': 'allowMarkup', 774 'allow_markup_metadata': 'allowMarkupMetadata', 775 'allow_member_time_zone': 'allowMemberTimeZone', 776 'allow_member_time_zone_metadata': 'allowMemberTimeZoneMetadata', 777 'allow_merge_fields': 'allowMergeFields', 778 'allow_merge_fields_metadata': 'allowMergeFieldsMetadata', 779 'allow_multiple_brand_profiles': 'allowMultipleBrandProfiles', 780 'allow_multiple_brand_profiles_metadata': 'allowMultipleBrandProfilesMetadata', 781 'allow_multiple_signer_attachments': 'allowMultipleSignerAttachments', 782 'allow_multiple_signer_attachments_metadata': 'allowMultipleSignerAttachmentsMetadata', 783 'allow_non_us_phone_auth': 'allowNonUSPhoneAuth', 784 'allow_non_us_phone_auth_metadata': 'allowNonUSPhoneAuthMetadata', 785 'allow_ocr_of_envelope_documents': 'allowOcrOfEnvelopeDocuments', 786 'allow_ocr_of_envelope_documents_metadata': 'allowOcrOfEnvelopeDocumentsMetadata', 787 'allow_offline_signing': 'allowOfflineSigning', 788 'allow_offline_signing_metadata': 'allowOfflineSigningMetadata', 789 'allow_open_trust_signer_certificate': 'allowOpenTrustSignerCertificate', 790 'allow_open_trust_signer_certificate_metadata': 'allowOpenTrustSignerCertificateMetadata', 791 'allow_organization_docusign_monitor': 'allowOrganizationDocusignMonitor', 792 'allow_organization_docusign_monitor_metadata': 'allowOrganizationDocusignMonitorMetadata', 793 'allow_organization_domain_user_management': 'allowOrganizationDomainUserManagement', 794 'allow_organization_domain_user_management_metadata': 'allowOrganizationDomainUserManagementMetadata', 795 'allow_organizations': 'allowOrganizations', 796 'allow_organizations_metadata': 'allowOrganizationsMetadata', 797 'allow_organization_sso_management': 'allowOrganizationSsoManagement', 798 'allow_organization_sso_management_metadata': 'allowOrganizationSsoManagementMetadata', 799 'allow_organization_to_use_in_person_electronic_notary': 'allowOrganizationToUseInPersonElectronicNotary', 800 'allow_organization_to_use_in_person_electronic_notary_metadata': 'allowOrganizationToUseInPersonElectronicNotaryMetadata', 801 'allow_organization_to_use_remote_notary': 'allowOrganizationToUseRemoteNotary', 802 'allow_organization_to_use_remote_notary_metadata': 'allowOrganizationToUseRemoteNotaryMetadata', 803 'allow_organization_to_use_third_party_electronic_notary': 'allowOrganizationToUseThirdPartyElectronicNotary', 804 'allow_organization_to_use_third_party_electronic_notary_metadata': 'allowOrganizationToUseThirdPartyElectronicNotaryMetadata', 805 'allow_participant_recipient_type': 'allowParticipantRecipientType', 806 'allow_participant_recipient_type_metadata': 'allowParticipantRecipientTypeMetadata', 807 'allow_payment_processing': 'allowPaymentProcessing', 808 'allow_payment_processing_metadata': 'allowPaymentProcessingMetadata', 809 'allow_performance_analytics': 'allowPerformanceAnalytics', 810 'allow_performance_analytics_metadata': 'allowPerformanceAnalyticsMetadata', 811 'allow_phone_authentication': 'allowPhoneAuthentication', 812 'allow_phone_authentication_metadata': 'allowPhoneAuthenticationMetadata', 813 'allow_phone_auth_override': 'allowPhoneAuthOverride', 814 'allow_phone_auth_override_metadata': 'allowPhoneAuthOverrideMetadata', 815 'allow_private_signing_groups': 'allowPrivateSigningGroups', 816 'allow_private_signing_groups_metadata': 'allowPrivateSigningGroupsMetadata', 817 'allow_recipient_connect': 'allowRecipientConnect', 818 'allow_recipient_connect_metadata': 'allowRecipientConnectMetadata', 819 'allow_reminders': 'allowReminders', 820 'allow_reminders_metadata': 'allowRemindersMetadata', 821 'allow_remote_notary': 'allowRemoteNotary', 822 'allow_remote_notary_metadata': 'allowRemoteNotaryMetadata', 823 'allow_resource_file_branding': 'allowResourceFileBranding', 824 'allow_resource_file_branding_metadata': 'allowResourceFileBrandingMetadata', 825 'allow_safe_bio_pharma_signer_certificate': 'allowSafeBioPharmaSignerCertificate', 826 'allow_safe_bio_pharma_signer_certificate_metadata': 'allowSafeBioPharmaSignerCertificateMetadata', 827 'allow_scheduled_sending': 'allowScheduledSending', 828 'allow_scheduled_sending_metadata': 'allowScheduledSendingMetadata', 829 'allow_security_appliance': 'allowSecurityAppliance', 830 'allow_security_appliance_metadata': 'allowSecurityApplianceMetadata', 831 'allow_sending_envelopes_on_behalf_of_others': 'allowSendingEnvelopesOnBehalfOfOthers', 832 'allow_sending_envelopes_on_behalf_of_others_metadata': 'allowSendingEnvelopesOnBehalfOfOthersMetadata', 833 'allow_send_to_certified_delivery': 'allowSendToCertifiedDelivery', 834 'allow_send_to_certified_delivery_metadata': 'allowSendToCertifiedDeliveryMetadata', 835 'allow_send_to_intermediary': 'allowSendToIntermediary', 836 'allow_send_to_intermediary_metadata': 'allowSendToIntermediaryMetadata', 837 'allow_server_templates': 'allowServerTemplates', 838 'allow_server_templates_metadata': 'allowServerTemplatesMetadata', 839 'allow_set_embedded_recipient_start_url': 'allowSetEmbeddedRecipientStartURL', 840 'allow_set_embedded_recipient_start_url_metadata': 'allowSetEmbeddedRecipientStartURLMetadata', 841 'allow_shared_tabs': 'allowSharedTabs', 842 'allow_shared_tabs_metadata': 'allowSharedTabsMetadata', 843 'allow_signature_stamps': 'allowSignatureStamps', 844 'allow_signature_stamps_metadata': 'allowSignatureStampsMetadata', 845 'allow_sign_document_from_home_page': 'allowSignDocumentFromHomePage', 846 'allow_sign_document_from_home_page_metadata': 'allowSignDocumentFromHomePageMetadata', 847 'allow_signer_reassign': 'allowSignerReassign', 848 'allow_signer_reassign_metadata': 'allowSignerReassignMetadata', 849 'allow_signer_reassign_override': 'allowSignerReassignOverride', 850 'allow_signer_reassign_override_metadata': 'allowSignerReassignOverrideMetadata', 851 'allow_signing_extensions': 'allowSigningExtensions', 852 'allow_signing_extensions_metadata': 'allowSigningExtensionsMetadata', 853 'allow_signing_groups': 'allowSigningGroups', 854 'allow_signing_groups_metadata': 'allowSigningGroupsMetadata', 855 'allow_signing_insights': 'allowSigningInsights', 856 'allow_signing_insights_metadata': 'allowSigningInsightsMetadata', 857 'allow_signing_radio_deselect': 'allowSigningRadioDeselect', 858 'allow_signing_radio_deselect_metadata': 'allowSigningRadioDeselectMetadata', 859 'allow_sign_now': 'allowSignNow', 860 'allow_sign_now_metadata': 'allowSignNowMetadata', 861 'allow_sms_delivery': 'allowSMSDelivery', 862 'allow_sms_delivery_metadata': 'allowSMSDeliveryMetadata', 863 'allow_social_id_login': 'allowSocialIdLogin', 864 'allow_social_id_login_metadata': 'allowSocialIdLoginMetadata', 865 'allow_supplemental_documents': 'allowSupplementalDocuments', 866 'allow_supplemental_documents_metadata': 'allowSupplementalDocumentsMetadata', 867 'allow_third_party_electronic_notary': 'allowThirdPartyElectronicNotary', 868 'allow_third_party_electronic_notary_metadata': 'allowThirdPartyElectronicNotaryMetadata', 869 'allow_users_to_access_directory': 'allowUsersToAccessDirectory', 870 'allow_users_to_access_directory_metadata': 'allowUsersToAccessDirectoryMetadata', 871 'allow_value_insights': 'allowValueInsights', 872 'allow_value_insights_metadata': 'allowValueInsightsMetadata', 873 'allow_web_forms': 'allowWebForms', 874 'allow_web_forms_metadata': 'allowWebFormsMetadata', 875 'anchor_population_scope': 'anchorPopulationScope', 876 'anchor_population_scope_metadata': 'anchorPopulationScopeMetadata', 877 'anchor_tag_versioned_placement_enabled': 'anchorTagVersionedPlacementEnabled', 878 'anchor_tag_versioned_placement_metadata_enabled': 'anchorTagVersionedPlacementMetadataEnabled', 879 'attach_completed_envelope': 'attachCompletedEnvelope', 880 'attach_completed_envelope_metadata': 'attachCompletedEnvelopeMetadata', 881 'authentication_check': 'authenticationCheck', 882 'authentication_check_metadata': 'authenticationCheckMetadata', 883 'auto_nav_rule': 'autoNavRule', 884 'auto_nav_rule_metadata': 'autoNavRuleMetadata', 885 'auto_provision_signer_account': 'autoProvisionSignerAccount', 886 'auto_provision_signer_account_metadata': 'autoProvisionSignerAccountMetadata', 887 'bcc_email_archive': 'bccEmailArchive', 888 'bcc_email_archive_metadata': 'bccEmailArchiveMetadata', 889 'beta_switch_configuration': 'betaSwitchConfiguration', 890 'beta_switch_configuration_metadata': 'betaSwitchConfigurationMetadata', 891 'billing_address': 'billingAddress', 892 'billing_address_metadata': 'billingAddressMetadata', 893 'bulk_send': 'bulkSend', 894 'bulk_send_action_resend_limit': 'bulkSendActionResendLimit', 895 'bulk_send_max_copies_in_batch': 'bulkSendMaxCopiesInBatch', 896 'bulk_send_max_unprocessed_envelopes_count': 'bulkSendMaxUnprocessedEnvelopesCount', 897 'bulk_send_metadata': 'bulkSendMetadata', 898 'can_self_brand_send': 'canSelfBrandSend', 899 'can_self_brand_send_metadata': 'canSelfBrandSendMetadata', 900 'can_self_brand_sign': 'canSelfBrandSign', 901 'can_self_brand_sign_metadata': 'canSelfBrandSignMetadata', 902 'can_use_salesforce_o_auth': 'canUseSalesforceOAuth', 903 'can_use_salesforce_o_auth_metadata': 'canUseSalesforceOAuthMetadata', 904 'capture_voice_recording': 'captureVoiceRecording', 905 'capture_voice_recording_metadata': 'captureVoiceRecordingMetadata', 906 'cfr21_simplified_signing_enabled': 'cfr21SimplifiedSigningEnabled', 907 'cfr21_simplified_signing_enabled_metadata': 'cfr21SimplifiedSigningEnabledMetadata', 908 'cfr_use_wide_image': 'cfrUseWideImage', 909 'cfr_use_wide_image_metadata': 'cfrUseWideImageMetadata', 910 'check_for_multiple_admins_on_account': 'checkForMultipleAdminsOnAccount', 911 'check_for_multiple_admins_on_account_metadata': 'checkForMultipleAdminsOnAccountMetadata', 912 'chrome_signature_enabled': 'chromeSignatureEnabled', 913 'chrome_signature_enabled_metadata': 'chromeSignatureEnabledMetadata', 914 'comment_email_show_message_text': 'commentEmailShowMessageText', 915 'comment_email_show_message_text_metadata': 'commentEmailShowMessageTextMetadata', 916 'comments_allow_envelope_override': 'commentsAllowEnvelopeOverride', 917 'comments_allow_envelope_override_metadata': 'commentsAllowEnvelopeOverrideMetadata', 918 'conditional_fields_enabled': 'conditionalFieldsEnabled', 919 'conditional_fields_enabled_metadata': 'conditionalFieldsEnabledMetadata', 920 'consumer_disclosure_frequency': 'consumerDisclosureFrequency', 921 'consumer_disclosure_frequency_metadata': 'consumerDisclosureFrequencyMetadata', 922 'convert_pdf_fields': 'convertPdfFields', 923 'convert_pdf_fields_metadata': 'convertPdfFieldsMetadata', 924 'data_population_scope': 'dataPopulationScope', 925 'data_population_scope_metadata': 'dataPopulationScopeMetadata', 926 'disable_auto_template_matching': 'disableAutoTemplateMatching', 927 'disable_auto_template_matching_metadata': 'disableAutoTemplateMatchingMetadata', 928 'disable_mobile_app': 'disableMobileApp', 929 'disable_mobile_app_metadata': 'disableMobileAppMetadata', 930 'disable_mobile_push_notifications': 'disableMobilePushNotifications', 931 'disable_mobile_push_notifications_metadata': 'disableMobilePushNotificationsMetadata', 932 'disable_mobile_sending': 'disableMobileSending', 933 'disable_mobile_sending_metadata': 'disableMobileSendingMetadata', 934 'disable_multiple_sessions': 'disableMultipleSessions', 935 'disable_multiple_sessions_metadata': 'disableMultipleSessionsMetadata', 936 'disable_purge_notifications_for_sender_metadata': 'disablePurgeNotificationsForSenderMetadata', 937 'disable_signer_cert_view': 'disableSignerCertView', 938 'disable_signer_cert_view_metadata': 'disableSignerCertViewMetadata', 939 'disable_signer_history_view': 'disableSignerHistoryView', 940 'disable_signer_history_view_metadata': 'disableSignerHistoryViewMetadata', 941 'disable_style_signature': 'disableStyleSignature', 942 'disable_style_signature_metadata': 'disableStyleSignatureMetadata', 943 'disable_upload_signature': 'disableUploadSignature', 944 'disable_upload_signature_metadata': 'disableUploadSignatureMetadata', 945 'disable_user_sharing': 'disableUserSharing', 946 'disable_user_sharing_metadata': 'disableUserSharingMetadata', 947 'display_beta_switch': 'displayBetaSwitch', 948 'display_beta_switch_metadata': 'displayBetaSwitchMetadata', 949 'document_conversion_restrictions': 'documentConversionRestrictions', 950 'document_conversion_restrictions_metadata': 'documentConversionRestrictionsMetadata', 951 'document_retention': 'documentRetention', 952 'document_retention_metadata': 'documentRetentionMetadata', 953 'document_retention_purge_tabs': 'documentRetentionPurgeTabs', 954 'document_visibility': 'documentVisibility', 955 'document_visibility_metadata': 'documentVisibilityMetadata', 956 'dss_sign_28411_enable_leave_page_prompt_radmin_option': 'dss_SIGN_28411_EnableLeavePagePrompt_RadminOption', 957 'dss_sign_29182_slide_up_bar_radmin_option': 'dss_SIGN_29182_SlideUpBar_RadminOption', 958 'email_template_version': 'emailTemplateVersion', 959 'email_template_version_metadata': 'emailTemplateVersionMetadata', 960 'enable_access_code_generator': 'enableAccessCodeGenerator', 961 'enable_access_code_generator_metadata': 'enableAccessCodeGeneratorMetadata', 962 'enable_advanced_payments': 'enableAdvancedPayments', 963 'enable_advanced_payments_metadata': 'enableAdvancedPaymentsMetadata', 964 'enable_advanced_power_forms': 'enableAdvancedPowerForms', 965 'enable_advanced_power_forms_metadata': 'enableAdvancedPowerFormsMetadata', 966 'enable_agreement_actions_for_clm': 'enableAgreementActionsForCLM', 967 'enable_agreement_actions_for_clm_metadata': 'enableAgreementActionsForCLMMetadata', 968 'enable_agreement_actions_for_e_sign': 'enableAgreementActionsForESign', 969 'enable_agreement_actions_for_e_sign_metadata': 'enableAgreementActionsForESignMetadata', 970 'enable_auto_nav': 'enableAutoNav', 971 'enable_auto_nav_metadata': 'enableAutoNavMetadata', 972 'enable_bcc_dummy_link': 'enableBccDummyLink', 973 'enable_bcc_dummy_link_metadata': 'enableBccDummyLinkMetadata', 974 'enable_calculated_fields': 'enableCalculatedFields', 975 'enable_calculated_fields_metadata': 'enableCalculatedFieldsMetadata', 976 'enable_clickwraps': 'enableClickwraps', 977 'enable_clickwraps_metadata': 'enableClickwrapsMetadata', 978 'enable_combined_pdf_download_for_sbs': 'enableCombinedPDFDownloadForSBS', 979 'enable_comments_history_download_in_signing': 'enableCommentsHistoryDownloadInSigning', 980 'enable_comments_history_download_in_signing_metadata': 'enableCommentsHistoryDownloadInSigningMetadata', 981 'enable_contact_suggestions': 'enableContactSuggestions', 982 'enable_contact_suggestions_metadata': 'enableContactSuggestionsMetadata', 983 'enable_customer_satisfaction_metric_tracking': 'enableCustomerSatisfactionMetricTracking', 984 'enable_customer_satisfaction_metric_tracking_metadata': 'enableCustomerSatisfactionMetricTrackingMetadata', 985 'enable_ds_pro': 'enableDSPro', 986 'enable_ds_pro_metadata': 'enableDSProMetadata', 987 'enable_envelope_stamping_by_account_admin': 'enableEnvelopeStampingByAccountAdmin', 988 'enable_envelope_stamping_by_account_admin_metadata': 'enableEnvelopeStampingByAccountAdminMetadata', 989 'enable_envelope_stamping_by_ds_admin': 'enableEnvelopeStampingByDSAdmin', 990 'enable_envelope_stamping_by_ds_admin_metadata': 'enableEnvelopeStampingByDSAdminMetadata', 991 'enable_e_sign_api_hourly_limit_management': 'enableESignAPIHourlyLimitManagement', 992 'enable_e_sign_api_hourly_limit_management_metadata': 'enableESignAPIHourlyLimitManagementMetadata', 993 'enable_esign_communities': 'enableEsignCommunities', 994 'enable_esign_communities_metadata': 'enableEsignCommunitiesMetadata', 995 'enable_id_fx_accountless_sms_auth_for_part11': 'enableIDFxAccountlessSMSAuthForPart11', 996 'enable_id_fx_accountless_sms_auth_for_part11_metadata': 'enableIDFxAccountlessSMSAuthForPart11Metadata', 997 'enable_id_fx_intuit_kba': 'enableIDFxIntuitKBA', 998 'enable_id_fx_intuit_kba_metadata': 'enableIDFxIntuitKBAMetadata', 999 'enable_id_fx_phone_authentication': 'enableIDFxPhoneAuthentication', 1000 'enable_id_fx_phone_authentication_metadata': 'enableIDFxPhoneAuthenticationMetadata', 1001 'enable_in_browser_editor': 'enableInBrowserEditor', 1002 'enable_in_browser_editor_metadata': 'enableInBrowserEditorMetadata', 1003 'enable_key_terms_suggestions_by_document_type': 'enableKeyTermsSuggestionsByDocumentType', 1004 'enable_key_terms_suggestions_by_document_type_metadata': 'enableKeyTermsSuggestionsByDocumentTypeMetadata', 1005 'enable_participant_recipient_setting_metadata': 'enableParticipantRecipientSettingMetadata', 1006 'enable_payment_processing': 'enablePaymentProcessing', 1007 'enable_payment_processing_metadata': 'enablePaymentProcessingMetadata', 1008 'enable_pdfa_conversion': 'enablePDFAConversion', 1009 'enable_pdfa_conversion_metadata': 'enablePDFAConversionMetadata', 1010 'enable_power_form': 'enablePowerForm', 1011 'enable_power_form_direct': 'enablePowerFormDirect', 1012 'enable_power_form_direct_metadata': 'enablePowerFormDirectMetadata', 1013 'enable_power_form_metadata': 'enablePowerFormMetadata', 1014 'enable_recipient_domain_validation': 'enableRecipientDomainValidation', 1015 'enable_recipient_domain_validation_metadata': 'enableRecipientDomainValidationMetadata', 1016 'enable_recipient_may_provide_phone_number': 'enableRecipientMayProvidePhoneNumber', 1017 'enable_recipient_may_provide_phone_number_metadata': 'enableRecipientMayProvidePhoneNumberMetadata', 1018 'enable_report_links': 'enableReportLinks', 1019 'enable_report_links_metadata': 'enableReportLinksMetadata', 1020 'enable_require_sign_on_paper': 'enableRequireSignOnPaper', 1021 'enable_require_sign_on_paper_metadata': 'enableRequireSignOnPaperMetadata', 1022 'enable_reserved_domain': 'enableReservedDomain', 1023 'enable_reserved_domain_metadata': 'enableReservedDomainMetadata', 1024 'enable_responsive_signing': 'enableResponsiveSigning', 1025 'enable_responsive_signing_metadata': 'enableResponsiveSigningMetadata', 1026 'enable_scheduled_release': 'enableScheduledRelease', 1027 'enable_scheduled_release_metadata': 'enableScheduledReleaseMetadata', 1028 'enable_search': 'enableSearch', 1029 'enable_search_metadata': 'enableSearchMetadata', 1030 'enable_search_site_specific_api': 'enableSearchSiteSpecificApi', 1031 'enable_search_site_specific_api_metadata': 'enableSearchSiteSpecificApiMetadata', 1032 'enable_search_ui': 'enableSearchUI', 1033 'enable_search_ui_metadata': 'enableSearchUIMetadata', 1034 'enable_sending_tags_font_settings': 'enableSendingTagsFontSettings', 1035 'enable_sending_tags_font_settings_metadata': 'enableSendingTagsFontSettingsMetadata', 1036 'enable_send_to_agent': 'enableSendToAgent', 1037 'enable_send_to_agent_metadata': 'enableSendToAgentMetadata', 1038 'enable_send_to_intermediary': 'enableSendToIntermediary', 1039 'enable_send_to_intermediary_metadata': 'enableSendToIntermediaryMetadata', 1040 'enable_send_to_manage': 'enableSendToManage', 1041 'enable_send_to_manage_metadata': 'enableSendToManageMetadata', 1042 'enable_sequential_signing_api': 'enableSequentialSigningAPI', 1043 'enable_sequential_signing_api_metadata': 'enableSequentialSigningAPIMetadata', 1044 'enable_sequential_signing_ui': 'enableSequentialSigningUI', 1045 'enable_sequential_signing_ui_metadata': 'enableSequentialSigningUIMetadata', 1046 'enable_signer_attachments': 'enableSignerAttachments', 1047 'enable_signer_attachments_metadata': 'enableSignerAttachmentsMetadata', 1048 'enable_signing_extension_comments': 'enableSigningExtensionComments', 1049 'enable_signing_extension_comments_metadata': 'enableSigningExtensionCommentsMetadata', 1050 'enable_signing_extension_conversations': 'enableSigningExtensionConversations', 1051 'enable_signing_extension_conversations_metadata': 'enableSigningExtensionConversationsMetadata', 1052 'enable_signing_order_settings_for_account': 'enableSigningOrderSettingsForAccount', 1053 'enable_signing_order_settings_for_account_metadata': 'enableSigningOrderSettingsForAccountMetadata', 1054 'enable_sign_on_paper': 'enableSignOnPaper', 1055 'enable_sign_on_paper_metadata': 'enableSignOnPaperMetadata', 1056 'enable_sign_on_paper_override': 'enableSignOnPaperOverride', 1057 'enable_sign_on_paper_override_metadata': 'enableSignOnPaperOverrideMetadata', 1058 'enable_sign_with_notary': 'enableSignWithNotary', 1059 'enable_sign_with_notary_metadata': 'enableSignWithNotaryMetadata', 1060 'enable_smart_contracts': 'enableSmartContracts', 1061 'enable_smart_contracts_metadata': 'enableSmartContractsMetadata', 1062 'enable_sms_authentication': 'enableSMSAuthentication', 1063 'enable_sms_authentication_metadata': 'enableSMSAuthenticationMetadata', 1064 'enable_sms_delivery_additional_notification': 'enableSMSDeliveryAdditionalNotification', 1065 'enable_sms_delivery_additional_notification_metadata': 'enableSMSDeliveryAdditionalNotificationMetadata', 1066 'enable_sms_delivery_primary': 'enableSMSDeliveryPrimary', 1067 'enable_social_id_login': 'enableSocialIdLogin', 1068 'enable_social_id_login_metadata': 'enableSocialIdLoginMetadata', 1069 'enable_strike_through': 'enableStrikeThrough', 1070 'enable_strike_through_metadata': 'enableStrikeThroughMetadata', 1071 'enable_transaction_point': 'enableTransactionPoint', 1072 'enable_transaction_point_metadata': 'enableTransactionPointMetadata', 1073 'enable_vaulting': 'enableVaulting', 1074 'enable_vaulting_metadata': 'enableVaultingMetadata', 1075 'enable_witnessing': 'enableWitnessing', 1076 'enable_witnessing_metadata': 'enableWitnessingMetadata', 1077 'enforce_template_name_uniqueness': 'enforceTemplateNameUniqueness', 1078 'enforce_template_name_uniqueness_metadata': 'enforceTemplateNameUniquenessMetadata', 1079 'envelope_integration_allowed': 'envelopeIntegrationAllowed', 1080 'envelope_integration_allowed_metadata': 'envelopeIntegrationAllowedMetadata', 1081 'envelope_integration_enabled': 'envelopeIntegrationEnabled', 1082 'envelope_integration_enabled_metadata': 'envelopeIntegrationEnabledMetadata', 1083 'envelope_limits_total_document_size_allowed_in_mb': 'EnvelopeLimitsTotalDocumentSizeAllowedInMB', 1084 'envelope_limits_total_document_size_allowed_in_mb_enabled': 'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabled', 1085 'envelope_limits_total_document_size_allowed_in_mb_enabled_metadata': 'EnvelopeLimitsTotalDocumentSizeAllowedInMBEnabledMetadata', 1086 'envelope_limits_total_document_size_allowed_in_mb_metadata': 'EnvelopeLimitsTotalDocumentSizeAllowedInMBMetadata', 1087 'envelope_stamping_default_value': 'envelopeStampingDefaultValue', 1088 'envelope_stamping_default_value_metadata': 'envelopeStampingDefaultValueMetadata', 1089 'exit_prompt': 'exitPrompt', 1090 'exit_prompt_metadata': 'exitPromptMetadata', 1091 'express_send': 'expressSend', 1092 'express_send_allow_tabs': 'expressSendAllowTabs', 1093 'express_send_allow_tabs_metadata': 'expressSendAllowTabsMetadata', 1094 'express_send_metadata': 'expressSendMetadata', 1095 'external_document_sources': 'externalDocumentSources', 1096 'external_signature_pad_type': 'externalSignaturePadType', 1097 'external_signature_pad_type_metadata': 'externalSignaturePadTypeMetadata', 1098 'fax_out_enabled': 'faxOutEnabled', 1099 'fax_out_enabled_metadata': 'faxOutEnabledMetadata', 1100 'finish_reminder': 'finishReminder', 1101 'finish_reminder_metadata': 'finishReminderMetadata', 1102 'guided_forms_html_allowed': 'guidedFormsHtmlAllowed', 1103 'guided_forms_html_allowed_metadata': 'guidedFormsHtmlAllowedMetadata', 1104 'has_recipient_connect_claimed_domain': 'hasRecipientConnectClaimedDomain', 1105 'hide_account_address_in_co_c': 'hideAccountAddressInCoC', 1106 'hide_account_address_in_co_c_metadata': 'hideAccountAddressInCoCMetadata', 1107 'hide_pricing': 'hidePricing', 1108 'hide_pricing_metadata': 'hidePricingMetadata', 1109 'id_check_configurations': 'idCheckConfigurations', 1110 'id_check_expire': 'idCheckExpire', 1111 'id_check_expire_days': 'idCheckExpireDays', 1112 'id_check_expire_days_metadata': 'idCheckExpireDaysMetadata', 1113 'id_check_expire_metadata': 'idCheckExpireMetadata', 1114 'id_check_expire_minutes': 'idCheckExpireMinutes', 1115 'id_check_expire_minutes_metadata': 'idCheckExpireMinutesMetadata', 1116 'id_check_required': 'idCheckRequired', 1117 'id_check_required_metadata': 'idCheckRequiredMetadata', 1118 'identity_verification': 'identityVerification', 1119 'identity_verification_metadata': 'identityVerificationMetadata', 1120 'idfx_phone_authentication_override': 'idfxPhoneAuthenticationOverride', 1121 'idfx_phone_authentication_override_metadata': 'idfxPhoneAuthenticationOverrideMetadata', 1122 'ignore_error_if_anchor_tab_not_found': 'ignoreErrorIfAnchorTabNotFound', 1123 'ignore_error_if_anchor_tab_not_found_metadata_enabled': 'ignoreErrorIfAnchorTabNotFoundMetadataEnabled', 1124 'in_person_id_check_question': 'inPersonIDCheckQuestion', 1125 'in_person_id_check_question_metadata': 'inPersonIDCheckQuestionMetadata', 1126 'in_person_signing_enabled': 'inPersonSigningEnabled', 1127 'in_person_signing_enabled_metadata': 'inPersonSigningEnabledMetadata', 1128 'in_session_enabled': 'inSessionEnabled', 1129 'in_session_enabled_metadata': 'inSessionEnabledMetadata', 1130 'in_session_suppress_emails': 'inSessionSuppressEmails', 1131 'in_session_suppress_emails_metadata': 'inSessionSuppressEmailsMetadata', 1132 'linked_external_primary_accounts': 'linkedExternalPrimaryAccounts', 1133 'maximum_signing_groups': 'maximumSigningGroups', 1134 'maximum_signing_groups_metadata': 'maximumSigningGroupsMetadata', 1135 'maximum_users_per_signing_group': 'maximumUsersPerSigningGroup', 1136 'maximum_users_per_signing_group_metadata': 'maximumUsersPerSigningGroupMetadata', 1137 'max_number_of_custom_stamps': 'maxNumberOfCustomStamps', 1138 'mobile_session_timeout': 'mobileSessionTimeout', 1139 'mobile_session_timeout_metadata': 'mobileSessionTimeoutMetadata', 1140 'number_of_active_custom_stamps': 'numberOfActiveCustomStamps', 1141 'opt_in_mobile_signing_v02': 'optInMobileSigningV02', 1142 'opt_in_mobile_signing_v02_metadata': 'optInMobileSigningV02Metadata', 1143 'opt_out_auto_nav_text_and_tab_color_updates': 'optOutAutoNavTextAndTabColorUpdates', 1144 'opt_out_auto_nav_text_and_tab_color_updates_metadata': 'optOutAutoNavTextAndTabColorUpdatesMetadata', 1145 'opt_out_new_platform_seal': 'optOutNewPlatformSeal', 1146 'opt_out_new_platform_seal_platform_metadata': 'optOutNewPlatformSealPlatformMetadata', 1147 'pdf_max_chunked_upload_part_size': 'pdfMaxChunkedUploadPartSize', 1148 'pdf_max_chunked_upload_part_size_metadata': 'pdfMaxChunkedUploadPartSizeMetadata', 1149 'pdf_max_chunked_upload_total_size': 'pdfMaxChunkedUploadTotalSize', 1150 'pdf_max_chunked_upload_total_size_metadata': 'pdfMaxChunkedUploadTotalSizeMetadata', 1151 'pdf_max_individual_upload_size': 'pdfMaxIndividualUploadSize', 1152 'pdf_max_individual_upload_size_metadata': 'pdfMaxIndividualUploadSizeMetadata', 1153 'phone_auth_recipient_may_provide_phone_number': 'phoneAuthRecipientMayProvidePhoneNumber', 1154 'phone_auth_recipient_may_provide_phone_number_metadata': 'phoneAuthRecipientMayProvidePhoneNumberMetadata', 1155 'pki_sign_downloaded_pdf_docs': 'pkiSignDownloadedPDFDocs', 1156 'pki_sign_downloaded_pdf_docs_metadata': 'pkiSignDownloadedPDFDocsMetadata', 1157 'read_only_mode': 'readOnlyMode', 1158 'read_only_mode_metadata': 'readOnlyModeMetadata', 1159 'recipients_can_sign_offline': 'recipientsCanSignOffline', 1160 'recipients_can_sign_offline_metadata': 'recipientsCanSignOfflineMetadata', 1161 'recipient_signing_auto_navigation_control': 'recipientSigningAutoNavigationControl', 1162 'recipient_signing_auto_navigation_control_metadata': 'recipientSigningAutoNavigationControlMetadata', 1163 'require21_cf_rpt11_compliance': 'require21CFRpt11Compliance', 1164 'require21_cf_rpt11_compliance_metadata': 'require21CFRpt11ComplianceMetadata', 1165 'require_decline_reason': 'requireDeclineReason', 1166 'require_decline_reason_metadata': 'requireDeclineReasonMetadata', 1167 'require_external_user_management': 'requireExternalUserManagement', 1168 'require_external_user_management_metadata': 'requireExternalUserManagementMetadata', 1169 'require_signer_certificate_type': 'requireSignerCertificateType', 1170 'require_signer_certificate_type_metadata': 'requireSignerCertificateTypeMetadata', 1171 'rsa_verid_account_name': 'rsaVeridAccountName', 1172 'rsa_verid_password': 'rsaVeridPassword', 1173 'rsa_verid_ruleset': 'rsaVeridRuleset', 1174 'rsa_verid_user_id': 'rsaVeridUserId', 1175 'self_signed_recipient_email_document': 'selfSignedRecipientEmailDocument', 1176 'self_signed_recipient_email_document_metadata': 'selfSignedRecipientEmailDocumentMetadata', 1177 'self_signed_recipient_email_document_user_override': 'selfSignedRecipientEmailDocumentUserOverride', 1178 'self_signed_recipient_email_document_user_override_metadata': 'selfSignedRecipientEmailDocumentUserOverrideMetadata', 1179 'sender_can_sign_in_each_location': 'senderCanSignInEachLocation', 1180 'sender_can_sign_in_each_location_metadata': 'senderCanSignInEachLocationMetadata', 1181 'sender_must_authenticate_signing': 'senderMustAuthenticateSigning', 1182 'sender_must_authenticate_signing_metadata': 'senderMustAuthenticateSigningMetadata', 1183 'sending_tags_font_color': 'sendingTagsFontColor', 1184 'sending_tags_font_color_metadata': 'sendingTagsFontColorMetadata', 1185 'sending_tags_font_name': 'sendingTagsFontName', 1186 'sending_tags_font_name_metadata': 'sendingTagsFontNameMetadata', 1187 'sending_tags_font_size': 'sendingTagsFontSize', 1188 'sending_tags_font_size_metadata': 'sendingTagsFontSizeMetadata', 1189 'send_lockout_recipient_notification': 'sendLockoutRecipientNotification', 1190 'send_lockout_recipient_notification_metadata': 'sendLockoutRecipientNotificationMetadata', 1191 'send_to_certified_delivery_enabled': 'sendToCertifiedDeliveryEnabled', 1192 'send_to_certified_delivery_enabled_metadata': 'sendToCertifiedDeliveryEnabledMetadata', 1193 'session_timeout': 'sessionTimeout', 1194 'session_timeout_metadata': 'sessionTimeoutMetadata', 1195 'set_recip_email_lang': 'setRecipEmailLang', 1196 'set_recip_email_lang_metadata': 'setRecipEmailLangMetadata', 1197 'set_recip_sign_lang': 'setRecipSignLang', 1198 'set_recip_sign_lang_metadata': 'setRecipSignLangMetadata', 1199 'shared_template_folders': 'sharedTemplateFolders', 1200 'shared_template_folders_metadata': 'sharedTemplateFoldersMetadata', 1201 'show_complete_dialog_in_embedded_session': 'showCompleteDialogInEmbeddedSession', 1202 'show_complete_dialog_in_embedded_session_metadata': 'showCompleteDialogInEmbeddedSessionMetadata', 1203 'show_conditional_routing_on_send': 'showConditionalRoutingOnSend', 1204 'show_conditional_routing_on_send_metadata': 'showConditionalRoutingOnSendMetadata', 1205 'show_initial_conditional_fields': 'showInitialConditionalFields', 1206 'show_initial_conditional_fields_metadata': 'showInitialConditionalFieldsMetadata', 1207 'show_localized_watermarks': 'showLocalizedWatermarks', 1208 'show_localized_watermarks_metadata': 'showLocalizedWatermarksMetadata', 1209 'show_masked_fields_when_downloading_document_as_sender': 'showMaskedFieldsWhenDownloadingDocumentAsSender', 1210 'show_masked_fields_when_downloading_document_as_sender_metadata': 'showMaskedFieldsWhenDownloadingDocumentAsSenderMetadata', 1211 'show_tutorials': 'showTutorials', 1212 'show_tutorials_metadata': 'showTutorialsMetadata', 1213 'signature_providers': 'signatureProviders', 1214 'signature_providers_metadata': 'signatureProvidersMetadata', 1215 'sign_date_format': 'signDateFormat', 1216 'sign_date_format_metadata': 'signDateFormatMetadata', 1217 'sign_date_time_account_language_override': 'signDateTimeAccountLanguageOverride', 1218 'sign_date_time_account_language_override_metadata': 'signDateTimeAccountLanguageOverrideMetadata', 1219 'sign_date_time_account_timezone_override': 'signDateTimeAccountTimezoneOverride', 1220 'sign_date_time_account_timezone_override_metadata': 'signDateTimeAccountTimezoneOverrideMetadata', 1221 'signer_attach_certificate_to_envelope_pdf': 'signerAttachCertificateToEnvelopePDF', 1222 'signer_attach_certificate_to_envelope_pdf_metadata': 'signerAttachCertificateToEnvelopePDFMetadata', 1223 'signer_attach_concat': 'signerAttachConcat', 1224 'signer_attach_concat_metadata': 'signerAttachConcatMetadata', 1225 'signer_can_create_account': 'signerCanCreateAccount', 1226 'signer_can_create_account_metadata': 'signerCanCreateAccountMetadata', 1227 'signer_can_sign_on_mobile': 'signerCanSignOnMobile', 1228 'signer_can_sign_on_mobile_metadata': 'signerCanSignOnMobileMetadata', 1229 'signer_in_session_use_envelope_complete_email': 'signerInSessionUseEnvelopeCompleteEmail', 1230 'signer_in_session_use_envelope_complete_email_metadata': 'signerInSessionUseEnvelopeCompleteEmailMetadata', 1231 'signer_login_requirements': 'signerLoginRequirements', 1232 'signer_login_requirements_metadata': 'signerLoginRequirementsMetadata', 1233 'signer_must_have_account': 'signerMustHaveAccount', 1234 'signer_must_have_account_metadata': 'signerMustHaveAccountMetadata', 1235 'signer_must_login_to_sign': 'signerMustLoginToSign', 1236 'signer_must_login_to_sign_metadata': 'signerMustLoginToSignMetadata', 1237 'signer_show_secure_field_initial_values': 'signerShowSecureFieldInitialValues', 1238 'signer_show_secure_field_initial_values_metadata': 'signerShowSecureFieldInitialValuesMetadata', 1239 'signing_session_timeout': 'signingSessionTimeout', 1240 'signing_session_timeout_metadata': 'signingSessionTimeoutMetadata', 1241 'signing_ui_version': 'signingUiVersion', 1242 'signing_ui_version_metadata': 'signingUiVersionMetadata', 1243 'sign_time_format': 'signTimeFormat', 1244 'sign_time_format_metadata': 'signTimeFormatMetadata', 1245 'sign_time_show_am_pm': 'signTimeShowAmPm', 1246 'sign_time_show_am_pm_metadata': 'signTimeShowAmPmMetadata', 1247 'simplified_sending_enabled': 'simplifiedSendingEnabled', 1248 'simplified_sending_enabled_metadata': 'simplifiedSendingEnabledMetadata', 1249 'single_sign_on_enabled': 'singleSignOnEnabled', 1250 'single_sign_on_enabled_metadata': 'singleSignOnEnabledMetadata', 1251 'skip_auth_completed_envelopes': 'skipAuthCompletedEnvelopes', 1252 'skip_auth_completed_envelopes_metadata': 'skipAuthCompletedEnvelopesMetadata', 1253 'social_id_recip_auth': 'socialIdRecipAuth', 1254 'social_id_recip_auth_metadata': 'socialIdRecipAuthMetadata', 1255 'specify_document_visibility': 'specifyDocumentVisibility', 1256 'specify_document_visibility_metadata': 'specifyDocumentVisibilityMetadata', 1257 'start_in_advanced_correct': 'startInAdvancedCorrect', 1258 'start_in_advanced_correct_metadata': 'startInAdvancedCorrectMetadata', 1259 'supplemental_documents_must_accept': 'supplementalDocumentsMustAccept', 1260 'supplemental_documents_must_accept_metadata': 'supplementalDocumentsMustAcceptMetadata', 1261 'supplemental_documents_must_read': 'supplementalDocumentsMustRead', 1262 'supplemental_documents_must_read_metadata': 'supplementalDocumentsMustReadMetadata', 1263 'supplemental_documents_must_view': 'supplementalDocumentsMustView', 1264 'supplemental_documents_must_view_metadata': 'supplementalDocumentsMustViewMetadata', 1265 'suppress_certificate_enforcement': 'suppressCertificateEnforcement', 1266 'suppress_certificate_enforcement_metadata': 'suppressCertificateEnforcementMetadata', 1267 'tab_account_settings': 'tabAccountSettings', 1268 'timezone_offset_api': 'timezoneOffsetAPI', 1269 'timezone_offset_api_metadata': 'timezoneOffsetAPIMetadata', 1270 'timezone_offset_ui': 'timezoneOffsetUI', 1271 'timezone_offset_ui_metadata': 'timezoneOffsetUIMetadata', 1272 'universal_signature_opt_in': 'universalSignatureOptIn', 1273 'use_account_level_email': 'useAccountLevelEmail', 1274 'use_account_level_email_metadata': 'useAccountLevelEmailMetadata', 1275 'use_consumer_disclosure': 'useConsumerDisclosure', 1276 'use_consumer_disclosure_metadata': 'useConsumerDisclosureMetadata', 1277 'use_consumer_disclosure_within_account': 'useConsumerDisclosureWithinAccount', 1278 'use_consumer_disclosure_within_account_metadata': 'useConsumerDisclosureWithinAccountMetadata', 1279 'use_derived_keys': 'useDerivedKeys', 1280 'use_derived_keys_metadata': 'useDerivedKeysMetadata', 1281 'use_docu_sign_express_signer_certificate': 'useDocuSignExpressSignerCertificate', 1282 'use_docu_sign_express_signer_certificate_metadata': 'useDocuSignExpressSignerCertificateMetadata', 1283 'use_multi_app_groups_data': 'useMultiAppGroupsData', 1284 'use_multi_app_groups_data_metadata': 'useMultiAppGroupsDataMetadata', 1285 'use_new_blob_for_pdf': 'useNewBlobForPdf', 1286 'use_new_blob_for_pdf_metadata': 'useNewBlobForPdfMetadata', 1287 'use_safe_signer_certificates': 'useSAFESignerCertificates', 1288 'use_safe_signer_certificates_metadata': 'useSAFESignerCertificatesMetadata', 1289 'uses_api': 'usesAPI', 1290 'uses_api_metadata': 'usesAPIMetadata', 1291 'use_signature_provider_platform': 'useSignatureProviderPlatform', 1292 'use_signature_provider_platform_metadata': 'useSignatureProviderPlatformMetadata', 1293 'use_smart_contracts_v1': 'useSmartContractsV1', 1294 'validations_allowed': 'validationsAllowed', 1295 'validations_allowed_metadata': 'validationsAllowedMetadata', 1296 'validations_brand': 'validationsBrand', 1297 'validations_brand_metadata': 'validationsBrandMetadata', 1298 'validations_cadence': 'validationsCadence', 1299 'validations_cadence_metadata': 'validationsCadenceMetadata', 1300 'validations_enabled': 'validationsEnabled', 1301 'validations_enabled_metadata': 'validationsEnabledMetadata', 1302 'validations_report': 'validationsReport', 1303 'validations_report_metadata': 'validationsReportMetadata', 1304 'water_mark_enabled': 'waterMarkEnabled', 1305 'water_mark_enabled_metadata': 'waterMarkEnabledMetadata', 1306 'write_reminder_to_envelope_history': 'writeReminderToEnvelopeHistory', 1307 'write_reminder_to_envelope_history_metadata': 'writeReminderToEnvelopeHistoryMetadata', 1308 'wurfl_min_allowable_screen_size': 'wurflMinAllowableScreenSize', 1309 'wurfl_min_allowable_screen_size_metadata': 'wurflMinAllowableScreenSizeMetadata' 1310 } 1311 1312 def __init__(self, _configuration=None, **kwargs): # noqa: E501 1313 """AccountSettingsInformation - a model defined in Swagger""" # noqa: E501 1314 if _configuration is None: 1315 _configuration = Configuration() 1316 self._configuration = _configuration 1317 1318 self._access_code_format = None 1319 self._account_date_time_format = None 1320 self._account_date_time_format_metadata = None 1321 self._account_default_language = None 1322 self._account_default_language_metadata = None 1323 self._account_name = None 1324 self._account_name_metadata = None 1325 self._account_notification = None 1326 self._account_ui_settings = None 1327 self._adopt_sig_config = None 1328 self._adopt_sig_config_metadata = None 1329 self._advanced_correct = None 1330 self._advanced_correct_metadata = None 1331 self._allow_access_code_format = None 1332 self._allow_access_code_format_metadata = None 1333 self._allow_account_management_granular = None 1334 self._allow_account_management_granular_metadata = None 1335 self._allow_account_member_name_change = None 1336 self._allow_account_member_name_change_metadata = None 1337 self._allow_advanced_recipient_routing_conditional = None 1338 self._allow_advanced_recipient_routing_conditional_metadata = None 1339 self._allow_agent_name_email_edit = None 1340 self._allow_agent_name_email_edit_metadata = None 1341 self._allow_agreement_actions = None 1342 self._allow_agreement_actions_metadata = None 1343 self._allow_agreement_orchestration_workflows = None 1344 self._allow_agreement_orchestration_workflows_metadata = None 1345 self._allow_auto_nav_settings = None 1346 self._allow_auto_nav_settings_metadata = None 1347 self._allow_auto_tagging = None 1348 self._allow_auto_tagging_metadata = None 1349 self._allow_bulk_send = None 1350 self._allow_bulk_send_metadata = None 1351 self._allow_cd_withdraw = None 1352 self._allow_cd_withdraw_metadata = None 1353 self._allow_connect_http_listener_configs = None 1354 self._allow_connect_o_auth_ui = None 1355 self._allow_connect_send_finish_later = None 1356 self._allow_connect_send_finish_later_metadata = None 1357 self._allow_connect_unified_payload_ui = None 1358 self._allow_consumer_disclosure_override = None 1359 self._allow_consumer_disclosure_override_metadata = None 1360 self._allow_data_download = None 1361 self._allow_data_download_metadata = None 1362 self._allow_delayed_routing = None 1363 self._allow_delayed_routing_metadata = None 1364 self._allow_delegated_signing = None 1365 self._allow_delegated_signing_metadata = None 1366 self._allow_doc_gen_documents = None 1367 self._allow_doc_gen_documents_metadata = None 1368 self._allow_document_disclosures = None 1369 self._allow_document_disclosures_metadata = None 1370 self._allow_documents_on_signed_envelopes = None 1371 self._allow_documents_on_signed_envelopes_metadata = None 1372 self._allow_document_visibility = None 1373 self._allow_document_visibility_metadata = None 1374 self._allow_e_hanko_stamps = None 1375 self._allow_e_hanko_stamps_metadata = None 1376 self._allow_e_note_e_original = None 1377 self._allow_e_note_e_original_metadata = None 1378 self._allow_envelope_correct = None 1379 self._allow_envelope_correct_metadata = None 1380 self._allow_envelope_custody_transfer = None 1381 self._allow_envelope_custody_transfer_metadata = None 1382 self._allow_envelope_custom_fields = None 1383 self._allow_envelope_custom_fields_metadata = None 1384 self._allow_envelope_publish_reporting = None 1385 self._allow_envelope_publish_reporting_metadata = None 1386 self._allow_envelope_reporting = None 1387 self._allow_envelope_reporting_metadata = None 1388 self._allow_expression = None 1389 self._allow_expression_metadata = None 1390 self._allow_express_signer_certificate = None 1391 self._allow_express_signer_certificate_metadata = None 1392 self._allow_extended_sending_resource_file = None 1393 self._allow_extended_sending_resource_file_metadata = None 1394 self._allow_external_linked_accounts = None 1395 self._allow_external_linked_accounts_metadata = None 1396 self._allow_external_signature_pad = None 1397 self._allow_external_signature_pad_metadata = None 1398 self._allow_idv_for_eu_qualified_signatures = None 1399 self._allow_idv_for_eu_qualified_signatures_metadata = None 1400 self._allow_idv_level1 = None 1401 self._allow_idv_level1_metadata = None 1402 self._allow_idv_level2 = None 1403 self._allow_idv_level2_metadata = None 1404 self._allow_idv_level3 = None 1405 self._allow_idv_level3_metadata = None 1406 self._allow_idv_platform = None 1407 self._allow_idv_platform_metadata = None 1408 self._allow_in_person = None 1409 self._allow_in_person_electronic_notary = None 1410 self._allow_in_person_electronic_notary_metadata = None 1411 self._allow_in_person_metadata = None 1412 self._allow_managed_stamps = None 1413 self._allow_managed_stamps_metadata = None 1414 self._allow_managing_envelopes_on_behalf_of_others = None 1415 self._allow_managing_envelopes_on_behalf_of_others_metadata = None 1416 self._allow_markup = None 1417 self._allow_markup_metadata = None 1418 self._allow_member_time_zone = None 1419 self._allow_member_time_zone_metadata = None 1420 self._allow_merge_fields = None 1421 self._allow_merge_fields_metadata = None 1422 self._allow_multiple_brand_profiles = None 1423 self._allow_multiple_brand_profiles_metadata = None 1424 self._allow_multiple_signer_attachments = None 1425 self._allow_multiple_signer_attachments_metadata = None 1426 self._allow_non_us_phone_auth = None 1427 self._allow_non_us_phone_auth_metadata = None 1428 self._allow_ocr_of_envelope_documents = None 1429 self._allow_ocr_of_envelope_documents_metadata = None 1430 self._allow_offline_signing = None 1431 self._allow_offline_signing_metadata = None 1432 self._allow_open_trust_signer_certificate = None 1433 self._allow_open_trust_signer_certificate_metadata = None 1434 self._allow_organization_docusign_monitor = None 1435 self._allow_organization_docusign_monitor_metadata = None 1436 self._allow_organization_domain_user_management = None 1437 self._allow_organization_domain_user_management_metadata = None 1438 self._allow_organizations = None 1439 self._allow_organizations_metadata = None 1440 self._allow_organization_sso_management = None 1441 self._allow_organization_sso_management_metadata = None 1442 self._allow_organization_to_use_in_person_electronic_notary = None 1443 self._allow_organization_to_use_in_person_electronic_notary_metadata = None 1444 self._allow_organization_to_use_remote_notary = None 1445 self._allow_organization_to_use_remote_notary_metadata = None 1446 self._allow_organization_to_use_third_party_electronic_notary = None 1447 self._allow_organization_to_use_third_party_electronic_notary_metadata = None 1448 self._allow_participant_recipient_type = None 1449 self._allow_participant_recipient_type_metadata = None 1450 self._allow_payment_processing = None 1451 self._allow_payment_processing_metadata = None 1452 self._allow_performance_analytics = None 1453 self._allow_performance_analytics_metadata = None 1454 self._allow_phone_authentication = None 1455 self._allow_phone_authentication_metadata = None 1456 self._allow_phone_auth_override = None 1457 self._allow_phone_auth_override_metadata = None 1458 self._allow_private_signing_groups = None 1459 self._allow_private_signing_groups_metadata = None 1460 self._allow_recipient_connect = None 1461 self._allow_recipient_connect_metadata = None 1462 self._allow_reminders = None 1463 self._allow_reminders_metadata = None 1464 self._allow_remote_notary = None 1465 self._allow_remote_notary_metadata = None 1466 self._allow_resource_file_branding = None 1467 self._allow_resource_file_branding_metadata = None 1468 self._allow_safe_bio_pharma_signer_certificate = None 1469 self._allow_safe_bio_pharma_signer_certificate_metadata = None 1470 self._allow_scheduled_sending = None 1471 self._allow_scheduled_sending_metadata = None 1472 self._allow_security_appliance = None 1473 self._allow_security_appliance_metadata = None 1474 self._allow_sending_envelopes_on_behalf_of_others = None 1475 self._allow_sending_envelopes_on_behalf_of_others_metadata = None 1476 self._allow_send_to_certified_delivery = None 1477 self._allow_send_to_certified_delivery_metadata = None 1478 self._allow_send_to_intermediary = None 1479 self._allow_send_to_intermediary_metadata = None 1480 self._allow_server_templates = None 1481 self._allow_server_templates_metadata = None 1482 self._allow_set_embedded_recipient_start_url = None 1483 self._allow_set_embedded_recipient_start_url_metadata = None 1484 self._allow_shared_tabs = None 1485 self._allow_shared_tabs_metadata = None 1486 self._allow_signature_stamps = None 1487 self._allow_signature_stamps_metadata = None 1488 self._allow_sign_document_from_home_page = None 1489 self._allow_sign_document_from_home_page_metadata = None 1490 self._allow_signer_reassign = None 1491 self._allow_signer_reassign_metadata = None 1492 self._allow_signer_reassign_override = None 1493 self._allow_signer_reassign_override_metadata = None 1494 self._allow_signing_extensions = None 1495 self._allow_signing_extensions_metadata = None 1496 self._allow_signing_groups = None 1497 self._allow_signing_groups_metadata = None 1498 self._allow_signing_insights = None 1499 self._allow_signing_insights_metadata = None 1500 self._allow_signing_radio_deselect = None 1501 self._allow_signing_radio_deselect_metadata = None 1502 self._allow_sign_now = None 1503 self._allow_sign_now_metadata = None 1504 self._allow_sms_delivery = None 1505 self._allow_sms_delivery_metadata = None 1506 self._allow_social_id_login = None 1507 self._allow_social_id_login_metadata = None 1508 self._allow_supplemental_documents = None 1509 self._allow_supplemental_documents_metadata = None 1510 self._allow_third_party_electronic_notary = None 1511 self._allow_third_party_electronic_notary_metadata = None 1512 self._allow_users_to_access_directory = None 1513 self._allow_users_to_access_directory_metadata = None 1514 self._allow_value_insights = None 1515 self._allow_value_insights_metadata = None 1516 self._allow_web_forms = None 1517 self._allow_web_forms_metadata = None 1518 self._anchor_population_scope = None 1519 self._anchor_population_scope_metadata = None 1520 self._anchor_tag_versioned_placement_enabled = None 1521 self._anchor_tag_versioned_placement_metadata_enabled = None 1522 self._attach_completed_envelope = None 1523 self._attach_completed_envelope_metadata = None 1524 self._authentication_check = None 1525 self._authentication_check_metadata = None 1526 self._auto_nav_rule = None 1527 self._auto_nav_rule_metadata = None 1528 self._auto_provision_signer_account = None 1529 self._auto_provision_signer_account_metadata = None 1530 self._bcc_email_archive = None 1531 self._bcc_email_archive_metadata = None 1532 self._beta_switch_configuration = None 1533 self._beta_switch_configuration_metadata = None 1534 self._billing_address = None 1535 self._billing_address_metadata = None 1536 self._bulk_send = None 1537 self._bulk_send_action_resend_limit = None 1538 self._bulk_send_max_copies_in_batch = None 1539 self._bulk_send_max_unprocessed_envelopes_count = None 1540 self._bulk_send_metadata = None 1541 self._can_self_brand_send = None 1542 self._can_self_brand_send_metadata = None 1543 self._can_self_brand_sign = None 1544 self._can_self_brand_sign_metadata = None 1545 self._can_use_salesforce_o_auth = None 1546 self._can_use_salesforce_o_auth_metadata = None 1547 self._capture_voice_recording = None 1548 self._capture_voice_recording_metadata = None 1549 self._cfr21_simplified_signing_enabled = None 1550 self._cfr21_simplified_signing_enabled_metadata = None 1551 self._cfr_use_wide_image = None 1552 self._cfr_use_wide_image_metadata = None 1553 self._check_for_multiple_admins_on_account = None 1554 self._check_for_multiple_admins_on_account_metadata = None 1555 self._chrome_signature_enabled = None 1556 self._chrome_signature_enabled_metadata = None 1557 self._comment_email_show_message_text = None 1558 self._comment_email_show_message_text_metadata = None 1559 self._comments_allow_envelope_override = None 1560 self._comments_allow_envelope_override_metadata = None 1561 self._conditional_fields_enabled = None 1562 self._conditional_fields_enabled_metadata = None 1563 self._consumer_disclosure_frequency = None 1564 self._consumer_disclosure_frequency_metadata = None 1565 self._convert_pdf_fields = None 1566 self._convert_pdf_fields_metadata = None 1567 self._data_population_scope = None 1568 self._data_population_scope_metadata = None 1569 self._disable_auto_template_matching = None 1570 self._disable_auto_template_matching_metadata = None 1571 self._disable_mobile_app = None 1572 self._disable_mobile_app_metadata = None 1573 self._disable_mobile_push_notifications = None 1574 self._disable_mobile_push_notifications_metadata = None 1575 self._disable_mobile_sending = None 1576 self._disable_mobile_sending_metadata = None 1577 self._disable_multiple_sessions = None 1578 self._disable_multiple_sessions_metadata = None 1579 self._disable_purge_notifications_for_sender_metadata = None 1580 self._disable_signer_cert_view = None 1581 self._disable_signer_cert_view_metadata = None 1582 self._disable_signer_history_view = None 1583 self._disable_signer_history_view_metadata = None 1584 self._disable_style_signature = None 1585 self._disable_style_signature_metadata = None 1586 self._disable_upload_signature = None 1587 self._disable_upload_signature_metadata = None 1588 self._disable_user_sharing = None 1589 self._disable_user_sharing_metadata = None 1590 self._display_beta_switch = None 1591 self._display_beta_switch_metadata = None 1592 self._document_conversion_restrictions = None 1593 self._document_conversion_restrictions_metadata = None 1594 self._document_retention = None 1595 self._document_retention_metadata = None 1596 self._document_retention_purge_tabs = None 1597 self._document_visibility = None 1598 self._document_visibility_metadata = None 1599 self._dss_sign_28411_enable_leave_page_prompt_radmin_option = None 1600 self._dss_sign_29182_slide_up_bar_radmin_option = None 1601 self._email_template_version = None 1602 self._email_template_version_metadata = None 1603 self._enable_access_code_generator = None 1604 self._enable_access_code_generator_metadata = None 1605 self._enable_advanced_payments = None 1606 self._enable_advanced_payments_metadata = None 1607 self._enable_advanced_power_forms = None 1608 self._enable_advanced_power_forms_metadata = None 1609 self._enable_agreement_actions_for_clm = None 1610 self._enable_agreement_actions_for_clm_metadata = None 1611 self._enable_agreement_actions_for_e_sign = None 1612 self._enable_agreement_actions_for_e_sign_metadata = None 1613 self._enable_auto_nav = None 1614 self._enable_auto_nav_metadata = None 1615 self._enable_bcc_dummy_link = None 1616 self._enable_bcc_dummy_link_metadata = None 1617 self._enable_calculated_fields = None 1618 self._enable_calculated_fields_metadata = None 1619 self._enable_clickwraps = None 1620 self._enable_clickwraps_metadata = None 1621 self._enable_combined_pdf_download_for_sbs = None 1622 self._enable_comments_history_download_in_signing = None 1623 self._enable_comments_history_download_in_signing_metadata = None 1624 self._enable_contact_suggestions = None 1625 self._enable_contact_suggestions_metadata = None 1626 self._enable_customer_satisfaction_metric_tracking = None 1627 self._enable_customer_satisfaction_metric_tracking_metadata = None 1628 self._enable_ds_pro = None 1629 self._enable_ds_pro_metadata = None 1630 self._enable_envelope_stamping_by_account_admin = None 1631 self._enable_envelope_stamping_by_account_admin_metadata = None 1632 self._enable_envelope_stamping_by_ds_admin = None 1633 self._enable_envelope_stamping_by_ds_admin_metadata = None 1634 self._enable_e_sign_api_hourly_limit_management = None 1635 self._enable_e_sign_api_hourly_limit_management_metadata = None 1636 self._enable_esign_communities = None 1637 self._enable_esign_communities_metadata = None 1638 self._enable_id_fx_accountless_sms_auth_for_part11 = None 1639 self._enable_id_fx_accountless_sms_auth_for_part11_metadata = None 1640 self._enable_id_fx_intuit_kba = None 1641 self._enable_id_fx_intuit_kba_metadata = None 1642 self._enable_id_fx_phone_authentication = None 1643 self._enable_id_fx_phone_authentication_metadata = None 1644 self._enable_in_browser_editor = None 1645 self._enable_in_browser_editor_metadata = None 1646 self._enable_key_terms_suggestions_by_document_type = None 1647 self._enable_key_terms_suggestions_by_document_type_metadata = None 1648 self._enable_participant_recipient_setting_metadata = None 1649 self._enable_payment_processing = None 1650 self._enable_payment_processing_metadata = None 1651 self._enable_pdfa_conversion = None 1652 self._enable_pdfa_conversion_metadata = None 1653 self._enable_power_form = None 1654 self._enable_power_form_direct = None 1655 self._enable_power_form_direct_metadata = None 1656 self._enable_power_form_metadata = None 1657 self._enable_recipient_domain_validation = None 1658 self._enable_recipient_domain_validation_metadata = None 1659 self._enable_recipient_may_provide_phone_number = None 1660 self._enable_recipient_may_provide_phone_number_metadata = None 1661 self._enable_report_links = None 1662 self._enable_report_links_metadata = None 1663 self._enable_require_sign_on_paper = None 1664 self._enable_require_sign_on_paper_metadata = None 1665 self._enable_reserved_domain = None 1666 self._enable_reserved_domain_metadata = None 1667 self._enable_responsive_signing = None 1668 self._enable_responsive_signing_metadata = None 1669 self._enable_scheduled_release = None 1670 self._enable_scheduled_release_metadata = None 1671 self._enable_search = None 1672 self._enable_search_metadata = None 1673 self._enable_search_site_specific_api = None 1674 self._enable_search_site_specific_api_metadata = None 1675 self._enable_search_ui = None 1676 self._enable_search_ui_metadata = None 1677 self._enable_sending_tags_font_settings = None 1678 self._enable_sending_tags_font_settings_metadata = None 1679 self._enable_send_to_agent = None 1680 self._enable_send_to_agent_metadata = None 1681 self._enable_send_to_intermediary = None 1682 self._enable_send_to_intermediary_metadata = None 1683 self._enable_send_to_manage = None 1684 self._enable_send_to_manage_metadata = None 1685 self._enable_sequential_signing_api = None 1686 self._enable_sequential_signing_api_metadata = None 1687 self._enable_sequential_signing_ui = None 1688 self._enable_sequential_signing_ui_metadata = None 1689 self._enable_signer_attachments = None 1690 self._enable_signer_attachments_metadata = None 1691 self._enable_signing_extension_comments = None 1692 self._enable_signing_extension_comments_metadata = None 1693 self._enable_signing_extension_conversations = None 1694 self._enable_signing_extension_conversations_metadata = None 1695 self._enable_signing_order_settings_for_account = None 1696 self._enable_signing_order_settings_for_account_metadata = None 1697 self._enable_sign_on_paper = None 1698 self._enable_sign_on_paper_metadata = None 1699 self._enable_sign_on_paper_override = None 1700 self._enable_sign_on_paper_override_metadata = None 1701 self._enable_sign_with_notary = None 1702 self._enable_sign_with_notary_metadata = None 1703 self._enable_smart_contracts = None 1704 self._enable_smart_contracts_metadata = None 1705 self._enable_sms_authentication = None 1706 self._enable_sms_authentication_metadata = None 1707 self._enable_sms_delivery_additional_notification = None 1708 self._enable_sms_delivery_additional_notification_metadata = None 1709 self._enable_sms_delivery_primary = None 1710 self._enable_social_id_login = None 1711 self._enable_social_id_login_metadata = None 1712 self._enable_strike_through = None 1713 self._enable_strike_through_metadata = None 1714 self._enable_transaction_point = None 1715 self._enable_transaction_point_metadata = None 1716 self._enable_vaulting = None 1717 self._enable_vaulting_metadata = None 1718 self._enable_witnessing = None 1719 self._enable_witnessing_metadata = None 1720 self._enforce_template_name_uniqueness = None 1721 self._enforce_template_name_uniqueness_metadata = None 1722 self._envelope_integration_allowed = None 1723 self._envelope_integration_allowed_metadata = None 1724 self._envelope_integration_enabled = None 1725 self._envelope_integration_enabled_metadata = None 1726 self._envelope_limits_total_document_size_allowed_in_mb = None 1727 self._envelope_limits_total_document_size_allowed_in_mb_enabled = None 1728 self._envelope_limits_total_document_size_allowed_in_mb_enabled_metadata = None 1729 self._envelope_limits_total_document_size_allowed_in_mb_metadata = None 1730 self._envelope_stamping_default_value = None 1731 self._envelope_stamping_default_value_metadata = None 1732 self._exit_prompt = None 1733 self._exit_prompt_metadata = None 1734 self._express_send = None 1735 self._express_send_allow_tabs = None 1736 self._express_send_allow_tabs_metadata = None 1737 self._express_send_metadata = None 1738 self._external_document_sources = None 1739 self._external_signature_pad_type = None 1740 self._external_signature_pad_type_metadata = None 1741 self._fax_out_enabled = None 1742 self._fax_out_enabled_metadata = None 1743 self._finish_reminder = None 1744 self._finish_reminder_metadata = None 1745 self._guided_forms_html_allowed = None 1746 self._guided_forms_html_allowed_metadata = None 1747 self._has_recipient_connect_claimed_domain = None 1748 self._hide_account_address_in_co_c = None 1749 self._hide_account_address_in_co_c_metadata = None 1750 self._hide_pricing = None 1751 self._hide_pricing_metadata = None 1752 self._id_check_configurations = None 1753 self._id_check_expire = None 1754 self._id_check_expire_days = None 1755 self._id_check_expire_days_metadata = None 1756 self._id_check_expire_metadata = None 1757 self._id_check_expire_minutes = None 1758 self._id_check_expire_minutes_metadata = None 1759 self._id_check_required = None 1760 self._id_check_required_metadata = None 1761 self._identity_verification = None 1762 self._identity_verification_metadata = None 1763 self._idfx_phone_authentication_override = None 1764 self._idfx_phone_authentication_override_metadata = None 1765 self._ignore_error_if_anchor_tab_not_found = None 1766 self._ignore_error_if_anchor_tab_not_found_metadata_enabled = None 1767 self._in_person_id_check_question = None 1768 self._in_person_id_check_question_metadata = None 1769 self._in_person_signing_enabled = None 1770 self._in_person_signing_enabled_metadata = None 1771 self._in_session_enabled = None 1772 self._in_session_enabled_metadata = None 1773 self._in_session_suppress_emails = None 1774 self._in_session_suppress_emails_metadata = None 1775 self._linked_external_primary_accounts = None 1776 self._maximum_signing_groups = None 1777 self._maximum_signing_groups_metadata = None 1778 self._maximum_users_per_signing_group = None 1779 self._maximum_users_per_signing_group_metadata = None 1780 self._max_number_of_custom_stamps = None 1781 self._mobile_session_timeout = None 1782 self._mobile_session_timeout_metadata = None 1783 self._number_of_active_custom_stamps = None 1784 self._opt_in_mobile_signing_v02 = None 1785 self._opt_in_mobile_signing_v02_metadata = None 1786 self._opt_out_auto_nav_text_and_tab_color_updates = None 1787 self._opt_out_auto_nav_text_and_tab_color_updates_metadata = None 1788 self._opt_out_new_platform_seal = None 1789 self._opt_out_new_platform_seal_platform_metadata = None 1790 self._pdf_max_chunked_upload_part_size = None 1791 self._pdf_max_chunked_upload_part_size_metadata = None 1792 self._pdf_max_chunked_upload_total_size = None 1793 self._pdf_max_chunked_upload_total_size_metadata = None 1794 self._pdf_max_individual_upload_size = None 1795 self._pdf_max_individual_upload_size_metadata = None 1796 self._phone_auth_recipient_may_provide_phone_number = None 1797 self._phone_auth_recipient_may_provide_phone_number_metadata = None 1798 self._pki_sign_downloaded_pdf_docs = None 1799 self._pki_sign_downloaded_pdf_docs_metadata = None 1800 self._read_only_mode = None 1801 self._read_only_mode_metadata = None 1802 self._recipients_can_sign_offline = None 1803 self._recipients_can_sign_offline_metadata = None 1804 self._recipient_signing_auto_navigation_control = None 1805 self._recipient_signing_auto_navigation_control_metadata = None 1806 self._require21_cf_rpt11_compliance = None 1807 self._require21_cf_rpt11_compliance_metadata = None 1808 self._require_decline_reason = None 1809 self._require_decline_reason_metadata = None 1810 self._require_external_user_management = None 1811 self._require_external_user_management_metadata = None 1812 self._require_signer_certificate_type = None 1813 self._require_signer_certificate_type_metadata = None 1814 self._rsa_verid_account_name = None 1815 self._rsa_verid_password = None 1816 self._rsa_verid_ruleset = None 1817 self._rsa_verid_user_id = None 1818 self._self_signed_recipient_email_document = None 1819 self._self_signed_recipient_email_document_metadata = None 1820 self._self_signed_recipient_email_document_user_override = None 1821 self._self_signed_recipient_email_document_user_override_metadata = None 1822 self._sender_can_sign_in_each_location = None 1823 self._sender_can_sign_in_each_location_metadata = None 1824 self._sender_must_authenticate_signing = None 1825 self._sender_must_authenticate_signing_metadata = None 1826 self._sending_tags_font_color = None 1827 self._sending_tags_font_color_metadata = None 1828 self._sending_tags_font_name = None 1829 self._sending_tags_font_name_metadata = None 1830 self._sending_tags_font_size = None 1831 self._sending_tags_font_size_metadata = None 1832 self._send_lockout_recipient_notification = None 1833 self._send_lockout_recipient_notification_metadata = None 1834 self._send_to_certified_delivery_enabled = None 1835 self._send_to_certified_delivery_enabled_metadata = None 1836 self._session_timeout = None 1837 self._session_timeout_metadata = None 1838 self._set_recip_email_lang = None 1839 self._set_recip_email_lang_metadata = None 1840 self._set_recip_sign_lang = None 1841 self._set_recip_sign_lang_metadata = None 1842 self._shared_template_folders = None 1843 self._shared_template_folders_metadata = None 1844 self._show_complete_dialog_in_embedded_session = None 1845 self._show_complete_dialog_in_embedded_session_metadata = None 1846 self._show_conditional_routing_on_send = None 1847 self._show_conditional_routing_on_send_metadata = None 1848 self._show_initial_conditional_fields = None 1849 self._show_initial_conditional_fields_metadata = None 1850 self._show_localized_watermarks = None 1851 self._show_localized_watermarks_metadata = None 1852 self._show_masked_fields_when_downloading_document_as_sender = None 1853 self._show_masked_fields_when_downloading_document_as_sender_metadata = None 1854 self._show_tutorials = None 1855 self._show_tutorials_metadata = None 1856 self._signature_providers = None 1857 self._signature_providers_metadata = None 1858 self._sign_date_format = None 1859 self._sign_date_format_metadata = None 1860 self._sign_date_time_account_language_override = None 1861 self._sign_date_time_account_language_override_metadata = None 1862 self._sign_date_time_account_timezone_override = None 1863 self._sign_date_time_account_timezone_override_metadata = None 1864 self._signer_attach_certificate_to_envelope_pdf = None 1865 self._signer_attach_certificate_to_envelope_pdf_metadata = None 1866 self._signer_attach_concat = None 1867 self._signer_attach_concat_metadata = None 1868 self._signer_can_create_account = None 1869 self._signer_can_create_account_metadata = None 1870 self._signer_can_sign_on_mobile = None 1871 self._signer_can_sign_on_mobile_metadata = None 1872 self._signer_in_session_use_envelope_complete_email = None 1873 self._signer_in_session_use_envelope_complete_email_metadata = None 1874 self._signer_login_requirements = None 1875 self._signer_login_requirements_metadata = None 1876 self._signer_must_have_account = None 1877 self._signer_must_have_account_metadata = None 1878 self._signer_must_login_to_sign = None 1879 self._signer_must_login_to_sign_metadata = None 1880 self._signer_show_secure_field_initial_values = None 1881 self._signer_show_secure_field_initial_values_metadata = None 1882 self._signing_session_timeout = None 1883 self._signing_session_timeout_metadata = None 1884 self._signing_ui_version = None 1885 self._signing_ui_version_metadata = None 1886 self._sign_time_format = None 1887 self._sign_time_format_metadata = None 1888 self._sign_time_show_am_pm = None 1889 self._sign_time_show_am_pm_metadata = None 1890 self._simplified_sending_enabled = None 1891 self._simplified_sending_enabled_metadata = None 1892 self._single_sign_on_enabled = None 1893 self._single_sign_on_enabled_metadata = None 1894 self._skip_auth_completed_envelopes = None 1895 self._skip_auth_completed_envelopes_metadata = None 1896 self._social_id_recip_auth = None 1897 self._social_id_recip_auth_metadata = None 1898 self._specify_document_visibility = None 1899 self._specify_document_visibility_metadata = None 1900 self._start_in_advanced_correct = None 1901 self._start_in_advanced_correct_metadata = None 1902 self._supplemental_documents_must_accept = None 1903 self._supplemental_documents_must_accept_metadata = None 1904 self._supplemental_documents_must_read = None 1905 self._supplemental_documents_must_read_metadata = None 1906 self._supplemental_documents_must_view = None 1907 self._supplemental_documents_must_view_metadata = None 1908 self._suppress_certificate_enforcement = None 1909 self._suppress_certificate_enforcement_metadata = None 1910 self._tab_account_settings = None 1911 self._timezone_offset_api = None 1912 self._timezone_offset_api_metadata = None 1913 self._timezone_offset_ui = None 1914 self._timezone_offset_ui_metadata = None 1915 self._universal_signature_opt_in = None 1916 self._use_account_level_email = None 1917 self._use_account_level_email_metadata = None 1918 self._use_consumer_disclosure = None 1919 self._use_consumer_disclosure_metadata = None 1920 self._use_consumer_disclosure_within_account = None 1921 self._use_consumer_disclosure_within_account_metadata = None 1922 self._use_derived_keys = None 1923 self._use_derived_keys_metadata = None 1924 self._use_docu_sign_express_signer_certificate = None 1925 self._use_docu_sign_express_signer_certificate_metadata = None 1926 self._use_multi_app_groups_data = None 1927 self._use_multi_app_groups_data_metadata = None 1928 self._use_new_blob_for_pdf = None 1929 self._use_new_blob_for_pdf_metadata = None 1930 self._use_safe_signer_certificates = None 1931 self._use_safe_signer_certificates_metadata = None 1932 self._uses_api = None 1933 self._uses_api_metadata = None 1934 self._use_signature_provider_platform = None 1935 self._use_signature_provider_platform_metadata = None 1936 self._use_smart_contracts_v1 = None 1937 self._validations_allowed = None 1938 self._validations_allowed_metadata = None 1939 self._validations_brand = None 1940 self._validations_brand_metadata = None 1941 self._validations_cadence = None 1942 self._validations_cadence_metadata = None 1943 self._validations_enabled = None 1944 self._validations_enabled_metadata = None 1945 self._validations_report = None 1946 self._validations_report_metadata = None 1947 self._water_mark_enabled = None 1948 self._water_mark_enabled_metadata = None 1949 self._write_reminder_to_envelope_history = None 1950 self._write_reminder_to_envelope_history_metadata = None 1951 self._wurfl_min_allowable_screen_size = None 1952 self._wurfl_min_allowable_screen_size_metadata = None 1953 self.discriminator = None 1954 1955 setattr(self, "_{}".format('access_code_format'), kwargs.get('access_code_format', None)) 1956 setattr(self, "_{}".format('account_date_time_format'), kwargs.get('account_date_time_format', None)) 1957 setattr(self, "_{}".format('account_date_time_format_metadata'), kwargs.get('account_date_time_format_metadata', None)) 1958 setattr(self, "_{}".format('account_default_language'), kwargs.get('account_default_language', None)) 1959 setattr(self, "_{}".format('account_default_language_metadata'), kwargs.get('account_default_language_metadata', None)) 1960 setattr(self, "_{}".format('account_name'), kwargs.get('account_name', None)) 1961 setattr(self, "_{}".format('account_name_metadata'), kwargs.get('account_name_metadata', None)) 1962 setattr(self, "_{}".format('account_notification'), kwargs.get('account_notification', None)) 1963 setattr(self, "_{}".format('account_ui_settings'), kwargs.get('account_ui_settings', None)) 1964 setattr(self, "_{}".format('adopt_sig_config'), kwargs.get('adopt_sig_config', None)) 1965 setattr(self, "_{}".format('adopt_sig_config_metadata'), kwargs.get('adopt_sig_config_metadata', None)) 1966 setattr(self, "_{}".format('advanced_correct'), kwargs.get('advanced_correct', None)) 1967 setattr(self, "_{}".format('advanced_correct_metadata'), kwargs.get('advanced_correct_metadata', None)) 1968 setattr(self, "_{}".format('allow_access_code_format'), kwargs.get('allow_access_code_format', None)) 1969 setattr(self, "_{}".format('allow_access_code_format_metadata'), kwargs.get('allow_access_code_format_metadata', None)) 1970 setattr(self, "_{}".format('allow_account_management_granular'), kwargs.get('allow_account_management_granular', None)) 1971 setattr(self, "_{}".format('allow_account_management_granular_metadata'), kwargs.get('allow_account_management_granular_metadata', None)) 1972 setattr(self, "_{}".format('allow_account_member_name_change'), kwargs.get('allow_account_member_name_change', None)) 1973 setattr(self, "_{}".format('allow_account_member_name_change_metadata'), kwargs.get('allow_account_member_name_change_metadata', None)) 1974 setattr(self, "_{}".format('allow_advanced_recipient_routing_conditional'), kwargs.get('allow_advanced_recipient_routing_conditional', None)) 1975 setattr(self, "_{}".format('allow_advanced_recipient_routing_conditional_metadata'), kwargs.get('allow_advanced_recipient_routing_conditional_metadata', None)) 1976 setattr(self, "_{}".format('allow_agent_name_email_edit'), kwargs.get('allow_agent_name_email_edit', None)) 1977 setattr(self, "_{}".format('allow_agent_name_email_edit_metadata'), kwargs.get('allow_agent_name_email_edit_metadata', None)) 1978 setattr(self, "_{}".format('allow_agreement_actions'), kwargs.get('allow_agreement_actions', None)) 1979 setattr(self, "_{}".format('allow_agreement_actions_metadata'), kwargs.get('allow_agreement_actions_metadata', None)) 1980 setattr(self, "_{}".format('allow_agreement_orchestration_workflows'), kwargs.get('allow_agreement_orchestration_workflows', None)) 1981 setattr(self, "_{}".format('allow_agreement_orchestration_workflows_metadata'), kwargs.get('allow_agreement_orchestration_workflows_metadata', None)) 1982 setattr(self, "_{}".format('allow_auto_nav_settings'), kwargs.get('allow_auto_nav_settings', None)) 1983 setattr(self, "_{}".format('allow_auto_nav_settings_metadata'), kwargs.get('allow_auto_nav_settings_metadata', None)) 1984 setattr(self, "_{}".format('allow_auto_tagging'), kwargs.get('allow_auto_tagging', None)) 1985 setattr(self, "_{}".format('allow_auto_tagging_metadata'), kwargs.get('allow_auto_tagging_metadata', None)) 1986 setattr(self, "_{}".format('allow_bulk_send'), kwargs.get('allow_bulk_send', None)) 1987 setattr(self, "_{}".format('allow_bulk_send_metadata'), kwargs.get('allow_bulk_send_metadata', None)) 1988 setattr(self, "_{}".format('allow_cd_withdraw'), kwargs.get('allow_cd_withdraw', None)) 1989 setattr(self, "_{}".format('allow_cd_withdraw_metadata'), kwargs.get('allow_cd_withdraw_metadata', None)) 1990 setattr(self, "_{}".format('allow_connect_http_listener_configs'), kwargs.get('allow_connect_http_listener_configs', None)) 1991 setattr(self, "_{}".format('allow_connect_o_auth_ui'), kwargs.get('allow_connect_o_auth_ui', None)) 1992 setattr(self, "_{}".format('allow_connect_send_finish_later'), kwargs.get('allow_connect_send_finish_later', None)) 1993 setattr(self, "_{}".format('allow_connect_send_finish_later_metadata'), kwargs.get('allow_connect_send_finish_later_metadata', None)) 1994 setattr(self, "_{}".format('allow_connect_unified_payload_ui'), kwargs.get('allow_connect_unified_payload_ui', None)) 1995 setattr(self, "_{}".format('allow_consumer_disclosure_override'), kwargs.get('allow_consumer_disclosure_override', None)) 1996 setattr(self, "_{}".format('allow_consumer_disclosure_override_metadata'), kwargs.get('allow_consumer_disclosure_override_metadata', None)) 1997 setattr(self, "_{}".format('allow_data_download'), kwargs.get('allow_data_download', None)) 1998 setattr(self, "_{}".format('allow_data_download_metadata'), kwargs.get('allow_data_download_metadata', None)) 1999 setattr(self, "_{}".format('allow_delayed_routing'), kwargs.get('allow_delayed_routing', None)) 2000 setattr(self, "_{}".format('allow_delayed_routing_metadata'), kwargs.get('allow_delayed_routing_metadata', None)) 2001 setattr(self, "_{}".format('allow_delegated_signing'), kwargs.get('allow_delegated_signing', None)) 2002 setattr(self, "_{}".format('allow_delegated_signing_metadata'), kwargs.get('allow_delegated_signing_metadata', None)) 2003 setattr(self, "_{}".format('allow_doc_gen_documents'), kwargs.get('allow_doc_gen_documents', None)) 2004 setattr(self, "_{}".format('allow_doc_gen_documents_metadata'), kwargs.get('allow_doc_gen_documents_metadata', None)) 2005 setattr(self, "_{}".format('allow_document_disclosures'), kwargs.get('allow_document_disclosures', None)) 2006 setattr(self, "_{}".format('allow_document_disclosures_metadata'), kwargs.get('allow_document_disclosures_metadata', None)) 2007 setattr(self, "_{}".format('allow_documents_on_signed_envelopes'), kwargs.get('allow_documents_on_signed_envelopes', None)) 2008 setattr(self, "_{}".format('allow_documents_on_signed_envelopes_metadata'), kwargs.get('allow_documents_on_signed_envelopes_metadata', None)) 2009 setattr(self, "_{}".format('allow_document_visibility'), kwargs.get('allow_document_visibility', None)) 2010 setattr(self, "_{}".format('allow_document_visibility_metadata'), kwargs.get('allow_document_visibility_metadata', None)) 2011 setattr(self, "_{}".format('allow_e_hanko_stamps'), kwargs.get('allow_e_hanko_stamps', None)) 2012 setattr(self, "_{}".format('allow_e_hanko_stamps_metadata'), kwargs.get('allow_e_hanko_stamps_metadata', None)) 2013 setattr(self, "_{}".format('allow_e_note_e_original'), kwargs.get('allow_e_note_e_original', None)) 2014 setattr(self, "_{}".format('allow_e_note_e_original_metadata'), kwargs.get('allow_e_note_e_original_metadata', None)) 2015 setattr(self, "_{}".format('allow_envelope_correct'), kwargs.get('allow_envelope_correct', None)) 2016 setattr(self, "_{}".format('allow_envelope_correct_metadata'), kwargs.get('allow_envelope_correct_metadata', None)) 2017 setattr(self, "_{}".format('allow_envelope_custody_transfer'), kwargs.get('allow_envelope_custody_transfer', None)) 2018 setattr(self, "_{}".format('allow_envelope_custody_transfer_metadata'), kwargs.get('allow_envelope_custody_transfer_metadata', None)) 2019 setattr(self, "_{}".format('allow_envelope_custom_fields'), kwargs.get('allow_envelope_custom_fields', None)) 2020 setattr(self, "_{}".format('allow_envelope_custom_fields_metadata'), kwargs.get('allow_envelope_custom_fields_metadata', None)) 2021 setattr(self, "_{}".format('allow_envelope_publish_reporting'), kwargs.get('allow_envelope_publish_reporting', None)) 2022 setattr(self, "_{}".format('allow_envelope_publish_reporting_metadata'), kwargs.get('allow_envelope_publish_reporting_metadata', None)) 2023 setattr(self, "_{}".format('allow_envelope_reporting'), kwargs.get('allow_envelope_reporting', None)) 2024 setattr(self, "_{}".format('allow_envelope_reporting_metadata'), kwargs.get('allow_envelope_reporting_metadata', None)) 2025 setattr(self, "_{}".format('allow_expression'), kwargs.get('allow_expression', None)) 2026 setattr(self, "_{}".format('allow_expression_metadata'), kwargs.get('allow_expression_metadata', None)) 2027 setattr(self, "_{}".format('allow_express_signer_certificate'), kwargs.get('allow_express_signer_certificate', None)) 2028 setattr(self, "_{}".format('allow_express_signer_certificate_metadata'), kwargs.get('allow_express_signer_certificate_metadata', None)) 2029 setattr(self, "_{}".format('allow_extended_sending_resource_file'), kwargs.get('allow_extended_sending_resource_file', None)) 2030 setattr(self, "_{}".format('allow_extended_sending_resource_file_metadata'), kwargs.get('allow_extended_sending_resource_file_metadata', None)) 2031 setattr(self, "_{}".format('allow_external_linked_accounts'), kwargs.get('allow_external_linked_accounts', None)) 2032 setattr(self, "_{}".format('allow_external_linked_accounts_metadata'), kwargs.get('allow_external_linked_accounts_metadata', None)) 2033 setattr(self, "_{}".format('allow_external_signature_pad'), kwargs.get('allow_external_signature_pad', None)) 2034 setattr(self, "_{}".format('allow_external_signature_pad_metadata'), kwargs.get('allow_external_signature_pad_metadata', None)) 2035 setattr(self, "_{}".format('allow_idv_for_eu_qualified_signatures'), kwargs.get('allow_idv_for_eu_qualified_signatures', None)) 2036 setattr(self, "_{}".format('allow_idv_for_eu_qualified_signatures_metadata'), kwargs.get('allow_idv_for_eu_qualified_signatures_metadata', None)) 2037 setattr(self, "_{}".format('allow_idv_level1'), kwargs.get('allow_idv_level1', None)) 2038 setattr(self, "_{}".format('allow_idv_level1_metadata'), kwargs.get('allow_idv_level1_metadata', None)) 2039 setattr(self, "_{}".format('allow_idv_level2'), kwargs.get('allow_idv_level2', None)) 2040 setattr(self, "_{}".format('allow_idv_level2_metadata'), kwargs.get('allow_idv_level2_metadata', None)) 2041 setattr(self, "_{}".format('allow_idv_level3'), kwargs.get('allow_idv_level3', None)) 2042 setattr(self, "_{}".format('allow_idv_level3_metadata'), kwargs.get('allow_idv_level3_metadata', None)) 2043 setattr(self, "_{}".format('allow_idv_platform'), kwargs.get('allow_idv_platform', None)) 2044 setattr(self, "_{}".format('allow_idv_platform_metadata'), kwargs.get('allow_idv_platform_metadata', None)) 2045 setattr(self, "_{}".format('allow_in_person'), kwargs.get('allow_in_person', None)) 2046 setattr(self, "_{}".format('allow_in_person_electronic_notary'), kwargs.get('allow_in_person_electronic_notary', None)) 2047 setattr(self, "_{}".format('allow_in_person_electronic_notary_metadata'), kwargs.get('allow_in_person_electronic_notary_metadata', None)) 2048 setattr(self, "_{}".format('allow_in_person_metadata'), kwargs.get('allow_in_person_metadata', None)) 2049 setattr(self, "_{}".format('allow_managed_stamps'), kwargs.get('allow_managed_stamps', None)) 2050 setattr(self, "_{}".format('allow_managed_stamps_metadata'), kwargs.get('allow_managed_stamps_metadata', None)) 2051 setattr(self, "_{}".format('allow_managing_envelopes_on_behalf_of_others'), kwargs.get('allow_managing_envelopes_on_behalf_of_others', None)) 2052 setattr(self, "_{}".format('allow_managing_envelopes_on_behalf_of_others_metadata'), kwargs.get('allow_managing_envelopes_on_behalf_of_others_metadata', None)) 2053 setattr(self, "_{}".format('allow_markup'), kwargs.get('allow_markup', None)) 2054 setattr(self, "_{}".format('allow_markup_metadata'), kwargs.get('allow_markup_metadata', None)) 2055 setattr(self, "_{}".format('allow_member_time_zone'), kwargs.get('allow_member_time_zone', None)) 2056 setattr(self, "_{}".format('allow_member_time_zone_metadata'), kwargs.get('allow_member_time_zone_metadata', None)) 2057 setattr(self, "_{}".format('allow_merge_fields'), kwargs.get('allow_merge_fields', None)) 2058 setattr(self, "_{}".format('allow_merge_fields_metadata'), kwargs.get('allow_merge_fields_metadata', None)) 2059 setattr(self, "_{}".format('allow_multiple_brand_profiles'), kwargs.get('allow_multiple_brand_profiles', None)) 2060 setattr(self, "_{}".format('allow_multiple_brand_profiles_metadata'), kwargs.get('allow_multiple_brand_profiles_metadata', None)) 2061 setattr(self, "_{}".format('allow_multiple_signer_attachments'), kwargs.get('allow_multiple_signer_attachments', None)) 2062 setattr(self, "_{}".format('allow_multiple_signer_attachments_metadata'), kwargs.get('allow_multiple_signer_attachments_metadata', None)) 2063 setattr(self, "_{}".format('allow_non_us_phone_auth'), kwargs.get('allow_non_us_phone_auth', None)) 2064 setattr(self, "_{}".format('allow_non_us_phone_auth_metadata'), kwargs.get('allow_non_us_phone_auth_metadata', None)) 2065 setattr(self, "_{}".format('allow_ocr_of_envelope_documents'), kwargs.get('allow_ocr_of_envelope_documents', None)) 2066 setattr(self, "_{}".format('allow_ocr_of_envelope_documents_metadata'), kwargs.get('allow_ocr_of_envelope_documents_metadata', None)) 2067 setattr(self, "_{}".format('allow_offline_signing'), kwargs.get('allow_offline_signing', None)) 2068 setattr(self, "_{}".format('allow_offline_signing_metadata'), kwargs.get('allow_offline_signing_metadata', None)) 2069 setattr(self, "_{}".format('allow_open_trust_signer_certificate'), kwargs.get('allow_open_trust_signer_certificate', None)) 2070 setattr(self, "_{}".format('allow_open_trust_signer_certificate_metadata'), kwargs.get('allow_open_trust_signer_certificate_metadata', None)) 2071 setattr(self, "_{}".format('allow_organization_docusign_monitor'), kwargs.get('allow_organization_docusign_monitor', None)) 2072 setattr(self, "_{}".format('allow_organization_docusign_monitor_metadata'), kwargs.get('allow_organization_docusign_monitor_metadata', None)) 2073 setattr(self, "_{}".format('allow_organization_domain_user_management'), kwargs.get('allow_organization_domain_user_management', None)) 2074 setattr(self, "_{}".format('allow_organization_domain_user_management_metadata'), kwargs.get('allow_organization_domain_user_management_metadata', None)) 2075 setattr(self, "_{}".format('allow_organizations'), kwargs.get('allow_organizations', None)) 2076 setattr(self, "_{}".format('allow_organizations_metadata'), kwargs.get('allow_organizations_metadata', None)) 2077 setattr(self, "_{}".format('allow_organization_sso_management'), kwargs.get('allow_organization_sso_management', None)) 2078 setattr(self, "_{}".format('allow_organization_sso_management_metadata'), kwargs.get('allow_organization_sso_management_metadata', None)) 2079 setattr(self, "_{}".format('allow_organization_to_use_in_person_electronic_notary'), kwargs.get('allow_organization_to_use_in_person_electronic_notary', None)) 2080 setattr(self, "_{}".format('allow_organization_to_use_in_person_electronic_notary_metadata'), kwargs.get('allow_organization_to_use_in_person_electronic_notary_metadata', None)) 2081 setattr(self, "_{}".format('allow_organization_to_use_remote_notary'), kwargs.get('allow_organization_to_use_remote_notary', None)) 2082 setattr(self, "_{}".format('allow_organization_to_use_remote_notary_metadata'), kwargs.get('allow_organization_to_use_remote_notary_metadata', None)) 2083 setattr(self, "_{}".format('allow_organization_to_use_third_party_electronic_notary'), kwargs.get('allow_organization_to_use_third_party_electronic_notary', None)) 2084 setattr(self, "_{}".format('allow_organization_to_use_third_party_electronic_notary_metadata'), kwargs.get('allow_organization_to_use_third_party_electronic_notary_metadata', None)) 2085 setattr(self, "_{}".format('allow_participant_recipient_type'), kwargs.get('allow_participant_recipient_type', None)) 2086 setattr(self, "_{}".format('allow_participant_recipient_type_metadata'), kwargs.get('allow_participant_recipient_type_metadata', None)) 2087 setattr(self, "_{}".format('allow_payment_processing'), kwargs.get('allow_payment_processing', None)) 2088 setattr(self, "_{}".format('allow_payment_processing_metadata'), kwargs.get('allow_payment_processing_metadata', None)) 2089 setattr(self, "_{}".format('allow_performance_analytics'), kwargs.get('allow_performance_analytics', None)) 2090 setattr(self, "_{}".format('allow_performance_analytics_metadata'), kwargs.get('allow_performance_analytics_metadata', None)) 2091 setattr(self, "_{}".format('allow_phone_authentication'), kwargs.get('allow_phone_authentication', None)) 2092 setattr(self, "_{}".format('allow_phone_authentication_metadata'), kwargs.get('allow_phone_authentication_metadata', None)) 2093 setattr(self, "_{}".format('allow_phone_auth_override'), kwargs.get('allow_phone_auth_override', None)) 2094 setattr(self, "_{}".format('allow_phone_auth_override_metadata'), kwargs.get('allow_phone_auth_override_metadata', None)) 2095 setattr(self, "_{}".format('allow_private_signing_groups'), kwargs.get('allow_private_signing_groups', None)) 2096 setattr(self, "_{}".format('allow_private_signing_groups_metadata'), kwargs.get('allow_private_signing_groups_metadata', None)) 2097 setattr(self, "_{}".format('allow_recipient_connect'), kwargs.get('allow_recipient_connect', None)) 2098 setattr(self, "_{}".format('allow_recipient_connect_metadata'), kwargs.get('allow_recipient_connect_metadata', None)) 2099 setattr(self, "_{}".format('allow_reminders'), kwargs.get('allow_reminders', None)) 2100 setattr(self, "_{}".format('allow_reminders_metadata'), kwargs.get('allow_reminders_metadata', None)) 2101 setattr(self, "_{}".format('allow_remote_notary'), kwargs.get('allow_remote_notary', None)) 2102 setattr(self, "_{}".format('allow_remote_notary_metadata'), kwargs.get('allow_remote_notary_metadata', None)) 2103 setattr(self, "_{}".format('allow_resource_file_branding'), kwargs.get('allow_resource_file_branding', None)) 2104 setattr(self, "_{}".format('allow_resource_file_branding_metadata'), kwargs.get('allow_resource_file_branding_metadata', None)) 2105 setattr(self, "_{}".format('allow_safe_bio_pharma_signer_certificate'), kwargs.get('allow_safe_bio_pharma_signer_certificate', None)) 2106 setattr(self, "_{}".format('allow_safe_bio_pharma_signer_certificate_metadata'), kwargs.get('allow_safe_bio_pharma_signer_certificate_metadata', None)) 2107 setattr(self, "_{}".format('allow_scheduled_sending'), kwargs.get('allow_scheduled_sending', None)) 2108 setattr(self, "_{}".format('allow_scheduled_sending_metadata'), kwargs.get('allow_scheduled_sending_metadata', None)) 2109 setattr(self, "_{}".format('allow_security_appliance'), kwargs.get('allow_security_appliance', None)) 2110 setattr(self, "_{}".format('allow_security_appliance_metadata'), kwargs.get('allow_security_appliance_metadata', None)) 2111 setattr(self, "_{}".format('allow_sending_envelopes_on_behalf_of_others'), kwargs.get('allow_sending_envelopes_on_behalf_of_others', None)) 2112 setattr(self, "_{}".format('allow_sending_envelopes_on_behalf_of_others_metadata'), kwargs.get('allow_sending_envelopes_on_behalf_of_others_metadata', None)) 2113 setattr(self, "_{}".format('allow_send_to_certified_delivery'), kwargs.get('allow_send_to_certified_delivery', None)) 2114 setattr(self, "_{}".format('allow_send_to_certified_delivery_metadata'), kwargs.get('allow_send_to_certified_delivery_metadata', None)) 2115 setattr(self, "_{}".format('allow_send_to_intermediary'), kwargs.get('allow_send_to_intermediary', None)) 2116 setattr(self, "_{}".format('allow_send_to_intermediary_metadata'), kwargs.get('allow_send_to_intermediary_metadata', None)) 2117 setattr(self, "_{}".format('allow_server_templates'), kwargs.get('allow_server_templates', None)) 2118 setattr(self, "_{}".format('allow_server_templates_metadata'), kwargs.get('allow_server_templates_metadata', None)) 2119 setattr(self, "_{}".format('allow_set_embedded_recipient_start_url'), kwargs.get('allow_set_embedded_recipient_start_url', None)) 2120 setattr(self, "_{}".format('allow_set_embedded_recipient_start_url_metadata'), kwargs.get('allow_set_embedded_recipient_start_url_metadata', None)) 2121 setattr(self, "_{}".format('allow_shared_tabs'), kwargs.get('allow_shared_tabs', None)) 2122 setattr(self, "_{}".format('allow_shared_tabs_metadata'), kwargs.get('allow_shared_tabs_metadata', None)) 2123 setattr(self, "_{}".format('allow_signature_stamps'), kwargs.get('allow_signature_stamps', None)) 2124 setattr(self, "_{}".format('allow_signature_stamps_metadata'), kwargs.get('allow_signature_stamps_metadata', None)) 2125 setattr(self, "_{}".format('allow_sign_document_from_home_page'), kwargs.get('allow_sign_document_from_home_page', None)) 2126 setattr(self, "_{}".format('allow_sign_document_from_home_page_metadata'), kwargs.get('allow_sign_document_from_home_page_metadata', None)) 2127 setattr(self, "_{}".format('allow_signer_reassign'), kwargs.get('allow_signer_reassign', None)) 2128 setattr(self, "_{}".format('allow_signer_reassign_metadata'), kwargs.get('allow_signer_reassign_metadata', None)) 2129 setattr(self, "_{}".format('allow_signer_reassign_override'), kwargs.get('allow_signer_reassign_override', None)) 2130 setattr(self, "_{}".format('allow_signer_reassign_override_metadata'), kwargs.get('allow_signer_reassign_override_metadata', None)) 2131 setattr(self, "_{}".format('allow_signing_extensions'), kwargs.get('allow_signing_extensions', None)) 2132 setattr(self, "_{}".format('allow_signing_extensions_metadata'), kwargs.get('allow_signing_extensions_metadata', None)) 2133 setattr(self, "_{}".format('allow_signing_groups'), kwargs.get('allow_signing_groups', None)) 2134 setattr(self, "_{}".format('allow_signing_groups_metadata'), kwargs.get('allow_signing_groups_metadata', None)) 2135 setattr(self, "_{}".format('allow_signing_insights'), kwargs.get('allow_signing_insights', None)) 2136 setattr(self, "_{}".format('allow_signing_insights_metadata'), kwargs.get('allow_signing_insights_metadata', None)) 2137 setattr(self, "_{}".format('allow_signing_radio_deselect'), kwargs.get('allow_signing_radio_deselect', None)) 2138 setattr(self, "_{}".format('allow_signing_radio_deselect_metadata'), kwargs.get('allow_signing_radio_deselect_metadata', None)) 2139 setattr(self, "_{}".format('allow_sign_now'), kwargs.get('allow_sign_now', None)) 2140 setattr(self, "_{}".format('allow_sign_now_metadata'), kwargs.get('allow_sign_now_metadata', None)) 2141 setattr(self, "_{}".format('allow_sms_delivery'), kwargs.get('allow_sms_delivery', None)) 2142 setattr(self, "_{}".format('allow_sms_delivery_metadata'), kwargs.get('allow_sms_delivery_metadata', None)) 2143 setattr(self, "_{}".format('allow_social_id_login'), kwargs.get('allow_social_id_login', None)) 2144 setattr(self, "_{}".format('allow_social_id_login_metadata'), kwargs.get('allow_social_id_login_metadata', None)) 2145 setattr(self, "_{}".format('allow_supplemental_documents'), kwargs.get('allow_supplemental_documents', None)) 2146 setattr(self, "_{}".format('allow_supplemental_documents_metadata'), kwargs.get('allow_supplemental_documents_metadata', None)) 2147 setattr(self, "_{}".format('allow_third_party_electronic_notary'), kwargs.get('allow_third_party_electronic_notary', None)) 2148 setattr(self, "_{}".format('allow_third_party_electronic_notary_metadata'), kwargs.get('allow_third_party_electronic_notary_metadata', None)) 2149 setattr(self, "_{}".format('allow_users_to_access_directory'), kwargs.get('allow_users_to_access_directory', None)) 2150 setattr(self, "_{}".format('allow_users_to_access_directory_metadata'), kwargs.get('allow_users_to_access_directory_metadata', None)) 2151 setattr(self, "_{}".format('allow_value_insights'), kwargs.get('allow_value_insights', None)) 2152 setattr(self, "_{}".format('allow_value_insights_metadata'), kwargs.get('allow_value_insights_metadata', None)) 2153 setattr(self, "_{}".format('allow_web_forms'), kwargs.get('allow_web_forms', None)) 2154 setattr(self, "_{}".format('allow_web_forms_metadata'), kwargs.get('allow_web_forms_metadata', None)) 2155 setattr(self, "_{}".format('anchor_population_scope'), kwargs.get('anchor_population_scope', None)) 2156 setattr(self, "_{}".format('anchor_population_scope_metadata'), kwargs.get('anchor_population_scope_metadata', None)) 2157 setattr(self, "_{}".format('anchor_tag_versioned_placement_enabled'), kwargs.get('anchor_tag_versioned_placement_enabled', None)) 2158 setattr(self, "_{}".format('anchor_tag_versioned_placement_metadata_enabled'), kwargs.get('anchor_tag_versioned_placement_metadata_enabled', None)) 2159 setattr(self, "_{}".format('attach_completed_envelope'), kwargs.get('attach_completed_envelope', None)) 2160 setattr(self, "_{}".format('attach_completed_envelope_metadata'), kwargs.get('attach_completed_envelope_metadata', None)) 2161 setattr(self, "_{}".format('authentication_check'), kwargs.get('authentication_check', None)) 2162 setattr(self, "_{}".format('authentication_check_metadata'), kwargs.get('authentication_check_metadata', None)) 2163 setattr(self, "_{}".format('auto_nav_rule'), kwargs.get('auto_nav_rule', None)) 2164 setattr(self, "_{}".format('auto_nav_rule_metadata'), kwargs.get('auto_nav_rule_metadata', None)) 2165 setattr(self, "_{}".format('auto_provision_signer_account'), kwargs.get('auto_provision_signer_account', None)) 2166 setattr(self, "_{}".format('auto_provision_signer_account_metadata'), kwargs.get('auto_provision_signer_account_metadata', None)) 2167 setattr(self, "_{}".format('bcc_email_archive'), kwargs.get('bcc_email_archive', None)) 2168 setattr(self, "_{}".format('bcc_email_archive_metadata'), kwargs.get('bcc_email_archive_metadata', None)) 2169 setattr(self, "_{}".format('beta_switch_configuration'), kwargs.get('beta_switch_configuration', None)) 2170 setattr(self, "_{}".format('beta_switch_configuration_metadata'), kwargs.get('beta_switch_configuration_metadata', None)) 2171 setattr(self, "_{}".format('billing_address'), kwargs.get('billing_address', None)) 2172 setattr(self, "_{}".format('billing_address_metadata'), kwargs.get('billing_address_metadata', None)) 2173 setattr(self, "_{}".format('bulk_send'), kwargs.get('bulk_send', None)) 2174 setattr(self, "_{}".format('bulk_send_action_resend_limit'), kwargs.get('bulk_send_action_resend_limit', None)) 2175 setattr(self, "_{}".format('bulk_send_max_copies_in_batch'), kwargs.get('bulk_send_max_copies_in_batch', None)) 2176 setattr(self, "_{}".format('bulk_send_max_unprocessed_envelopes_count'), kwargs.get('bulk_send_max_unprocessed_envelopes_count', None)) 2177 setattr(self, "_{}".format('bulk_send_metadata'), kwargs.get('bulk_send_metadata', None)) 2178 setattr(self, "_{}".format('can_self_brand_send'), kwargs.get('can_self_brand_send', None)) 2179 setattr(self, "_{}".format('can_self_brand_send_metadata'), kwargs.get('can_self_brand_send_metadata', None)) 2180 setattr(self, "_{}".format('can_self_brand_sign'), kwargs.get('can_self_brand_sign', None)) 2181 setattr(self, "_{}".format('can_self_brand_sign_metadata'), kwargs.get('can_self_brand_sign_metadata', None)) 2182 setattr(self, "_{}".format('can_use_salesforce_o_auth'), kwargs.get('can_use_salesforce_o_auth', None)) 2183 setattr(self, "_{}".format('can_use_salesforce_o_auth_metadata'), kwargs.get('can_use_salesforce_o_auth_metadata', None)) 2184 setattr(self, "_{}".format('capture_voice_recording'), kwargs.get('capture_voice_recording', None)) 2185 setattr(self, "_{}".format('capture_voice_recording_metadata'), kwargs.get('capture_voice_recording_metadata', None)) 2186 setattr(self, "_{}".format('cfr21_simplified_signing_enabled'), kwargs.get('cfr21_simplified_signing_enabled', None)) 2187 setattr(self, "_{}".format('cfr21_simplified_signing_enabled_metadata'), kwargs.get('cfr21_simplified_signing_enabled_metadata', None)) 2188 setattr(self, "_{}".format('cfr_use_wide_image'), kwargs.get('cfr_use_wide_image', None)) 2189 setattr(self, "_{}".format('cfr_use_wide_image_metadata'), kwargs.get('cfr_use_wide_image_metadata', None)) 2190 setattr(self, "_{}".format('check_for_multiple_admins_on_account'), kwargs.get('check_for_multiple_admins_on_account', None)) 2191 setattr(self, "_{}".format('check_for_multiple_admins_on_account_metadata'), kwargs.get('check_for_multiple_admins_on_account_metadata', None)) 2192 setattr(self, "_{}".format('chrome_signature_enabled'), kwargs.get('chrome_signature_enabled', None)) 2193 setattr(self, "_{}".format('chrome_signature_enabled_metadata'), kwargs.get('chrome_signature_enabled_metadata', None)) 2194 setattr(self, "_{}".format('comment_email_show_message_text'), kwargs.get('comment_email_show_message_text', None)) 2195 setattr(self, "_{}".format('comment_email_show_message_text_metadata'), kwargs.get('comment_email_show_message_text_metadata', None)) 2196 setattr(self, "_{}".format('comments_allow_envelope_override'), kwargs.get('comments_allow_envelope_override', None)) 2197 setattr(self, "_{}".format('comments_allow_envelope_override_metadata'), kwargs.get('comments_allow_envelope_override_metadata', None)) 2198 setattr(self, "_{}".format('conditional_fields_enabled'), kwargs.get('conditional_fields_enabled', None)) 2199 setattr(self, "_{}".format('conditional_fields_enabled_metadata'), kwargs.get('conditional_fields_enabled_metadata', None)) 2200 setattr(self, "_{}".format('consumer_disclosure_frequency'), kwargs.get('consumer_disclosure_frequency', None)) 2201 setattr(self, "_{}".format('consumer_disclosure_frequency_metadata'), kwargs.get('consumer_disclosure_frequency_metadata', None)) 2202 setattr(self, "_{}".format('convert_pdf_fields'), kwargs.get('convert_pdf_fields', None)) 2203 setattr(self, "_{}".format('convert_pdf_fields_metadata'), kwargs.get('convert_pdf_fields_metadata', None)) 2204 setattr(self, "_{}".format('data_population_scope'), kwargs.get('data_population_scope', None)) 2205 setattr(self, "_{}".format('data_population_scope_metadata'), kwargs.get('data_population_scope_metadata', None)) 2206 setattr(self, "_{}".format('disable_auto_template_matching'), kwargs.get('disable_auto_template_matching', None)) 2207 setattr(self, "_{}".format('disable_auto_template_matching_metadata'), kwargs.get('disable_auto_template_matching_metadata', None)) 2208 setattr(self, "_{}".format('disable_mobile_app'), kwargs.get('disable_mobile_app', None)) 2209 setattr(self, "_{}".format('disable_mobile_app_metadata'), kwargs.get('disable_mobile_app_metadata', None)) 2210 setattr(self, "_{}".format('disable_mobile_push_notifications'), kwargs.get('disable_mobile_push_notifications', None)) 2211 setattr(self, "_{}".format('disable_mobile_push_notifications_metadata'), kwargs.get('disable_mobile_push_notifications_metadata', None)) 2212 setattr(self, "_{}".format('disable_mobile_sending'), kwargs.get('disable_mobile_sending', None)) 2213 setattr(self, "_{}".format('disable_mobile_sending_metadata'), kwargs.get('disable_mobile_sending_metadata', None)) 2214 setattr(self, "_{}".format('disable_multiple_sessions'), kwargs.get('disable_multiple_sessions', None)) 2215 setattr(self, "_{}".format('disable_multiple_sessions_metadata'), kwargs.get('disable_multiple_sessions_metadata', None)) 2216 setattr(self, "_{}".format('disable_purge_notifications_for_sender_metadata'), kwargs.get('disable_purge_notifications_for_sender_metadata', None)) 2217 setattr(self, "_{}".format('disable_signer_cert_view'), kwargs.get('disable_signer_cert_view', None)) 2218 setattr(self, "_{}".format('disable_signer_cert_view_metadata'), kwargs.get('disable_signer_cert_view_metadata', None)) 2219 setattr(self, "_{}".format('disable_signer_history_view'), kwargs.get('disable_signer_history_view', None)) 2220 setattr(self, "_{}".format('disable_signer_history_view_metadata'), kwargs.get('disable_signer_history_view_metadata', None)) 2221 setattr(self, "_{}".format('disable_style_signature'), kwargs.get('disable_style_signature', None)) 2222 setattr(self, "_{}".format('disable_style_signature_metadata'), kwargs.get('disable_style_signature_metadata', None)) 2223 setattr(self, "_{}".format('disable_upload_signature'), kwargs.get('disable_upload_signature', None)) 2224 setattr(self, "_{}".format('disable_upload_signature_metadata'), kwargs.get('disable_upload_signature_metadata', None)) 2225 setattr(self, "_{}".format('disable_user_sharing'), kwargs.get('disable_user_sharing', None)) 2226 setattr(self, "_{}".format('disable_user_sharing_metadata'), kwargs.get('disable_user_sharing_metadata', None)) 2227 setattr(self, "_{}".format('display_beta_switch'), kwargs.get('display_beta_switch', None)) 2228 setattr(self, "_{}".format('display_beta_switch_metadata'), kwargs.get('display_beta_switch_metadata', None)) 2229 setattr(self, "_{}".format('document_conversion_restrictions'), kwargs.get('document_conversion_restrictions', None)) 2230 setattr(self, "_{}".format('document_conversion_restrictions_metadata'), kwargs.get('document_conversion_restrictions_metadata', None)) 2231 setattr(self, "_{}".format('document_retention'), kwargs.get('document_retention', None)) 2232 setattr(self, "_{}".format('document_retention_metadata'), kwargs.get('document_retention_metadata', None)) 2233 setattr(self, "_{}".format('document_retention_purge_tabs'), kwargs.get('document_retention_purge_tabs', None)) 2234 setattr(self, "_{}".format('document_visibility'), kwargs.get('document_visibility', None)) 2235 setattr(self, "_{}".format('document_visibility_metadata'), kwargs.get('document_visibility_metadata', None)) 2236 setattr(self, "_{}".format('dss_sign_28411_enable_leave_page_prompt_radmin_option'), kwargs.get('dss_sign_28411_enable_leave_page_prompt_radmin_option', None)) 2237 setattr(self, "_{}".format('dss_sign_29182_slide_up_bar_radmin_option'), kwargs.get('dss_sign_29182_slide_up_bar_radmin_option', None)) 2238 setattr(self, "_{}".format('email_template_version'), kwargs.get('email_template_version', None)) 2239 setattr(self, "_{}".format('email_template_version_metadata'), kwargs.get('email_template_version_metadata', None)) 2240 setattr(self, "_{}".format('enable_access_code_generator'), kwargs.get('enable_access_code_generator', None)) 2241 setattr(self, "_{}".format('enable_access_code_generator_metadata'), kwargs.get('enable_access_code_generator_metadata', None)) 2242 setattr(self, "_{}".format('enable_advanced_payments'), kwargs.get('enable_advanced_payments', None)) 2243 setattr(self, "_{}".format('enable_advanced_payments_metadata'), kwargs.get('enable_advanced_payments_metadata', None)) 2244 setattr(self, "_{}".format('enable_advanced_power_forms'), kwargs.get('enable_advanced_power_forms', None)) 2245 setattr(self, "_{}".format('enable_advanced_power_forms_metadata'), kwargs.get('enable_advanced_power_forms_metadata', None)) 2246 setattr(self, "_{}".format('enable_agreement_actions_for_clm'), kwargs.get('enable_agreement_actions_for_clm', None)) 2247 setattr(self, "_{}".format('enable_agreement_actions_for_clm_metadata'), kwargs.get('enable_agreement_actions_for_clm_metadata', None)) 2248 setattr(self, "_{}".format('enable_agreement_actions_for_e_sign'), kwargs.get('enable_agreement_actions_for_e_sign', None)) 2249 setattr(self, "_{}".format('enable_agreement_actions_for_e_sign_metadata'), kwargs.get('enable_agreement_actions_for_e_sign_metadata', None)) 2250 setattr(self, "_{}".format('enable_auto_nav'), kwargs.get('enable_auto_nav', None)) 2251 setattr(self, "_{}".format('enable_auto_nav_metadata'), kwargs.get('enable_auto_nav_metadata', None)) 2252 setattr(self, "_{}".format('enable_bcc_dummy_link'), kwargs.get('enable_bcc_dummy_link', None)) 2253 setattr(self, "_{}".format('enable_bcc_dummy_link_metadata'), kwargs.get('enable_bcc_dummy_link_metadata', None)) 2254 setattr(self, "_{}".format('enable_calculated_fields'), kwargs.get('enable_calculated_fields', None)) 2255 setattr(self, "_{}".format('enable_calculated_fields_metadata'), kwargs.get('enable_calculated_fields_metadata', None)) 2256 setattr(self, "_{}".format('enable_clickwraps'), kwargs.get('enable_clickwraps', None)) 2257 setattr(self, "_{}".format('enable_clickwraps_metadata'), kwargs.get('enable_clickwraps_metadata', None)) 2258 setattr(self, "_{}".format('enable_combined_pdf_download_for_sbs'), kwargs.get('enable_combined_pdf_download_for_sbs', None)) 2259 setattr(self, "_{}".format('enable_comments_history_download_in_signing'), kwargs.get('enable_comments_history_download_in_signing', None)) 2260 setattr(self, "_{}".format('enable_comments_history_download_in_signing_metadata'), kwargs.get('enable_comments_history_download_in_signing_metadata', None)) 2261 setattr(self, "_{}".format('enable_contact_suggestions'), kwargs.get('enable_contact_suggestions', None)) 2262 setattr(self, "_{}".format('enable_contact_suggestions_metadata'), kwargs.get('enable_contact_suggestions_metadata', None)) 2263 setattr(self, "_{}".format('enable_customer_satisfaction_metric_tracking'), kwargs.get('enable_customer_satisfaction_metric_tracking', None)) 2264 setattr(self, "_{}".format('enable_customer_satisfaction_metric_tracking_metadata'), kwargs.get('enable_customer_satisfaction_metric_tracking_metadata', None)) 2265 setattr(self, "_{}".format('enable_ds_pro'), kwargs.get('enable_ds_pro', None)) 2266 setattr(self, "_{}".format('enable_ds_pro_metadata'), kwargs.get('enable_ds_pro_metadata', None)) 2267 setattr(self, "_{}".format('enable_envelope_stamping_by_account_admin'), kwargs.get('enable_envelope_stamping_by_account_admin', None)) 2268 setattr(self, "_{}".format('enable_envelope_stamping_by_account_admin_metadata'), kwargs.get('enable_envelope_stamping_by_account_admin_metadata', None)) 2269 setattr(self, "_{}".format('enable_envelope_stamping_by_ds_admin'), kwargs.get('enable_envelope_stamping_by_ds_admin', None)) 2270 setattr(self, "_{}".format('enable_envelope_stamping_by_ds_admin_metadata'), kwargs.get('enable_envelope_stamping_by_ds_admin_metadata', None)) 2271 setattr(self, "_{}".format('enable_e_sign_api_hourly_limit_management'), kwargs.get('enable_e_sign_api_hourly_limit_management', None)) 2272 setattr(self, "_{}".format('enable_e_sign_api_hourly_limit_management_metadata'), kwargs.get('enable_e_sign_api_hourly_limit_management_metadata', None)) 2273 setattr(self, "_{}".format('enable_esign_communities'), kwargs.get('enable_esign_communities', None)) 2274 setattr(self, "_{}".format('enable_esign_communities_metadata'), kwargs.get('enable_esign_communities_metadata', None)) 2275 setattr(self, "_{}".format('enable_id_fx_accountless_sms_auth_for_part11'), kwargs.get('enable_id_fx_accountless_sms_auth_for_part11', None)) 2276 setattr(self, "_{}".format('enable_id_fx_accountless_sms_auth_for_part11_metadata'), kwargs.get('enable_id_fx_accountless_sms_auth_for_part11_metadata', None)) 2277 setattr(self, "_{}".format('enable_id_fx_intuit_kba'), kwargs.get('enable_id_fx_intuit_kba', None)) 2278 setattr(self, "_{}".format('enable_id_fx_intuit_kba_metadata'), kwargs.get('enable_id_fx_intuit_kba_metadata', None)) 2279 setattr(self, "_{}".format('enable_id_fx_phone_authentication'), kwargs.get('enable_id_fx_phone_authentication', None)) 2280 setattr(self, "_{}".format('enable_id_fx_phone_authentication_metadata'), kwargs.get('enable_id_fx_phone_authentication_metadata', None)) 2281 setattr(self, "_{}".format('enable_in_browser_editor'), kwargs.get('enable_in_browser_editor', None)) 2282 setattr(self, "_{}".format('enable_in_browser_editor_metadata'), kwargs.get('enable_in_browser_editor_metadata', None)) 2283 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type'), kwargs.get('enable_key_terms_suggestions_by_document_type', None)) 2284 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type_metadata'), kwargs.get('enable_key_terms_suggestions_by_document_type_metadata', None)) 2285 setattr(self, "_{}".format('enable_participant_recipient_setting_metadata'), kwargs.get('enable_participant_recipient_setting_metadata', None)) 2286 setattr(self, "_{}".format('enable_payment_processing'), kwargs.get('enable_payment_processing', None)) 2287 setattr(self, "_{}".format('enable_payment_processing_metadata'), kwargs.get('enable_payment_processing_metadata', None)) 2288 setattr(self, "_{}".format('enable_pdfa_conversion'), kwargs.get('enable_pdfa_conversion', None)) 2289 setattr(self, "_{}".format('enable_pdfa_conversion_metadata'), kwargs.get('enable_pdfa_conversion_metadata', None)) 2290 setattr(self, "_{}".format('enable_power_form'), kwargs.get('enable_power_form', None)) 2291 setattr(self, "_{}".format('enable_power_form_direct'), kwargs.get('enable_power_form_direct', None)) 2292 setattr(self, "_{}".format('enable_power_form_direct_metadata'), kwargs.get('enable_power_form_direct_metadata', None)) 2293 setattr(self, "_{}".format('enable_power_form_metadata'), kwargs.get('enable_power_form_metadata', None)) 2294 setattr(self, "_{}".format('enable_recipient_domain_validation'), kwargs.get('enable_recipient_domain_validation', None)) 2295 setattr(self, "_{}".format('enable_recipient_domain_validation_metadata'), kwargs.get('enable_recipient_domain_validation_metadata', None)) 2296 setattr(self, "_{}".format('enable_recipient_may_provide_phone_number'), kwargs.get('enable_recipient_may_provide_phone_number', None)) 2297 setattr(self, "_{}".format('enable_recipient_may_provide_phone_number_metadata'), kwargs.get('enable_recipient_may_provide_phone_number_metadata', None)) 2298 setattr(self, "_{}".format('enable_report_links'), kwargs.get('enable_report_links', None)) 2299 setattr(self, "_{}".format('enable_report_links_metadata'), kwargs.get('enable_report_links_metadata', None)) 2300 setattr(self, "_{}".format('enable_require_sign_on_paper'), kwargs.get('enable_require_sign_on_paper', None)) 2301 setattr(self, "_{}".format('enable_require_sign_on_paper_metadata'), kwargs.get('enable_require_sign_on_paper_metadata', None)) 2302 setattr(self, "_{}".format('enable_reserved_domain'), kwargs.get('enable_reserved_domain', None)) 2303 setattr(self, "_{}".format('enable_reserved_domain_metadata'), kwargs.get('enable_reserved_domain_metadata', None)) 2304 setattr(self, "_{}".format('enable_responsive_signing'), kwargs.get('enable_responsive_signing', None)) 2305 setattr(self, "_{}".format('enable_responsive_signing_metadata'), kwargs.get('enable_responsive_signing_metadata', None)) 2306 setattr(self, "_{}".format('enable_scheduled_release'), kwargs.get('enable_scheduled_release', None)) 2307 setattr(self, "_{}".format('enable_scheduled_release_metadata'), kwargs.get('enable_scheduled_release_metadata', None)) 2308 setattr(self, "_{}".format('enable_search'), kwargs.get('enable_search', None)) 2309 setattr(self, "_{}".format('enable_search_metadata'), kwargs.get('enable_search_metadata', None)) 2310 setattr(self, "_{}".format('enable_search_site_specific_api'), kwargs.get('enable_search_site_specific_api', None)) 2311 setattr(self, "_{}".format('enable_search_site_specific_api_metadata'), kwargs.get('enable_search_site_specific_api_metadata', None)) 2312 setattr(self, "_{}".format('enable_search_ui'), kwargs.get('enable_search_ui', None)) 2313 setattr(self, "_{}".format('enable_search_ui_metadata'), kwargs.get('enable_search_ui_metadata', None)) 2314 setattr(self, "_{}".format('enable_sending_tags_font_settings'), kwargs.get('enable_sending_tags_font_settings', None)) 2315 setattr(self, "_{}".format('enable_sending_tags_font_settings_metadata'), kwargs.get('enable_sending_tags_font_settings_metadata', None)) 2316 setattr(self, "_{}".format('enable_send_to_agent'), kwargs.get('enable_send_to_agent', None)) 2317 setattr(self, "_{}".format('enable_send_to_agent_metadata'), kwargs.get('enable_send_to_agent_metadata', None)) 2318 setattr(self, "_{}".format('enable_send_to_intermediary'), kwargs.get('enable_send_to_intermediary', None)) 2319 setattr(self, "_{}".format('enable_send_to_intermediary_metadata'), kwargs.get('enable_send_to_intermediary_metadata', None)) 2320 setattr(self, "_{}".format('enable_send_to_manage'), kwargs.get('enable_send_to_manage', None)) 2321 setattr(self, "_{}".format('enable_send_to_manage_metadata'), kwargs.get('enable_send_to_manage_metadata', None)) 2322 setattr(self, "_{}".format('enable_sequential_signing_api'), kwargs.get('enable_sequential_signing_api', None)) 2323 setattr(self, "_{}".format('enable_sequential_signing_api_metadata'), kwargs.get('enable_sequential_signing_api_metadata', None)) 2324 setattr(self, "_{}".format('enable_sequential_signing_ui'), kwargs.get('enable_sequential_signing_ui', None)) 2325 setattr(self, "_{}".format('enable_sequential_signing_ui_metadata'), kwargs.get('enable_sequential_signing_ui_metadata', None)) 2326 setattr(self, "_{}".format('enable_signer_attachments'), kwargs.get('enable_signer_attachments', None)) 2327 setattr(self, "_{}".format('enable_signer_attachments_metadata'), kwargs.get('enable_signer_attachments_metadata', None)) 2328 setattr(self, "_{}".format('enable_signing_extension_comments'), kwargs.get('enable_signing_extension_comments', None)) 2329 setattr(self, "_{}".format('enable_signing_extension_comments_metadata'), kwargs.get('enable_signing_extension_comments_metadata', None)) 2330 setattr(self, "_{}".format('enable_signing_extension_conversations'), kwargs.get('enable_signing_extension_conversations', None)) 2331 setattr(self, "_{}".format('enable_signing_extension_conversations_metadata'), kwargs.get('enable_signing_extension_conversations_metadata', None)) 2332 setattr(self, "_{}".format('enable_signing_order_settings_for_account'), kwargs.get('enable_signing_order_settings_for_account', None)) 2333 setattr(self, "_{}".format('enable_signing_order_settings_for_account_metadata'), kwargs.get('enable_signing_order_settings_for_account_metadata', None)) 2334 setattr(self, "_{}".format('enable_sign_on_paper'), kwargs.get('enable_sign_on_paper', None)) 2335 setattr(self, "_{}".format('enable_sign_on_paper_metadata'), kwargs.get('enable_sign_on_paper_metadata', None)) 2336 setattr(self, "_{}".format('enable_sign_on_paper_override'), kwargs.get('enable_sign_on_paper_override', None)) 2337 setattr(self, "_{}".format('enable_sign_on_paper_override_metadata'), kwargs.get('enable_sign_on_paper_override_metadata', None)) 2338 setattr(self, "_{}".format('enable_sign_with_notary'), kwargs.get('enable_sign_with_notary', None)) 2339 setattr(self, "_{}".format('enable_sign_with_notary_metadata'), kwargs.get('enable_sign_with_notary_metadata', None)) 2340 setattr(self, "_{}".format('enable_smart_contracts'), kwargs.get('enable_smart_contracts', None)) 2341 setattr(self, "_{}".format('enable_smart_contracts_metadata'), kwargs.get('enable_smart_contracts_metadata', None)) 2342 setattr(self, "_{}".format('enable_sms_authentication'), kwargs.get('enable_sms_authentication', None)) 2343 setattr(self, "_{}".format('enable_sms_authentication_metadata'), kwargs.get('enable_sms_authentication_metadata', None)) 2344 setattr(self, "_{}".format('enable_sms_delivery_additional_notification'), kwargs.get('enable_sms_delivery_additional_notification', None)) 2345 setattr(self, "_{}".format('enable_sms_delivery_additional_notification_metadata'), kwargs.get('enable_sms_delivery_additional_notification_metadata', None)) 2346 setattr(self, "_{}".format('enable_sms_delivery_primary'), kwargs.get('enable_sms_delivery_primary', None)) 2347 setattr(self, "_{}".format('enable_social_id_login'), kwargs.get('enable_social_id_login', None)) 2348 setattr(self, "_{}".format('enable_social_id_login_metadata'), kwargs.get('enable_social_id_login_metadata', None)) 2349 setattr(self, "_{}".format('enable_strike_through'), kwargs.get('enable_strike_through', None)) 2350 setattr(self, "_{}".format('enable_strike_through_metadata'), kwargs.get('enable_strike_through_metadata', None)) 2351 setattr(self, "_{}".format('enable_transaction_point'), kwargs.get('enable_transaction_point', None)) 2352 setattr(self, "_{}".format('enable_transaction_point_metadata'), kwargs.get('enable_transaction_point_metadata', None)) 2353 setattr(self, "_{}".format('enable_vaulting'), kwargs.get('enable_vaulting', None)) 2354 setattr(self, "_{}".format('enable_vaulting_metadata'), kwargs.get('enable_vaulting_metadata', None)) 2355 setattr(self, "_{}".format('enable_witnessing'), kwargs.get('enable_witnessing', None)) 2356 setattr(self, "_{}".format('enable_witnessing_metadata'), kwargs.get('enable_witnessing_metadata', None)) 2357 setattr(self, "_{}".format('enforce_template_name_uniqueness'), kwargs.get('enforce_template_name_uniqueness', None)) 2358 setattr(self, "_{}".format('enforce_template_name_uniqueness_metadata'), kwargs.get('enforce_template_name_uniqueness_metadata', None)) 2359 setattr(self, "_{}".format('envelope_integration_allowed'), kwargs.get('envelope_integration_allowed', None)) 2360 setattr(self, "_{}".format('envelope_integration_allowed_metadata'), kwargs.get('envelope_integration_allowed_metadata', None)) 2361 setattr(self, "_{}".format('envelope_integration_enabled'), kwargs.get('envelope_integration_enabled', None)) 2362 setattr(self, "_{}".format('envelope_integration_enabled_metadata'), kwargs.get('envelope_integration_enabled_metadata', None)) 2363 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb', None)) 2364 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_enabled'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_enabled', None)) 2365 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_enabled_metadata'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_enabled_metadata', None)) 2366 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_metadata'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_metadata', None)) 2367 setattr(self, "_{}".format('envelope_stamping_default_value'), kwargs.get('envelope_stamping_default_value', None)) 2368 setattr(self, "_{}".format('envelope_stamping_default_value_metadata'), kwargs.get('envelope_stamping_default_value_metadata', None)) 2369 setattr(self, "_{}".format('exit_prompt'), kwargs.get('exit_prompt', None)) 2370 setattr(self, "_{}".format('exit_prompt_metadata'), kwargs.get('exit_prompt_metadata', None)) 2371 setattr(self, "_{}".format('express_send'), kwargs.get('express_send', None)) 2372 setattr(self, "_{}".format('express_send_allow_tabs'), kwargs.get('express_send_allow_tabs', None)) 2373 setattr(self, "_{}".format('express_send_allow_tabs_metadata'), kwargs.get('express_send_allow_tabs_metadata', None)) 2374 setattr(self, "_{}".format('express_send_metadata'), kwargs.get('express_send_metadata', None)) 2375 setattr(self, "_{}".format('external_document_sources'), kwargs.get('external_document_sources', None)) 2376 setattr(self, "_{}".format('external_signature_pad_type'), kwargs.get('external_signature_pad_type', None)) 2377 setattr(self, "_{}".format('external_signature_pad_type_metadata'), kwargs.get('external_signature_pad_type_metadata', None)) 2378 setattr(self, "_{}".format('fax_out_enabled'), kwargs.get('fax_out_enabled', None)) 2379 setattr(self, "_{}".format('fax_out_enabled_metadata'), kwargs.get('fax_out_enabled_metadata', None)) 2380 setattr(self, "_{}".format('finish_reminder'), kwargs.get('finish_reminder', None)) 2381 setattr(self, "_{}".format('finish_reminder_metadata'), kwargs.get('finish_reminder_metadata', None)) 2382 setattr(self, "_{}".format('guided_forms_html_allowed'), kwargs.get('guided_forms_html_allowed', None)) 2383 setattr(self, "_{}".format('guided_forms_html_allowed_metadata'), kwargs.get('guided_forms_html_allowed_metadata', None)) 2384 setattr(self, "_{}".format('has_recipient_connect_claimed_domain'), kwargs.get('has_recipient_connect_claimed_domain', None)) 2385 setattr(self, "_{}".format('hide_account_address_in_co_c'), kwargs.get('hide_account_address_in_co_c', None)) 2386 setattr(self, "_{}".format('hide_account_address_in_co_c_metadata'), kwargs.get('hide_account_address_in_co_c_metadata', None)) 2387 setattr(self, "_{}".format('hide_pricing'), kwargs.get('hide_pricing', None)) 2388 setattr(self, "_{}".format('hide_pricing_metadata'), kwargs.get('hide_pricing_metadata', None)) 2389 setattr(self, "_{}".format('id_check_configurations'), kwargs.get('id_check_configurations', None)) 2390 setattr(self, "_{}".format('id_check_expire'), kwargs.get('id_check_expire', None)) 2391 setattr(self, "_{}".format('id_check_expire_days'), kwargs.get('id_check_expire_days', None)) 2392 setattr(self, "_{}".format('id_check_expire_days_metadata'), kwargs.get('id_check_expire_days_metadata', None)) 2393 setattr(self, "_{}".format('id_check_expire_metadata'), kwargs.get('id_check_expire_metadata', None)) 2394 setattr(self, "_{}".format('id_check_expire_minutes'), kwargs.get('id_check_expire_minutes', None)) 2395 setattr(self, "_{}".format('id_check_expire_minutes_metadata'), kwargs.get('id_check_expire_minutes_metadata', None)) 2396 setattr(self, "_{}".format('id_check_required'), kwargs.get('id_check_required', None)) 2397 setattr(self, "_{}".format('id_check_required_metadata'), kwargs.get('id_check_required_metadata', None)) 2398 setattr(self, "_{}".format('identity_verification'), kwargs.get('identity_verification', None)) 2399 setattr(self, "_{}".format('identity_verification_metadata'), kwargs.get('identity_verification_metadata', None)) 2400 setattr(self, "_{}".format('idfx_phone_authentication_override'), kwargs.get('idfx_phone_authentication_override', None)) 2401 setattr(self, "_{}".format('idfx_phone_authentication_override_metadata'), kwargs.get('idfx_phone_authentication_override_metadata', None)) 2402 setattr(self, "_{}".format('ignore_error_if_anchor_tab_not_found'), kwargs.get('ignore_error_if_anchor_tab_not_found', None)) 2403 setattr(self, "_{}".format('ignore_error_if_anchor_tab_not_found_metadata_enabled'), kwargs.get('ignore_error_if_anchor_tab_not_found_metadata_enabled', None)) 2404 setattr(self, "_{}".format('in_person_id_check_question'), kwargs.get('in_person_id_check_question', None)) 2405 setattr(self, "_{}".format('in_person_id_check_question_metadata'), kwargs.get('in_person_id_check_question_metadata', None)) 2406 setattr(self, "_{}".format('in_person_signing_enabled'), kwargs.get('in_person_signing_enabled', None)) 2407 setattr(self, "_{}".format('in_person_signing_enabled_metadata'), kwargs.get('in_person_signing_enabled_metadata', None)) 2408 setattr(self, "_{}".format('in_session_enabled'), kwargs.get('in_session_enabled', None)) 2409 setattr(self, "_{}".format('in_session_enabled_metadata'), kwargs.get('in_session_enabled_metadata', None)) 2410 setattr(self, "_{}".format('in_session_suppress_emails'), kwargs.get('in_session_suppress_emails', None)) 2411 setattr(self, "_{}".format('in_session_suppress_emails_metadata'), kwargs.get('in_session_suppress_emails_metadata', None)) 2412 setattr(self, "_{}".format('linked_external_primary_accounts'), kwargs.get('linked_external_primary_accounts', None)) 2413 setattr(self, "_{}".format('maximum_signing_groups'), kwargs.get('maximum_signing_groups', None)) 2414 setattr(self, "_{}".format('maximum_signing_groups_metadata'), kwargs.get('maximum_signing_groups_metadata', None)) 2415 setattr(self, "_{}".format('maximum_users_per_signing_group'), kwargs.get('maximum_users_per_signing_group', None)) 2416 setattr(self, "_{}".format('maximum_users_per_signing_group_metadata'), kwargs.get('maximum_users_per_signing_group_metadata', None)) 2417 setattr(self, "_{}".format('max_number_of_custom_stamps'), kwargs.get('max_number_of_custom_stamps', None)) 2418 setattr(self, "_{}".format('mobile_session_timeout'), kwargs.get('mobile_session_timeout', None)) 2419 setattr(self, "_{}".format('mobile_session_timeout_metadata'), kwargs.get('mobile_session_timeout_metadata', None)) 2420 setattr(self, "_{}".format('number_of_active_custom_stamps'), kwargs.get('number_of_active_custom_stamps', None)) 2421 setattr(self, "_{}".format('opt_in_mobile_signing_v02'), kwargs.get('opt_in_mobile_signing_v02', None)) 2422 setattr(self, "_{}".format('opt_in_mobile_signing_v02_metadata'), kwargs.get('opt_in_mobile_signing_v02_metadata', None)) 2423 setattr(self, "_{}".format('opt_out_auto_nav_text_and_tab_color_updates'), kwargs.get('opt_out_auto_nav_text_and_tab_color_updates', None)) 2424 setattr(self, "_{}".format('opt_out_auto_nav_text_and_tab_color_updates_metadata'), kwargs.get('opt_out_auto_nav_text_and_tab_color_updates_metadata', None)) 2425 setattr(self, "_{}".format('opt_out_new_platform_seal'), kwargs.get('opt_out_new_platform_seal', None)) 2426 setattr(self, "_{}".format('opt_out_new_platform_seal_platform_metadata'), kwargs.get('opt_out_new_platform_seal_platform_metadata', None)) 2427 setattr(self, "_{}".format('pdf_max_chunked_upload_part_size'), kwargs.get('pdf_max_chunked_upload_part_size', None)) 2428 setattr(self, "_{}".format('pdf_max_chunked_upload_part_size_metadata'), kwargs.get('pdf_max_chunked_upload_part_size_metadata', None)) 2429 setattr(self, "_{}".format('pdf_max_chunked_upload_total_size'), kwargs.get('pdf_max_chunked_upload_total_size', None)) 2430 setattr(self, "_{}".format('pdf_max_chunked_upload_total_size_metadata'), kwargs.get('pdf_max_chunked_upload_total_size_metadata', None)) 2431 setattr(self, "_{}".format('pdf_max_individual_upload_size'), kwargs.get('pdf_max_individual_upload_size', None)) 2432 setattr(self, "_{}".format('pdf_max_individual_upload_size_metadata'), kwargs.get('pdf_max_individual_upload_size_metadata', None)) 2433 setattr(self, "_{}".format('phone_auth_recipient_may_provide_phone_number'), kwargs.get('phone_auth_recipient_may_provide_phone_number', None)) 2434 setattr(self, "_{}".format('phone_auth_recipient_may_provide_phone_number_metadata'), kwargs.get('phone_auth_recipient_may_provide_phone_number_metadata', None)) 2435 setattr(self, "_{}".format('pki_sign_downloaded_pdf_docs'), kwargs.get('pki_sign_downloaded_pdf_docs', None)) 2436 setattr(self, "_{}".format('pki_sign_downloaded_pdf_docs_metadata'), kwargs.get('pki_sign_downloaded_pdf_docs_metadata', None)) 2437 setattr(self, "_{}".format('read_only_mode'), kwargs.get('read_only_mode', None)) 2438 setattr(self, "_{}".format('read_only_mode_metadata'), kwargs.get('read_only_mode_metadata', None)) 2439 setattr(self, "_{}".format('recipients_can_sign_offline'), kwargs.get('recipients_can_sign_offline', None)) 2440 setattr(self, "_{}".format('recipients_can_sign_offline_metadata'), kwargs.get('recipients_can_sign_offline_metadata', None)) 2441 setattr(self, "_{}".format('recipient_signing_auto_navigation_control'), kwargs.get('recipient_signing_auto_navigation_control', None)) 2442 setattr(self, "_{}".format('recipient_signing_auto_navigation_control_metadata'), kwargs.get('recipient_signing_auto_navigation_control_metadata', None)) 2443 setattr(self, "_{}".format('require21_cf_rpt11_compliance'), kwargs.get('require21_cf_rpt11_compliance', None)) 2444 setattr(self, "_{}".format('require21_cf_rpt11_compliance_metadata'), kwargs.get('require21_cf_rpt11_compliance_metadata', None)) 2445 setattr(self, "_{}".format('require_decline_reason'), kwargs.get('require_decline_reason', None)) 2446 setattr(self, "_{}".format('require_decline_reason_metadata'), kwargs.get('require_decline_reason_metadata', None)) 2447 setattr(self, "_{}".format('require_external_user_management'), kwargs.get('require_external_user_management', None)) 2448 setattr(self, "_{}".format('require_external_user_management_metadata'), kwargs.get('require_external_user_management_metadata', None)) 2449 setattr(self, "_{}".format('require_signer_certificate_type'), kwargs.get('require_signer_certificate_type', None)) 2450 setattr(self, "_{}".format('require_signer_certificate_type_metadata'), kwargs.get('require_signer_certificate_type_metadata', None)) 2451 setattr(self, "_{}".format('rsa_verid_account_name'), kwargs.get('rsa_verid_account_name', None)) 2452 setattr(self, "_{}".format('rsa_verid_password'), kwargs.get('rsa_verid_password', None)) 2453 setattr(self, "_{}".format('rsa_verid_ruleset'), kwargs.get('rsa_verid_ruleset', None)) 2454 setattr(self, "_{}".format('rsa_verid_user_id'), kwargs.get('rsa_verid_user_id', None)) 2455 setattr(self, "_{}".format('self_signed_recipient_email_document'), kwargs.get('self_signed_recipient_email_document', None)) 2456 setattr(self, "_{}".format('self_signed_recipient_email_document_metadata'), kwargs.get('self_signed_recipient_email_document_metadata', None)) 2457 setattr(self, "_{}".format('self_signed_recipient_email_document_user_override'), kwargs.get('self_signed_recipient_email_document_user_override', None)) 2458 setattr(self, "_{}".format('self_signed_recipient_email_document_user_override_metadata'), kwargs.get('self_signed_recipient_email_document_user_override_metadata', None)) 2459 setattr(self, "_{}".format('sender_can_sign_in_each_location'), kwargs.get('sender_can_sign_in_each_location', None)) 2460 setattr(self, "_{}".format('sender_can_sign_in_each_location_metadata'), kwargs.get('sender_can_sign_in_each_location_metadata', None)) 2461 setattr(self, "_{}".format('sender_must_authenticate_signing'), kwargs.get('sender_must_authenticate_signing', None)) 2462 setattr(self, "_{}".format('sender_must_authenticate_signing_metadata'), kwargs.get('sender_must_authenticate_signing_metadata', None)) 2463 setattr(self, "_{}".format('sending_tags_font_color'), kwargs.get('sending_tags_font_color', None)) 2464 setattr(self, "_{}".format('sending_tags_font_color_metadata'), kwargs.get('sending_tags_font_color_metadata', None)) 2465 setattr(self, "_{}".format('sending_tags_font_name'), kwargs.get('sending_tags_font_name', None)) 2466 setattr(self, "_{}".format('sending_tags_font_name_metadata'), kwargs.get('sending_tags_font_name_metadata', None)) 2467 setattr(self, "_{}".format('sending_tags_font_size'), kwargs.get('sending_tags_font_size', None)) 2468 setattr(self, "_{}".format('sending_tags_font_size_metadata'), kwargs.get('sending_tags_font_size_metadata', None)) 2469 setattr(self, "_{}".format('send_lockout_recipient_notification'), kwargs.get('send_lockout_recipient_notification', None)) 2470 setattr(self, "_{}".format('send_lockout_recipient_notification_metadata'), kwargs.get('send_lockout_recipient_notification_metadata', None)) 2471 setattr(self, "_{}".format('send_to_certified_delivery_enabled'), kwargs.get('send_to_certified_delivery_enabled', None)) 2472 setattr(self, "_{}".format('send_to_certified_delivery_enabled_metadata'), kwargs.get('send_to_certified_delivery_enabled_metadata', None)) 2473 setattr(self, "_{}".format('session_timeout'), kwargs.get('session_timeout', None)) 2474 setattr(self, "_{}".format('session_timeout_metadata'), kwargs.get('session_timeout_metadata', None)) 2475 setattr(self, "_{}".format('set_recip_email_lang'), kwargs.get('set_recip_email_lang', None)) 2476 setattr(self, "_{}".format('set_recip_email_lang_metadata'), kwargs.get('set_recip_email_lang_metadata', None)) 2477 setattr(self, "_{}".format('set_recip_sign_lang'), kwargs.get('set_recip_sign_lang', None)) 2478 setattr(self, "_{}".format('set_recip_sign_lang_metadata'), kwargs.get('set_recip_sign_lang_metadata', None)) 2479 setattr(self, "_{}".format('shared_template_folders'), kwargs.get('shared_template_folders', None)) 2480 setattr(self, "_{}".format('shared_template_folders_metadata'), kwargs.get('shared_template_folders_metadata', None)) 2481 setattr(self, "_{}".format('show_complete_dialog_in_embedded_session'), kwargs.get('show_complete_dialog_in_embedded_session', None)) 2482 setattr(self, "_{}".format('show_complete_dialog_in_embedded_session_metadata'), kwargs.get('show_complete_dialog_in_embedded_session_metadata', None)) 2483 setattr(self, "_{}".format('show_conditional_routing_on_send'), kwargs.get('show_conditional_routing_on_send', None)) 2484 setattr(self, "_{}".format('show_conditional_routing_on_send_metadata'), kwargs.get('show_conditional_routing_on_send_metadata', None)) 2485 setattr(self, "_{}".format('show_initial_conditional_fields'), kwargs.get('show_initial_conditional_fields', None)) 2486 setattr(self, "_{}".format('show_initial_conditional_fields_metadata'), kwargs.get('show_initial_conditional_fields_metadata', None)) 2487 setattr(self, "_{}".format('show_localized_watermarks'), kwargs.get('show_localized_watermarks', None)) 2488 setattr(self, "_{}".format('show_localized_watermarks_metadata'), kwargs.get('show_localized_watermarks_metadata', None)) 2489 setattr(self, "_{}".format('show_masked_fields_when_downloading_document_as_sender'), kwargs.get('show_masked_fields_when_downloading_document_as_sender', None)) 2490 setattr(self, "_{}".format('show_masked_fields_when_downloading_document_as_sender_metadata'), kwargs.get('show_masked_fields_when_downloading_document_as_sender_metadata', None)) 2491 setattr(self, "_{}".format('show_tutorials'), kwargs.get('show_tutorials', None)) 2492 setattr(self, "_{}".format('show_tutorials_metadata'), kwargs.get('show_tutorials_metadata', None)) 2493 setattr(self, "_{}".format('signature_providers'), kwargs.get('signature_providers', None)) 2494 setattr(self, "_{}".format('signature_providers_metadata'), kwargs.get('signature_providers_metadata', None)) 2495 setattr(self, "_{}".format('sign_date_format'), kwargs.get('sign_date_format', None)) 2496 setattr(self, "_{}".format('sign_date_format_metadata'), kwargs.get('sign_date_format_metadata', None)) 2497 setattr(self, "_{}".format('sign_date_time_account_language_override'), kwargs.get('sign_date_time_account_language_override', None)) 2498 setattr(self, "_{}".format('sign_date_time_account_language_override_metadata'), kwargs.get('sign_date_time_account_language_override_metadata', None)) 2499 setattr(self, "_{}".format('sign_date_time_account_timezone_override'), kwargs.get('sign_date_time_account_timezone_override', None)) 2500 setattr(self, "_{}".format('sign_date_time_account_timezone_override_metadata'), kwargs.get('sign_date_time_account_timezone_override_metadata', None)) 2501 setattr(self, "_{}".format('signer_attach_certificate_to_envelope_pdf'), kwargs.get('signer_attach_certificate_to_envelope_pdf', None)) 2502 setattr(self, "_{}".format('signer_attach_certificate_to_envelope_pdf_metadata'), kwargs.get('signer_attach_certificate_to_envelope_pdf_metadata', None)) 2503 setattr(self, "_{}".format('signer_attach_concat'), kwargs.get('signer_attach_concat', None)) 2504 setattr(self, "_{}".format('signer_attach_concat_metadata'), kwargs.get('signer_attach_concat_metadata', None)) 2505 setattr(self, "_{}".format('signer_can_create_account'), kwargs.get('signer_can_create_account', None)) 2506 setattr(self, "_{}".format('signer_can_create_account_metadata'), kwargs.get('signer_can_create_account_metadata', None)) 2507 setattr(self, "_{}".format('signer_can_sign_on_mobile'), kwargs.get('signer_can_sign_on_mobile', None)) 2508 setattr(self, "_{}".format('signer_can_sign_on_mobile_metadata'), kwargs.get('signer_can_sign_on_mobile_metadata', None)) 2509 setattr(self, "_{}".format('signer_in_session_use_envelope_complete_email'), kwargs.get('signer_in_session_use_envelope_complete_email', None)) 2510 setattr(self, "_{}".format('signer_in_session_use_envelope_complete_email_metadata'), kwargs.get('signer_in_session_use_envelope_complete_email_metadata', None)) 2511 setattr(self, "_{}".format('signer_login_requirements'), kwargs.get('signer_login_requirements', None)) 2512 setattr(self, "_{}".format('signer_login_requirements_metadata'), kwargs.get('signer_login_requirements_metadata', None)) 2513 setattr(self, "_{}".format('signer_must_have_account'), kwargs.get('signer_must_have_account', None)) 2514 setattr(self, "_{}".format('signer_must_have_account_metadata'), kwargs.get('signer_must_have_account_metadata', None)) 2515 setattr(self, "_{}".format('signer_must_login_to_sign'), kwargs.get('signer_must_login_to_sign', None)) 2516 setattr(self, "_{}".format('signer_must_login_to_sign_metadata'), kwargs.get('signer_must_login_to_sign_metadata', None)) 2517 setattr(self, "_{}".format('signer_show_secure_field_initial_values'), kwargs.get('signer_show_secure_field_initial_values', None)) 2518 setattr(self, "_{}".format('signer_show_secure_field_initial_values_metadata'), kwargs.get('signer_show_secure_field_initial_values_metadata', None)) 2519 setattr(self, "_{}".format('signing_session_timeout'), kwargs.get('signing_session_timeout', None)) 2520 setattr(self, "_{}".format('signing_session_timeout_metadata'), kwargs.get('signing_session_timeout_metadata', None)) 2521 setattr(self, "_{}".format('signing_ui_version'), kwargs.get('signing_ui_version', None)) 2522 setattr(self, "_{}".format('signing_ui_version_metadata'), kwargs.get('signing_ui_version_metadata', None)) 2523 setattr(self, "_{}".format('sign_time_format'), kwargs.get('sign_time_format', None)) 2524 setattr(self, "_{}".format('sign_time_format_metadata'), kwargs.get('sign_time_format_metadata', None)) 2525 setattr(self, "_{}".format('sign_time_show_am_pm'), kwargs.get('sign_time_show_am_pm', None)) 2526 setattr(self, "_{}".format('sign_time_show_am_pm_metadata'), kwargs.get('sign_time_show_am_pm_metadata', None)) 2527 setattr(self, "_{}".format('simplified_sending_enabled'), kwargs.get('simplified_sending_enabled', None)) 2528 setattr(self, "_{}".format('simplified_sending_enabled_metadata'), kwargs.get('simplified_sending_enabled_metadata', None)) 2529 setattr(self, "_{}".format('single_sign_on_enabled'), kwargs.get('single_sign_on_enabled', None)) 2530 setattr(self, "_{}".format('single_sign_on_enabled_metadata'), kwargs.get('single_sign_on_enabled_metadata', None)) 2531 setattr(self, "_{}".format('skip_auth_completed_envelopes'), kwargs.get('skip_auth_completed_envelopes', None)) 2532 setattr(self, "_{}".format('skip_auth_completed_envelopes_metadata'), kwargs.get('skip_auth_completed_envelopes_metadata', None)) 2533 setattr(self, "_{}".format('social_id_recip_auth'), kwargs.get('social_id_recip_auth', None)) 2534 setattr(self, "_{}".format('social_id_recip_auth_metadata'), kwargs.get('social_id_recip_auth_metadata', None)) 2535 setattr(self, "_{}".format('specify_document_visibility'), kwargs.get('specify_document_visibility', None)) 2536 setattr(self, "_{}".format('specify_document_visibility_metadata'), kwargs.get('specify_document_visibility_metadata', None)) 2537 setattr(self, "_{}".format('start_in_advanced_correct'), kwargs.get('start_in_advanced_correct', None)) 2538 setattr(self, "_{}".format('start_in_advanced_correct_metadata'), kwargs.get('start_in_advanced_correct_metadata', None)) 2539 setattr(self, "_{}".format('supplemental_documents_must_accept'), kwargs.get('supplemental_documents_must_accept', None)) 2540 setattr(self, "_{}".format('supplemental_documents_must_accept_metadata'), kwargs.get('supplemental_documents_must_accept_metadata', None)) 2541 setattr(self, "_{}".format('supplemental_documents_must_read'), kwargs.get('supplemental_documents_must_read', None)) 2542 setattr(self, "_{}".format('supplemental_documents_must_read_metadata'), kwargs.get('supplemental_documents_must_read_metadata', None)) 2543 setattr(self, "_{}".format('supplemental_documents_must_view'), kwargs.get('supplemental_documents_must_view', None)) 2544 setattr(self, "_{}".format('supplemental_documents_must_view_metadata'), kwargs.get('supplemental_documents_must_view_metadata', None)) 2545 setattr(self, "_{}".format('suppress_certificate_enforcement'), kwargs.get('suppress_certificate_enforcement', None)) 2546 setattr(self, "_{}".format('suppress_certificate_enforcement_metadata'), kwargs.get('suppress_certificate_enforcement_metadata', None)) 2547 setattr(self, "_{}".format('tab_account_settings'), kwargs.get('tab_account_settings', None)) 2548 setattr(self, "_{}".format('timezone_offset_api'), kwargs.get('timezone_offset_api', None)) 2549 setattr(self, "_{}".format('timezone_offset_api_metadata'), kwargs.get('timezone_offset_api_metadata', None)) 2550 setattr(self, "_{}".format('timezone_offset_ui'), kwargs.get('timezone_offset_ui', None)) 2551 setattr(self, "_{}".format('timezone_offset_ui_metadata'), kwargs.get('timezone_offset_ui_metadata', None)) 2552 setattr(self, "_{}".format('universal_signature_opt_in'), kwargs.get('universal_signature_opt_in', None)) 2553 setattr(self, "_{}".format('use_account_level_email'), kwargs.get('use_account_level_email', None)) 2554 setattr(self, "_{}".format('use_account_level_email_metadata'), kwargs.get('use_account_level_email_metadata', None)) 2555 setattr(self, "_{}".format('use_consumer_disclosure'), kwargs.get('use_consumer_disclosure', None)) 2556 setattr(self, "_{}".format('use_consumer_disclosure_metadata'), kwargs.get('use_consumer_disclosure_metadata', None)) 2557 setattr(self, "_{}".format('use_consumer_disclosure_within_account'), kwargs.get('use_consumer_disclosure_within_account', None)) 2558 setattr(self, "_{}".format('use_consumer_disclosure_within_account_metadata'), kwargs.get('use_consumer_disclosure_within_account_metadata', None)) 2559 setattr(self, "_{}".format('use_derived_keys'), kwargs.get('use_derived_keys', None)) 2560 setattr(self, "_{}".format('use_derived_keys_metadata'), kwargs.get('use_derived_keys_metadata', None)) 2561 setattr(self, "_{}".format('use_docu_sign_express_signer_certificate'), kwargs.get('use_docu_sign_express_signer_certificate', None)) 2562 setattr(self, "_{}".format('use_docu_sign_express_signer_certificate_metadata'), kwargs.get('use_docu_sign_express_signer_certificate_metadata', None)) 2563 setattr(self, "_{}".format('use_multi_app_groups_data'), kwargs.get('use_multi_app_groups_data', None)) 2564 setattr(self, "_{}".format('use_multi_app_groups_data_metadata'), kwargs.get('use_multi_app_groups_data_metadata', None)) 2565 setattr(self, "_{}".format('use_new_blob_for_pdf'), kwargs.get('use_new_blob_for_pdf', None)) 2566 setattr(self, "_{}".format('use_new_blob_for_pdf_metadata'), kwargs.get('use_new_blob_for_pdf_metadata', None)) 2567 setattr(self, "_{}".format('use_safe_signer_certificates'), kwargs.get('use_safe_signer_certificates', None)) 2568 setattr(self, "_{}".format('use_safe_signer_certificates_metadata'), kwargs.get('use_safe_signer_certificates_metadata', None)) 2569 setattr(self, "_{}".format('uses_api'), kwargs.get('uses_api', None)) 2570 setattr(self, "_{}".format('uses_api_metadata'), kwargs.get('uses_api_metadata', None)) 2571 setattr(self, "_{}".format('use_signature_provider_platform'), kwargs.get('use_signature_provider_platform', None)) 2572 setattr(self, "_{}".format('use_signature_provider_platform_metadata'), kwargs.get('use_signature_provider_platform_metadata', None)) 2573 setattr(self, "_{}".format('use_smart_contracts_v1'), kwargs.get('use_smart_contracts_v1', None)) 2574 setattr(self, "_{}".format('validations_allowed'), kwargs.get('validations_allowed', None)) 2575 setattr(self, "_{}".format('validations_allowed_metadata'), kwargs.get('validations_allowed_metadata', None)) 2576 setattr(self, "_{}".format('validations_brand'), kwargs.get('validations_brand', None)) 2577 setattr(self, "_{}".format('validations_brand_metadata'), kwargs.get('validations_brand_metadata', None)) 2578 setattr(self, "_{}".format('validations_cadence'), kwargs.get('validations_cadence', None)) 2579 setattr(self, "_{}".format('validations_cadence_metadata'), kwargs.get('validations_cadence_metadata', None)) 2580 setattr(self, "_{}".format('validations_enabled'), kwargs.get('validations_enabled', None)) 2581 setattr(self, "_{}".format('validations_enabled_metadata'), kwargs.get('validations_enabled_metadata', None)) 2582 setattr(self, "_{}".format('validations_report'), kwargs.get('validations_report', None)) 2583 setattr(self, "_{}".format('validations_report_metadata'), kwargs.get('validations_report_metadata', None)) 2584 setattr(self, "_{}".format('water_mark_enabled'), kwargs.get('water_mark_enabled', None)) 2585 setattr(self, "_{}".format('water_mark_enabled_metadata'), kwargs.get('water_mark_enabled_metadata', None)) 2586 setattr(self, "_{}".format('write_reminder_to_envelope_history'), kwargs.get('write_reminder_to_envelope_history', None)) 2587 setattr(self, "_{}".format('write_reminder_to_envelope_history_metadata'), kwargs.get('write_reminder_to_envelope_history_metadata', None)) 2588 setattr(self, "_{}".format('wurfl_min_allowable_screen_size'), kwargs.get('wurfl_min_allowable_screen_size', None)) 2589 setattr(self, "_{}".format('wurfl_min_allowable_screen_size_metadata'), kwargs.get('wurfl_min_allowable_screen_size_metadata', None)) 2590 2591 @property 2592 def access_code_format(self): 2593 """Gets the access_code_format of this AccountSettingsInformation. # noqa: E501 2594 2595 Format of the string provided to a recipient in order to access an envelope. # noqa: E501 2596 2597 :return: The access_code_format of this AccountSettingsInformation. # noqa: E501 2598 :rtype: AccessCodeFormat 2599 """ 2600 return self._access_code_format 2601 2602 @access_code_format.setter 2603 def access_code_format(self, access_code_format): 2604 """Sets the access_code_format of this AccountSettingsInformation. 2605 2606 Format of the string provided to a recipient in order to access an envelope. # noqa: E501 2607 2608 :param access_code_format: The access_code_format of this AccountSettingsInformation. # noqa: E501 2609 :type: AccessCodeFormat 2610 """ 2611 2612 self._access_code_format = access_code_format 2613 2614 @property 2615 def account_date_time_format(self): 2616 """Gets the account_date_time_format of this AccountSettingsInformation. # noqa: E501 2617 2618 # noqa: E501 2619 2620 :return: The account_date_time_format of this AccountSettingsInformation. # noqa: E501 2621 :rtype: str 2622 """ 2623 return self._account_date_time_format 2624 2625 @account_date_time_format.setter 2626 def account_date_time_format(self, account_date_time_format): 2627 """Sets the account_date_time_format of this AccountSettingsInformation. 2628 2629 # noqa: E501 2630 2631 :param account_date_time_format: The account_date_time_format of this AccountSettingsInformation. # noqa: E501 2632 :type: str 2633 """ 2634 2635 self._account_date_time_format = account_date_time_format 2636 2637 @property 2638 def account_date_time_format_metadata(self): 2639 """Gets the account_date_time_format_metadata of this AccountSettingsInformation. # noqa: E501 2640 2641 Metadata that indicates whether the `accountDateTimeFormat` property is editable. # noqa: E501 2642 2643 :return: The account_date_time_format_metadata of this AccountSettingsInformation. # noqa: E501 2644 :rtype: SettingsMetadata 2645 """ 2646 return self._account_date_time_format_metadata 2647 2648 @account_date_time_format_metadata.setter 2649 def account_date_time_format_metadata(self, account_date_time_format_metadata): 2650 """Sets the account_date_time_format_metadata of this AccountSettingsInformation. 2651 2652 Metadata that indicates whether the `accountDateTimeFormat` property is editable. # noqa: E501 2653 2654 :param account_date_time_format_metadata: The account_date_time_format_metadata of this AccountSettingsInformation. # noqa: E501 2655 :type: SettingsMetadata 2656 """ 2657 2658 self._account_date_time_format_metadata = account_date_time_format_metadata 2659 2660 @property 2661 def account_default_language(self): 2662 """Gets the account_default_language of this AccountSettingsInformation. # noqa: E501 2663 2664 # noqa: E501 2665 2666 :return: The account_default_language of this AccountSettingsInformation. # noqa: E501 2667 :rtype: str 2668 """ 2669 return self._account_default_language 2670 2671 @account_default_language.setter 2672 def account_default_language(self, account_default_language): 2673 """Sets the account_default_language of this AccountSettingsInformation. 2674 2675 # noqa: E501 2676 2677 :param account_default_language: The account_default_language of this AccountSettingsInformation. # noqa: E501 2678 :type: str 2679 """ 2680 2681 self._account_default_language = account_default_language 2682 2683 @property 2684 def account_default_language_metadata(self): 2685 """Gets the account_default_language_metadata of this AccountSettingsInformation. # noqa: E501 2686 2687 # noqa: E501 2688 2689 :return: The account_default_language_metadata of this AccountSettingsInformation. # noqa: E501 2690 :rtype: SettingsMetadata 2691 """ 2692 return self._account_default_language_metadata 2693 2694 @account_default_language_metadata.setter 2695 def account_default_language_metadata(self, account_default_language_metadata): 2696 """Sets the account_default_language_metadata of this AccountSettingsInformation. 2697 2698 # noqa: E501 2699 2700 :param account_default_language_metadata: The account_default_language_metadata of this AccountSettingsInformation. # noqa: E501 2701 :type: SettingsMetadata 2702 """ 2703 2704 self._account_default_language_metadata = account_default_language_metadata 2705 2706 @property 2707 def account_name(self): 2708 """Gets the account_name of this AccountSettingsInformation. # noqa: E501 2709 2710 # noqa: E501 2711 2712 :return: The account_name of this AccountSettingsInformation. # noqa: E501 2713 :rtype: str 2714 """ 2715 return self._account_name 2716 2717 @account_name.setter 2718 def account_name(self, account_name): 2719 """Sets the account_name of this AccountSettingsInformation. 2720 2721 # noqa: E501 2722 2723 :param account_name: The account_name of this AccountSettingsInformation. # noqa: E501 2724 :type: str 2725 """ 2726 2727 self._account_name = account_name 2728 2729 @property 2730 def account_name_metadata(self): 2731 """Gets the account_name_metadata of this AccountSettingsInformation. # noqa: E501 2732 2733 Metadata that indicates whether the `accountName` property is editable. # noqa: E501 2734 2735 :return: The account_name_metadata of this AccountSettingsInformation. # noqa: E501 2736 :rtype: SettingsMetadata 2737 """ 2738 return self._account_name_metadata 2739 2740 @account_name_metadata.setter 2741 def account_name_metadata(self, account_name_metadata): 2742 """Sets the account_name_metadata of this AccountSettingsInformation. 2743 2744 Metadata that indicates whether the `accountName` property is editable. # noqa: E501 2745 2746 :param account_name_metadata: The account_name_metadata of this AccountSettingsInformation. # noqa: E501 2747 :type: SettingsMetadata 2748 """ 2749 2750 self._account_name_metadata = account_name_metadata 2751 2752 @property 2753 def account_notification(self): 2754 """Gets the account_notification of this AccountSettingsInformation. # noqa: E501 2755 2756 An object that specifies notifications (expirations and reminders) for the envelope. # noqa: E501 2757 2758 :return: The account_notification of this AccountSettingsInformation. # noqa: E501 2759 :rtype: AccountNotification 2760 """ 2761 return self._account_notification 2762 2763 @account_notification.setter 2764 def account_notification(self, account_notification): 2765 """Sets the account_notification of this AccountSettingsInformation. 2766 2767 An object that specifies notifications (expirations and reminders) for the envelope. # noqa: E501 2768 2769 :param account_notification: The account_notification of this AccountSettingsInformation. # noqa: E501 2770 :type: AccountNotification 2771 """ 2772 2773 self._account_notification = account_notification 2774 2775 @property 2776 def account_ui_settings(self): 2777 """Gets the account_ui_settings of this AccountSettingsInformation. # noqa: E501 2778 2779 An object that defines the settings to use in the UI. # noqa: E501 2780 2781 :return: The account_ui_settings of this AccountSettingsInformation. # noqa: E501 2782 :rtype: AccountUISettings 2783 """ 2784 return self._account_ui_settings 2785 2786 @account_ui_settings.setter 2787 def account_ui_settings(self, account_ui_settings): 2788 """Sets the account_ui_settings of this AccountSettingsInformation. 2789 2790 An object that defines the settings to use in the UI. # noqa: E501 2791 2792 :param account_ui_settings: The account_ui_settings of this AccountSettingsInformation. # noqa: E501 2793 :type: AccountUISettings 2794 """ 2795 2796 self._account_ui_settings = account_ui_settings 2797 2798 @property 2799 def adopt_sig_config(self): 2800 """Gets the adopt_sig_config of this AccountSettingsInformation. # noqa: E501 2801 2802 # noqa: E501 2803 2804 :return: The adopt_sig_config of this AccountSettingsInformation. # noqa: E501 2805 :rtype: str 2806 """ 2807 return self._adopt_sig_config 2808 2809 @adopt_sig_config.setter 2810 def adopt_sig_config(self, adopt_sig_config): 2811 """Sets the adopt_sig_config of this AccountSettingsInformation. 2812 2813 # noqa: E501 2814 2815 :param adopt_sig_config: The adopt_sig_config of this AccountSettingsInformation. # noqa: E501 2816 :type: str 2817 """ 2818 2819 self._adopt_sig_config = adopt_sig_config 2820 2821 @property 2822 def adopt_sig_config_metadata(self): 2823 """Gets the adopt_sig_config_metadata of this AccountSettingsInformation. # noqa: E501 2824 2825 Metadata that indicates whether the `adoptSigConfig` property is editable. # noqa: E501 2826 2827 :return: The adopt_sig_config_metadata of this AccountSettingsInformation. # noqa: E501 2828 :rtype: SettingsMetadata 2829 """ 2830 return self._adopt_sig_config_metadata 2831 2832 @adopt_sig_config_metadata.setter 2833 def adopt_sig_config_metadata(self, adopt_sig_config_metadata): 2834 """Sets the adopt_sig_config_metadata of this AccountSettingsInformation. 2835 2836 Metadata that indicates whether the `adoptSigConfig` property is editable. # noqa: E501 2837 2838 :param adopt_sig_config_metadata: The adopt_sig_config_metadata of this AccountSettingsInformation. # noqa: E501 2839 :type: SettingsMetadata 2840 """ 2841 2842 self._adopt_sig_config_metadata = adopt_sig_config_metadata 2843 2844 @property 2845 def advanced_correct(self): 2846 """Gets the advanced_correct of this AccountSettingsInformation. # noqa: E501 2847 2848 # noqa: E501 2849 2850 :return: The advanced_correct of this AccountSettingsInformation. # noqa: E501 2851 :rtype: str 2852 """ 2853 return self._advanced_correct 2854 2855 @advanced_correct.setter 2856 def advanced_correct(self, advanced_correct): 2857 """Sets the advanced_correct of this AccountSettingsInformation. 2858 2859 # noqa: E501 2860 2861 :param advanced_correct: The advanced_correct of this AccountSettingsInformation. # noqa: E501 2862 :type: str 2863 """ 2864 2865 self._advanced_correct = advanced_correct 2866 2867 @property 2868 def advanced_correct_metadata(self): 2869 """Gets the advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 2870 2871 Metadata that indicates whether the `advancedCorrect` property is editable. # noqa: E501 2872 2873 :return: The advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 2874 :rtype: SettingsMetadata 2875 """ 2876 return self._advanced_correct_metadata 2877 2878 @advanced_correct_metadata.setter 2879 def advanced_correct_metadata(self, advanced_correct_metadata): 2880 """Sets the advanced_correct_metadata of this AccountSettingsInformation. 2881 2882 Metadata that indicates whether the `advancedCorrect` property is editable. # noqa: E501 2883 2884 :param advanced_correct_metadata: The advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 2885 :type: SettingsMetadata 2886 """ 2887 2888 self._advanced_correct_metadata = advanced_correct_metadata 2889 2890 @property 2891 def allow_access_code_format(self): 2892 """Gets the allow_access_code_format of this AccountSettingsInformation. # noqa: E501 2893 2894 # noqa: E501 2895 2896 :return: The allow_access_code_format of this AccountSettingsInformation. # noqa: E501 2897 :rtype: str 2898 """ 2899 return self._allow_access_code_format 2900 2901 @allow_access_code_format.setter 2902 def allow_access_code_format(self, allow_access_code_format): 2903 """Sets the allow_access_code_format of this AccountSettingsInformation. 2904 2905 # noqa: E501 2906 2907 :param allow_access_code_format: The allow_access_code_format of this AccountSettingsInformation. # noqa: E501 2908 :type: str 2909 """ 2910 2911 self._allow_access_code_format = allow_access_code_format 2912 2913 @property 2914 def allow_access_code_format_metadata(self): 2915 """Gets the allow_access_code_format_metadata of this AccountSettingsInformation. # noqa: E501 2916 2917 Metadata that indicates whether the `allowAccessCodeFormat` property is editable. # noqa: E501 2918 2919 :return: The allow_access_code_format_metadata of this AccountSettingsInformation. # noqa: E501 2920 :rtype: SettingsMetadata 2921 """ 2922 return self._allow_access_code_format_metadata 2923 2924 @allow_access_code_format_metadata.setter 2925 def allow_access_code_format_metadata(self, allow_access_code_format_metadata): 2926 """Sets the allow_access_code_format_metadata of this AccountSettingsInformation. 2927 2928 Metadata that indicates whether the `allowAccessCodeFormat` property is editable. # noqa: E501 2929 2930 :param allow_access_code_format_metadata: The allow_access_code_format_metadata of this AccountSettingsInformation. # noqa: E501 2931 :type: SettingsMetadata 2932 """ 2933 2934 self._allow_access_code_format_metadata = allow_access_code_format_metadata 2935 2936 @property 2937 def allow_account_management_granular(self): 2938 """Gets the allow_account_management_granular of this AccountSettingsInformation. # noqa: E501 2939 2940 # noqa: E501 2941 2942 :return: The allow_account_management_granular of this AccountSettingsInformation. # noqa: E501 2943 :rtype: str 2944 """ 2945 return self._allow_account_management_granular 2946 2947 @allow_account_management_granular.setter 2948 def allow_account_management_granular(self, allow_account_management_granular): 2949 """Sets the allow_account_management_granular of this AccountSettingsInformation. 2950 2951 # noqa: E501 2952 2953 :param allow_account_management_granular: The allow_account_management_granular of this AccountSettingsInformation. # noqa: E501 2954 :type: str 2955 """ 2956 2957 self._allow_account_management_granular = allow_account_management_granular 2958 2959 @property 2960 def allow_account_management_granular_metadata(self): 2961 """Gets the allow_account_management_granular_metadata of this AccountSettingsInformation. # noqa: E501 2962 2963 Metadata that indicates whether the `allowAccountManagementGranular` property is editable. # noqa: E501 2964 2965 :return: The allow_account_management_granular_metadata of this AccountSettingsInformation. # noqa: E501 2966 :rtype: SettingsMetadata 2967 """ 2968 return self._allow_account_management_granular_metadata 2969 2970 @allow_account_management_granular_metadata.setter 2971 def allow_account_management_granular_metadata(self, allow_account_management_granular_metadata): 2972 """Sets the allow_account_management_granular_metadata of this AccountSettingsInformation. 2973 2974 Metadata that indicates whether the `allowAccountManagementGranular` property is editable. # noqa: E501 2975 2976 :param allow_account_management_granular_metadata: The allow_account_management_granular_metadata of this AccountSettingsInformation. # noqa: E501 2977 :type: SettingsMetadata 2978 """ 2979 2980 self._allow_account_management_granular_metadata = allow_account_management_granular_metadata 2981 2982 @property 2983 def allow_account_member_name_change(self): 2984 """Gets the allow_account_member_name_change of this AccountSettingsInformation. # noqa: E501 2985 2986 # noqa: E501 2987 2988 :return: The allow_account_member_name_change of this AccountSettingsInformation. # noqa: E501 2989 :rtype: str 2990 """ 2991 return self._allow_account_member_name_change 2992 2993 @allow_account_member_name_change.setter 2994 def allow_account_member_name_change(self, allow_account_member_name_change): 2995 """Sets the allow_account_member_name_change of this AccountSettingsInformation. 2996 2997 # noqa: E501 2998 2999 :param allow_account_member_name_change: The allow_account_member_name_change of this AccountSettingsInformation. # noqa: E501 3000 :type: str 3001 """ 3002 3003 self._allow_account_member_name_change = allow_account_member_name_change 3004 3005 @property 3006 def allow_account_member_name_change_metadata(self): 3007 """Gets the allow_account_member_name_change_metadata of this AccountSettingsInformation. # noqa: E501 3008 3009 Metadata that indicates whether the `allowAccountMemberNameChange` property is editable. # noqa: E501 3010 3011 :return: The allow_account_member_name_change_metadata of this AccountSettingsInformation. # noqa: E501 3012 :rtype: SettingsMetadata 3013 """ 3014 return self._allow_account_member_name_change_metadata 3015 3016 @allow_account_member_name_change_metadata.setter 3017 def allow_account_member_name_change_metadata(self, allow_account_member_name_change_metadata): 3018 """Sets the allow_account_member_name_change_metadata of this AccountSettingsInformation. 3019 3020 Metadata that indicates whether the `allowAccountMemberNameChange` property is editable. # noqa: E501 3021 3022 :param allow_account_member_name_change_metadata: The allow_account_member_name_change_metadata of this AccountSettingsInformation. # noqa: E501 3023 :type: SettingsMetadata 3024 """ 3025 3026 self._allow_account_member_name_change_metadata = allow_account_member_name_change_metadata 3027 3028 @property 3029 def allow_advanced_recipient_routing_conditional(self): 3030 """Gets the allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. # noqa: E501 3031 3032 # noqa: E501 3033 3034 :return: The allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. # noqa: E501 3035 :rtype: str 3036 """ 3037 return self._allow_advanced_recipient_routing_conditional 3038 3039 @allow_advanced_recipient_routing_conditional.setter 3040 def allow_advanced_recipient_routing_conditional(self, allow_advanced_recipient_routing_conditional): 3041 """Sets the allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. 3042 3043 # noqa: E501 3044 3045 :param allow_advanced_recipient_routing_conditional: The allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. # noqa: E501 3046 :type: str 3047 """ 3048 3049 self._allow_advanced_recipient_routing_conditional = allow_advanced_recipient_routing_conditional 3050 3051 @property 3052 def allow_advanced_recipient_routing_conditional_metadata(self): 3053 """Gets the allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. # noqa: E501 3054 3055 Metadata that indicates whether the ` allowAdvancedRecipientRoutingConditional` property is editable. # noqa: E501 3056 3057 :return: The allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. # noqa: E501 3058 :rtype: SettingsMetadata 3059 """ 3060 return self._allow_advanced_recipient_routing_conditional_metadata 3061 3062 @allow_advanced_recipient_routing_conditional_metadata.setter 3063 def allow_advanced_recipient_routing_conditional_metadata(self, allow_advanced_recipient_routing_conditional_metadata): 3064 """Sets the allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. 3065 3066 Metadata that indicates whether the ` allowAdvancedRecipientRoutingConditional` property is editable. # noqa: E501 3067 3068 :param allow_advanced_recipient_routing_conditional_metadata: The allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. # noqa: E501 3069 :type: SettingsMetadata 3070 """ 3071 3072 self._allow_advanced_recipient_routing_conditional_metadata = allow_advanced_recipient_routing_conditional_metadata 3073 3074 @property 3075 def allow_agent_name_email_edit(self): 3076 """Gets the allow_agent_name_email_edit of this AccountSettingsInformation. # noqa: E501 3077 3078 # noqa: E501 3079 3080 :return: The allow_agent_name_email_edit of this AccountSettingsInformation. # noqa: E501 3081 :rtype: str 3082 """ 3083 return self._allow_agent_name_email_edit 3084 3085 @allow_agent_name_email_edit.setter 3086 def allow_agent_name_email_edit(self, allow_agent_name_email_edit): 3087 """Sets the allow_agent_name_email_edit of this AccountSettingsInformation. 3088 3089 # noqa: E501 3090 3091 :param allow_agent_name_email_edit: The allow_agent_name_email_edit of this AccountSettingsInformation. # noqa: E501 3092 :type: str 3093 """ 3094 3095 self._allow_agent_name_email_edit = allow_agent_name_email_edit 3096 3097 @property 3098 def allow_agent_name_email_edit_metadata(self): 3099 """Gets the allow_agent_name_email_edit_metadata of this AccountSettingsInformation. # noqa: E501 3100 3101 Metadata that indicates whether the `allowAgentNameEmailEdit` property is editable. # noqa: E501 3102 3103 :return: The allow_agent_name_email_edit_metadata of this AccountSettingsInformation. # noqa: E501 3104 :rtype: SettingsMetadata 3105 """ 3106 return self._allow_agent_name_email_edit_metadata 3107 3108 @allow_agent_name_email_edit_metadata.setter 3109 def allow_agent_name_email_edit_metadata(self, allow_agent_name_email_edit_metadata): 3110 """Sets the allow_agent_name_email_edit_metadata of this AccountSettingsInformation. 3111 3112 Metadata that indicates whether the `allowAgentNameEmailEdit` property is editable. # noqa: E501 3113 3114 :param allow_agent_name_email_edit_metadata: The allow_agent_name_email_edit_metadata of this AccountSettingsInformation. # noqa: E501 3115 :type: SettingsMetadata 3116 """ 3117 3118 self._allow_agent_name_email_edit_metadata = allow_agent_name_email_edit_metadata 3119 3120 @property 3121 def allow_agreement_actions(self): 3122 """Gets the allow_agreement_actions of this AccountSettingsInformation. # noqa: E501 3123 3124 # noqa: E501 3125 3126 :return: The allow_agreement_actions of this AccountSettingsInformation. # noqa: E501 3127 :rtype: str 3128 """ 3129 return self._allow_agreement_actions 3130 3131 @allow_agreement_actions.setter 3132 def allow_agreement_actions(self, allow_agreement_actions): 3133 """Sets the allow_agreement_actions of this AccountSettingsInformation. 3134 3135 # noqa: E501 3136 3137 :param allow_agreement_actions: The allow_agreement_actions of this AccountSettingsInformation. # noqa: E501 3138 :type: str 3139 """ 3140 3141 self._allow_agreement_actions = allow_agreement_actions 3142 3143 @property 3144 def allow_agreement_actions_metadata(self): 3145 """Gets the allow_agreement_actions_metadata of this AccountSettingsInformation. # noqa: E501 3146 3147 Metadata about the `allowAgreementActions` property. # noqa: E501 3148 3149 :return: The allow_agreement_actions_metadata of this AccountSettingsInformation. # noqa: E501 3150 :rtype: SettingsMetadata 3151 """ 3152 return self._allow_agreement_actions_metadata 3153 3154 @allow_agreement_actions_metadata.setter 3155 def allow_agreement_actions_metadata(self, allow_agreement_actions_metadata): 3156 """Sets the allow_agreement_actions_metadata of this AccountSettingsInformation. 3157 3158 Metadata about the `allowAgreementActions` property. # noqa: E501 3159 3160 :param allow_agreement_actions_metadata: The allow_agreement_actions_metadata of this AccountSettingsInformation. # noqa: E501 3161 :type: SettingsMetadata 3162 """ 3163 3164 self._allow_agreement_actions_metadata = allow_agreement_actions_metadata 3165 3166 @property 3167 def allow_agreement_orchestration_workflows(self): 3168 """Gets the allow_agreement_orchestration_workflows of this AccountSettingsInformation. # noqa: E501 3169 3170 # noqa: E501 3171 3172 :return: The allow_agreement_orchestration_workflows of this AccountSettingsInformation. # noqa: E501 3173 :rtype: str 3174 """ 3175 return self._allow_agreement_orchestration_workflows 3176 3177 @allow_agreement_orchestration_workflows.setter 3178 def allow_agreement_orchestration_workflows(self, allow_agreement_orchestration_workflows): 3179 """Sets the allow_agreement_orchestration_workflows of this AccountSettingsInformation. 3180 3181 # noqa: E501 3182 3183 :param allow_agreement_orchestration_workflows: The allow_agreement_orchestration_workflows of this AccountSettingsInformation. # noqa: E501 3184 :type: str 3185 """ 3186 3187 self._allow_agreement_orchestration_workflows = allow_agreement_orchestration_workflows 3188 3189 @property 3190 def allow_agreement_orchestration_workflows_metadata(self): 3191 """Gets the allow_agreement_orchestration_workflows_metadata of this AccountSettingsInformation. # noqa: E501 3192 3193 3194 :return: The allow_agreement_orchestration_workflows_metadata of this AccountSettingsInformation. # noqa: E501 3195 :rtype: SettingsMetadata 3196 """ 3197 return self._allow_agreement_orchestration_workflows_metadata 3198 3199 @allow_agreement_orchestration_workflows_metadata.setter 3200 def allow_agreement_orchestration_workflows_metadata(self, allow_agreement_orchestration_workflows_metadata): 3201 """Sets the allow_agreement_orchestration_workflows_metadata of this AccountSettingsInformation. 3202 3203 3204 :param allow_agreement_orchestration_workflows_metadata: The allow_agreement_orchestration_workflows_metadata of this AccountSettingsInformation. # noqa: E501 3205 :type: SettingsMetadata 3206 """ 3207 3208 self._allow_agreement_orchestration_workflows_metadata = allow_agreement_orchestration_workflows_metadata 3209 3210 @property 3211 def allow_auto_nav_settings(self): 3212 """Gets the allow_auto_nav_settings of this AccountSettingsInformation. # noqa: E501 3213 3214 # noqa: E501 3215 3216 :return: The allow_auto_nav_settings of this AccountSettingsInformation. # noqa: E501 3217 :rtype: str 3218 """ 3219 return self._allow_auto_nav_settings 3220 3221 @allow_auto_nav_settings.setter 3222 def allow_auto_nav_settings(self, allow_auto_nav_settings): 3223 """Sets the allow_auto_nav_settings of this AccountSettingsInformation. 3224 3225 # noqa: E501 3226 3227 :param allow_auto_nav_settings: The allow_auto_nav_settings of this AccountSettingsInformation. # noqa: E501 3228 :type: str 3229 """ 3230 3231 self._allow_auto_nav_settings = allow_auto_nav_settings 3232 3233 @property 3234 def allow_auto_nav_settings_metadata(self): 3235 """Gets the allow_auto_nav_settings_metadata of this AccountSettingsInformation. # noqa: E501 3236 3237 Metadata that indicates whether the `allowAutoNavSettings` property is editable. # noqa: E501 3238 3239 :return: The allow_auto_nav_settings_metadata of this AccountSettingsInformation. # noqa: E501 3240 :rtype: SettingsMetadata 3241 """ 3242 return self._allow_auto_nav_settings_metadata 3243 3244 @allow_auto_nav_settings_metadata.setter 3245 def allow_auto_nav_settings_metadata(self, allow_auto_nav_settings_metadata): 3246 """Sets the allow_auto_nav_settings_metadata of this AccountSettingsInformation. 3247 3248 Metadata that indicates whether the `allowAutoNavSettings` property is editable. # noqa: E501 3249 3250 :param allow_auto_nav_settings_metadata: The allow_auto_nav_settings_metadata of this AccountSettingsInformation. # noqa: E501 3251 :type: SettingsMetadata 3252 """ 3253 3254 self._allow_auto_nav_settings_metadata = allow_auto_nav_settings_metadata 3255 3256 @property 3257 def allow_auto_tagging(self): 3258 """Gets the allow_auto_tagging of this AccountSettingsInformation. # noqa: E501 3259 3260 # noqa: E501 3261 3262 :return: The allow_auto_tagging of this AccountSettingsInformation. # noqa: E501 3263 :rtype: str 3264 """ 3265 return self._allow_auto_tagging 3266 3267 @allow_auto_tagging.setter 3268 def allow_auto_tagging(self, allow_auto_tagging): 3269 """Sets the allow_auto_tagging of this AccountSettingsInformation. 3270 3271 # noqa: E501 3272 3273 :param allow_auto_tagging: The allow_auto_tagging of this AccountSettingsInformation. # noqa: E501 3274 :type: str 3275 """ 3276 3277 self._allow_auto_tagging = allow_auto_tagging 3278 3279 @property 3280 def allow_auto_tagging_metadata(self): 3281 """Gets the allow_auto_tagging_metadata of this AccountSettingsInformation. # noqa: E501 3282 3283 Metadata that indicates whether the `allowAutoTagging` property is editable. # noqa: E501 3284 3285 :return: The allow_auto_tagging_metadata of this AccountSettingsInformation. # noqa: E501 3286 :rtype: SettingsMetadata 3287 """ 3288 return self._allow_auto_tagging_metadata 3289 3290 @allow_auto_tagging_metadata.setter 3291 def allow_auto_tagging_metadata(self, allow_auto_tagging_metadata): 3292 """Sets the allow_auto_tagging_metadata of this AccountSettingsInformation. 3293 3294 Metadata that indicates whether the `allowAutoTagging` property is editable. # noqa: E501 3295 3296 :param allow_auto_tagging_metadata: The allow_auto_tagging_metadata of this AccountSettingsInformation. # noqa: E501 3297 :type: SettingsMetadata 3298 """ 3299 3300 self._allow_auto_tagging_metadata = allow_auto_tagging_metadata 3301 3302 @property 3303 def allow_bulk_send(self): 3304 """Gets the allow_bulk_send of this AccountSettingsInformation. # noqa: E501 3305 3306 # noqa: E501 3307 3308 :return: The allow_bulk_send of this AccountSettingsInformation. # noqa: E501 3309 :rtype: str 3310 """ 3311 return self._allow_bulk_send 3312 3313 @allow_bulk_send.setter 3314 def allow_bulk_send(self, allow_bulk_send): 3315 """Sets the allow_bulk_send of this AccountSettingsInformation. 3316 3317 # noqa: E501 3318 3319 :param allow_bulk_send: The allow_bulk_send of this AccountSettingsInformation. # noqa: E501 3320 :type: str 3321 """ 3322 3323 self._allow_bulk_send = allow_bulk_send 3324 3325 @property 3326 def allow_bulk_send_metadata(self): 3327 """Gets the allow_bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 3328 3329 Metadata that indicates whether the `allowBulkSend` property is editable. # noqa: E501 3330 3331 :return: The allow_bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 3332 :rtype: SettingsMetadata 3333 """ 3334 return self._allow_bulk_send_metadata 3335 3336 @allow_bulk_send_metadata.setter 3337 def allow_bulk_send_metadata(self, allow_bulk_send_metadata): 3338 """Sets the allow_bulk_send_metadata of this AccountSettingsInformation. 3339 3340 Metadata that indicates whether the `allowBulkSend` property is editable. # noqa: E501 3341 3342 :param allow_bulk_send_metadata: The allow_bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 3343 :type: SettingsMetadata 3344 """ 3345 3346 self._allow_bulk_send_metadata = allow_bulk_send_metadata 3347 3348 @property 3349 def allow_cd_withdraw(self): 3350 """Gets the allow_cd_withdraw of this AccountSettingsInformation. # noqa: E501 3351 3352 # noqa: E501 3353 3354 :return: The allow_cd_withdraw of this AccountSettingsInformation. # noqa: E501 3355 :rtype: str 3356 """ 3357 return self._allow_cd_withdraw 3358 3359 @allow_cd_withdraw.setter 3360 def allow_cd_withdraw(self, allow_cd_withdraw): 3361 """Sets the allow_cd_withdraw of this AccountSettingsInformation. 3362 3363 # noqa: E501 3364 3365 :param allow_cd_withdraw: The allow_cd_withdraw of this AccountSettingsInformation. # noqa: E501 3366 :type: str 3367 """ 3368 3369 self._allow_cd_withdraw = allow_cd_withdraw 3370 3371 @property 3372 def allow_cd_withdraw_metadata(self): 3373 """Gets the allow_cd_withdraw_metadata of this AccountSettingsInformation. # noqa: E501 3374 3375 Metadata that indicates whether the `allowCDWithdraw` property is editable. # noqa: E501 3376 3377 :return: The allow_cd_withdraw_metadata of this AccountSettingsInformation. # noqa: E501 3378 :rtype: SettingsMetadata 3379 """ 3380 return self._allow_cd_withdraw_metadata 3381 3382 @allow_cd_withdraw_metadata.setter 3383 def allow_cd_withdraw_metadata(self, allow_cd_withdraw_metadata): 3384 """Sets the allow_cd_withdraw_metadata of this AccountSettingsInformation. 3385 3386 Metadata that indicates whether the `allowCDWithdraw` property is editable. # noqa: E501 3387 3388 :param allow_cd_withdraw_metadata: The allow_cd_withdraw_metadata of this AccountSettingsInformation. # noqa: E501 3389 :type: SettingsMetadata 3390 """ 3391 3392 self._allow_cd_withdraw_metadata = allow_cd_withdraw_metadata 3393 3394 @property 3395 def allow_connect_http_listener_configs(self): 3396 """Gets the allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501 3397 3398 # noqa: E501 3399 3400 :return: The allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501 3401 :rtype: str 3402 """ 3403 return self._allow_connect_http_listener_configs 3404 3405 @allow_connect_http_listener_configs.setter 3406 def allow_connect_http_listener_configs(self, allow_connect_http_listener_configs): 3407 """Sets the allow_connect_http_listener_configs of this AccountSettingsInformation. 3408 3409 # noqa: E501 3410 3411 :param allow_connect_http_listener_configs: The allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501 3412 :type: str 3413 """ 3414 3415 self._allow_connect_http_listener_configs = allow_connect_http_listener_configs 3416 3417 @property 3418 def allow_connect_o_auth_ui(self): 3419 """Gets the allow_connect_o_auth_ui of this AccountSettingsInformation. # noqa: E501 3420 3421 # noqa: E501 3422 3423 :return: The allow_connect_o_auth_ui of this AccountSettingsInformation. # noqa: E501 3424 :rtype: str 3425 """ 3426 return self._allow_connect_o_auth_ui 3427 3428 @allow_connect_o_auth_ui.setter 3429 def allow_connect_o_auth_ui(self, allow_connect_o_auth_ui): 3430 """Sets the allow_connect_o_auth_ui of this AccountSettingsInformation. 3431 3432 # noqa: E501 3433 3434 :param allow_connect_o_auth_ui: The allow_connect_o_auth_ui of this AccountSettingsInformation. # noqa: E501 3435 :type: str 3436 """ 3437 3438 self._allow_connect_o_auth_ui = allow_connect_o_auth_ui 3439 3440 @property 3441 def allow_connect_send_finish_later(self): 3442 """Gets the allow_connect_send_finish_later of this AccountSettingsInformation. # noqa: E501 3443 3444 # noqa: E501 3445 3446 :return: The allow_connect_send_finish_later of this AccountSettingsInformation. # noqa: E501 3447 :rtype: str 3448 """ 3449 return self._allow_connect_send_finish_later 3450 3451 @allow_connect_send_finish_later.setter 3452 def allow_connect_send_finish_later(self, allow_connect_send_finish_later): 3453 """Sets the allow_connect_send_finish_later of this AccountSettingsInformation. 3454 3455 # noqa: E501 3456 3457 :param allow_connect_send_finish_later: The allow_connect_send_finish_later of this AccountSettingsInformation. # noqa: E501 3458 :type: str 3459 """ 3460 3461 self._allow_connect_send_finish_later = allow_connect_send_finish_later 3462 3463 @property 3464 def allow_connect_send_finish_later_metadata(self): 3465 """Gets the allow_connect_send_finish_later_metadata of this AccountSettingsInformation. # noqa: E501 3466 3467 Metadata that indicates whether the `allowConnectSendFinishLater` property is editable. # noqa: E501 3468 3469 :return: The allow_connect_send_finish_later_metadata of this AccountSettingsInformation. # noqa: E501 3470 :rtype: SettingsMetadata 3471 """ 3472 return self._allow_connect_send_finish_later_metadata 3473 3474 @allow_connect_send_finish_later_metadata.setter 3475 def allow_connect_send_finish_later_metadata(self, allow_connect_send_finish_later_metadata): 3476 """Sets the allow_connect_send_finish_later_metadata of this AccountSettingsInformation. 3477 3478 Metadata that indicates whether the `allowConnectSendFinishLater` property is editable. # noqa: E501 3479 3480 :param allow_connect_send_finish_later_metadata: The allow_connect_send_finish_later_metadata of this AccountSettingsInformation. # noqa: E501 3481 :type: SettingsMetadata 3482 """ 3483 3484 self._allow_connect_send_finish_later_metadata = allow_connect_send_finish_later_metadata 3485 3486 @property 3487 def allow_connect_unified_payload_ui(self): 3488 """Gets the allow_connect_unified_payload_ui of this AccountSettingsInformation. # noqa: E501 3489 3490 # noqa: E501 3491 3492 :return: The allow_connect_unified_payload_ui of this AccountSettingsInformation. # noqa: E501 3493 :rtype: str 3494 """ 3495 return self._allow_connect_unified_payload_ui 3496 3497 @allow_connect_unified_payload_ui.setter 3498 def allow_connect_unified_payload_ui(self, allow_connect_unified_payload_ui): 3499 """Sets the allow_connect_unified_payload_ui of this AccountSettingsInformation. 3500 3501 # noqa: E501 3502 3503 :param allow_connect_unified_payload_ui: The allow_connect_unified_payload_ui of this AccountSettingsInformation. # noqa: E501 3504 :type: str 3505 """ 3506 3507 self._allow_connect_unified_payload_ui = allow_connect_unified_payload_ui 3508 3509 @property 3510 def allow_consumer_disclosure_override(self): 3511 """Gets the allow_consumer_disclosure_override of this AccountSettingsInformation. # noqa: E501 3512 3513 # noqa: E501 3514 3515 :return: The allow_consumer_disclosure_override of this AccountSettingsInformation. # noqa: E501 3516 :rtype: str 3517 """ 3518 return self._allow_consumer_disclosure_override 3519 3520 @allow_consumer_disclosure_override.setter 3521 def allow_consumer_disclosure_override(self, allow_consumer_disclosure_override): 3522 """Sets the allow_consumer_disclosure_override of this AccountSettingsInformation. 3523 3524 # noqa: E501 3525 3526 :param allow_consumer_disclosure_override: The allow_consumer_disclosure_override of this AccountSettingsInformation. # noqa: E501 3527 :type: str 3528 """ 3529 3530 self._allow_consumer_disclosure_override = allow_consumer_disclosure_override 3531 3532 @property 3533 def allow_consumer_disclosure_override_metadata(self): 3534 """Gets the allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. # noqa: E501 3535 3536 Metadata that indicates whether the `allowConsumerDisclosureOverride` property is editable. # noqa: E501 3537 3538 :return: The allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. # noqa: E501 3539 :rtype: SettingsMetadata 3540 """ 3541 return self._allow_consumer_disclosure_override_metadata 3542 3543 @allow_consumer_disclosure_override_metadata.setter 3544 def allow_consumer_disclosure_override_metadata(self, allow_consumer_disclosure_override_metadata): 3545 """Sets the allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. 3546 3547 Metadata that indicates whether the `allowConsumerDisclosureOverride` property is editable. # noqa: E501 3548 3549 :param allow_consumer_disclosure_override_metadata: The allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. # noqa: E501 3550 :type: SettingsMetadata 3551 """ 3552 3553 self._allow_consumer_disclosure_override_metadata = allow_consumer_disclosure_override_metadata 3554 3555 @property 3556 def allow_data_download(self): 3557 """Gets the allow_data_download of this AccountSettingsInformation. # noqa: E501 3558 3559 # noqa: E501 3560 3561 :return: The allow_data_download of this AccountSettingsInformation. # noqa: E501 3562 :rtype: str 3563 """ 3564 return self._allow_data_download 3565 3566 @allow_data_download.setter 3567 def allow_data_download(self, allow_data_download): 3568 """Sets the allow_data_download of this AccountSettingsInformation. 3569 3570 # noqa: E501 3571 3572 :param allow_data_download: The allow_data_download of this AccountSettingsInformation. # noqa: E501 3573 :type: str 3574 """ 3575 3576 self._allow_data_download = allow_data_download 3577 3578 @property 3579 def allow_data_download_metadata(self): 3580 """Gets the allow_data_download_metadata of this AccountSettingsInformation. # noqa: E501 3581 3582 Metadata that indicates whether the `allowDataDownload` property is editable. # noqa: E501 3583 3584 :return: The allow_data_download_metadata of this AccountSettingsInformation. # noqa: E501 3585 :rtype: SettingsMetadata 3586 """ 3587 return self._allow_data_download_metadata 3588 3589 @allow_data_download_metadata.setter 3590 def allow_data_download_metadata(self, allow_data_download_metadata): 3591 """Sets the allow_data_download_metadata of this AccountSettingsInformation. 3592 3593 Metadata that indicates whether the `allowDataDownload` property is editable. # noqa: E501 3594 3595 :param allow_data_download_metadata: The allow_data_download_metadata of this AccountSettingsInformation. # noqa: E501 3596 :type: SettingsMetadata 3597 """ 3598 3599 self._allow_data_download_metadata = allow_data_download_metadata 3600 3601 @property 3602 def allow_delayed_routing(self): 3603 """Gets the allow_delayed_routing of this AccountSettingsInformation. # noqa: E501 3604 3605 \"true\" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, \"false\" otherwise. # noqa: E501 3606 3607 :return: The allow_delayed_routing of this AccountSettingsInformation. # noqa: E501 3608 :rtype: str 3609 """ 3610 return self._allow_delayed_routing 3611 3612 @allow_delayed_routing.setter 3613 def allow_delayed_routing(self, allow_delayed_routing): 3614 """Sets the allow_delayed_routing of this AccountSettingsInformation. 3615 3616 \"true\" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, \"false\" otherwise. # noqa: E501 3617 3618 :param allow_delayed_routing: The allow_delayed_routing of this AccountSettingsInformation. # noqa: E501 3619 :type: str 3620 """ 3621 3622 self._allow_delayed_routing = allow_delayed_routing 3623 3624 @property 3625 def allow_delayed_routing_metadata(self): 3626 """Gets the allow_delayed_routing_metadata of this AccountSettingsInformation. # noqa: E501 3627 3628 # noqa: E501 3629 3630 :return: The allow_delayed_routing_metadata of this AccountSettingsInformation. # noqa: E501 3631 :rtype: SettingsMetadata 3632 """ 3633 return self._allow_delayed_routing_metadata 3634 3635 @allow_delayed_routing_metadata.setter 3636 def allow_delayed_routing_metadata(self, allow_delayed_routing_metadata): 3637 """Sets the allow_delayed_routing_metadata of this AccountSettingsInformation. 3638 3639 # noqa: E501 3640 3641 :param allow_delayed_routing_metadata: The allow_delayed_routing_metadata of this AccountSettingsInformation. # noqa: E501 3642 :type: SettingsMetadata 3643 """ 3644 3645 self._allow_delayed_routing_metadata = allow_delayed_routing_metadata 3646 3647 @property 3648 def allow_delegated_signing(self): 3649 """Gets the allow_delegated_signing of this AccountSettingsInformation. # noqa: E501 3650 3651 # noqa: E501 3652 3653 :return: The allow_delegated_signing of this AccountSettingsInformation. # noqa: E501 3654 :rtype: str 3655 """ 3656 return self._allow_delegated_signing 3657 3658 @allow_delegated_signing.setter 3659 def allow_delegated_signing(self, allow_delegated_signing): 3660 """Sets the allow_delegated_signing of this AccountSettingsInformation. 3661 3662 # noqa: E501 3663 3664 :param allow_delegated_signing: The allow_delegated_signing of this AccountSettingsInformation. # noqa: E501 3665 :type: str 3666 """ 3667 3668 self._allow_delegated_signing = allow_delegated_signing 3669 3670 @property 3671 def allow_delegated_signing_metadata(self): 3672 """Gets the allow_delegated_signing_metadata of this AccountSettingsInformation. # noqa: E501 3673 3674 # noqa: E501 3675 3676 :return: The allow_delegated_signing_metadata of this AccountSettingsInformation. # noqa: E501 3677 :rtype: SettingsMetadata 3678 """ 3679 return self._allow_delegated_signing_metadata 3680 3681 @allow_delegated_signing_metadata.setter 3682 def allow_delegated_signing_metadata(self, allow_delegated_signing_metadata): 3683 """Sets the allow_delegated_signing_metadata of this AccountSettingsInformation. 3684 3685 # noqa: E501 3686 3687 :param allow_delegated_signing_metadata: The allow_delegated_signing_metadata of this AccountSettingsInformation. # noqa: E501 3688 :type: SettingsMetadata 3689 """ 3690 3691 self._allow_delegated_signing_metadata = allow_delegated_signing_metadata 3692 3693 @property 3694 def allow_doc_gen_documents(self): 3695 """Gets the allow_doc_gen_documents of this AccountSettingsInformation. # noqa: E501 3696 3697 # noqa: E501 3698 3699 :return: The allow_doc_gen_documents of this AccountSettingsInformation. # noqa: E501 3700 :rtype: str 3701 """ 3702 return self._allow_doc_gen_documents 3703 3704 @allow_doc_gen_documents.setter 3705 def allow_doc_gen_documents(self, allow_doc_gen_documents): 3706 """Sets the allow_doc_gen_documents of this AccountSettingsInformation. 3707 3708 # noqa: E501 3709 3710 :param allow_doc_gen_documents: The allow_doc_gen_documents of this AccountSettingsInformation. # noqa: E501 3711 :type: str 3712 """ 3713 3714 self._allow_doc_gen_documents = allow_doc_gen_documents 3715 3716 @property 3717 def allow_doc_gen_documents_metadata(self): 3718 """Gets the allow_doc_gen_documents_metadata of this AccountSettingsInformation. # noqa: E501 3719 3720 3721 :return: The allow_doc_gen_documents_metadata of this AccountSettingsInformation. # noqa: E501 3722 :rtype: SettingsMetadata 3723 """ 3724 return self._allow_doc_gen_documents_metadata 3725 3726 @allow_doc_gen_documents_metadata.setter 3727 def allow_doc_gen_documents_metadata(self, allow_doc_gen_documents_metadata): 3728 """Sets the allow_doc_gen_documents_metadata of this AccountSettingsInformation. 3729 3730 3731 :param allow_doc_gen_documents_metadata: The allow_doc_gen_documents_metadata of this AccountSettingsInformation. # noqa: E501 3732 :type: SettingsMetadata 3733 """ 3734 3735 self._allow_doc_gen_documents_metadata = allow_doc_gen_documents_metadata 3736 3737 @property 3738 def allow_document_disclosures(self): 3739 """Gets the allow_document_disclosures of this AccountSettingsInformation. # noqa: E501 3740 3741 # noqa: E501 3742 3743 :return: The allow_document_disclosures of this AccountSettingsInformation. # noqa: E501 3744 :rtype: str 3745 """ 3746 return self._allow_document_disclosures 3747 3748 @allow_document_disclosures.setter 3749 def allow_document_disclosures(self, allow_document_disclosures): 3750 """Sets the allow_document_disclosures of this AccountSettingsInformation. 3751 3752 # noqa: E501 3753 3754 :param allow_document_disclosures: The allow_document_disclosures of this AccountSettingsInformation. # noqa: E501 3755 :type: str 3756 """ 3757 3758 self._allow_document_disclosures = allow_document_disclosures 3759 3760 @property 3761 def allow_document_disclosures_metadata(self): 3762 """Gets the allow_document_disclosures_metadata of this AccountSettingsInformation. # noqa: E501 3763 3764 Metadata that indicates whether the `allowDocumentDisclosures` property is editable. # noqa: E501 3765 3766 :return: The allow_document_disclosures_metadata of this AccountSettingsInformation. # noqa: E501 3767 :rtype: SettingsMetadata 3768 """ 3769 return self._allow_document_disclosures_metadata 3770 3771 @allow_document_disclosures_metadata.setter 3772 def allow_document_disclosures_metadata(self, allow_document_disclosures_metadata): 3773 """Sets the allow_document_disclosures_metadata of this AccountSettingsInformation. 3774 3775 Metadata that indicates whether the `allowDocumentDisclosures` property is editable. # noqa: E501 3776 3777 :param allow_document_disclosures_metadata: The allow_document_disclosures_metadata of this AccountSettingsInformation. # noqa: E501 3778 :type: SettingsMetadata 3779 """ 3780 3781 self._allow_document_disclosures_metadata = allow_document_disclosures_metadata 3782 3783 @property 3784 def allow_documents_on_signed_envelopes(self): 3785 """Gets the allow_documents_on_signed_envelopes of this AccountSettingsInformation. # noqa: E501 3786 3787 # noqa: E501 3788 3789 :return: The allow_documents_on_signed_envelopes of this AccountSettingsInformation. # noqa: E501 3790 :rtype: str 3791 """ 3792 return self._allow_documents_on_signed_envelopes 3793 3794 @allow_documents_on_signed_envelopes.setter 3795 def allow_documents_on_signed_envelopes(self, allow_documents_on_signed_envelopes): 3796 """Sets the allow_documents_on_signed_envelopes of this AccountSettingsInformation. 3797 3798 # noqa: E501 3799 3800 :param allow_documents_on_signed_envelopes: The allow_documents_on_signed_envelopes of this AccountSettingsInformation. # noqa: E501 3801 :type: str 3802 """ 3803 3804 self._allow_documents_on_signed_envelopes = allow_documents_on_signed_envelopes 3805 3806 @property 3807 def allow_documents_on_signed_envelopes_metadata(self): 3808 """Gets the allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 3809 3810 Metadata that indicates whether the `allowDocumentsOnSignedEnvelopes` property is editable. # noqa: E501 3811 3812 :return: The allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 3813 :rtype: SettingsMetadata 3814 """ 3815 return self._allow_documents_on_signed_envelopes_metadata 3816 3817 @allow_documents_on_signed_envelopes_metadata.setter 3818 def allow_documents_on_signed_envelopes_metadata(self, allow_documents_on_signed_envelopes_metadata): 3819 """Sets the allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. 3820 3821 Metadata that indicates whether the `allowDocumentsOnSignedEnvelopes` property is editable. # noqa: E501 3822 3823 :param allow_documents_on_signed_envelopes_metadata: The allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 3824 :type: SettingsMetadata 3825 """ 3826 3827 self._allow_documents_on_signed_envelopes_metadata = allow_documents_on_signed_envelopes_metadata 3828 3829 @property 3830 def allow_document_visibility(self): 3831 """Gets the allow_document_visibility of this AccountSettingsInformation. # noqa: E501 3832 3833 # noqa: E501 3834 3835 :return: The allow_document_visibility of this AccountSettingsInformation. # noqa: E501 3836 :rtype: str 3837 """ 3838 return self._allow_document_visibility 3839 3840 @allow_document_visibility.setter 3841 def allow_document_visibility(self, allow_document_visibility): 3842 """Sets the allow_document_visibility of this AccountSettingsInformation. 3843 3844 # noqa: E501 3845 3846 :param allow_document_visibility: The allow_document_visibility of this AccountSettingsInformation. # noqa: E501 3847 :type: str 3848 """ 3849 3850 self._allow_document_visibility = allow_document_visibility 3851 3852 @property 3853 def allow_document_visibility_metadata(self): 3854 """Gets the allow_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 3855 3856 Metadata that indicates whether the `allowDocumentVisibility` property is editable. # noqa: E501 3857 3858 :return: The allow_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 3859 :rtype: SettingsMetadata 3860 """ 3861 return self._allow_document_visibility_metadata 3862 3863 @allow_document_visibility_metadata.setter 3864 def allow_document_visibility_metadata(self, allow_document_visibility_metadata): 3865 """Sets the allow_document_visibility_metadata of this AccountSettingsInformation. 3866 3867 Metadata that indicates whether the `allowDocumentVisibility` property is editable. # noqa: E501 3868 3869 :param allow_document_visibility_metadata: The allow_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 3870 :type: SettingsMetadata 3871 """ 3872 3873 self._allow_document_visibility_metadata = allow_document_visibility_metadata 3874 3875 @property 3876 def allow_e_hanko_stamps(self): 3877 """Gets the allow_e_hanko_stamps of this AccountSettingsInformation. # noqa: E501 3878 3879 # noqa: E501 3880 3881 :return: The allow_e_hanko_stamps of this AccountSettingsInformation. # noqa: E501 3882 :rtype: str 3883 """ 3884 return self._allow_e_hanko_stamps 3885 3886 @allow_e_hanko_stamps.setter 3887 def allow_e_hanko_stamps(self, allow_e_hanko_stamps): 3888 """Sets the allow_e_hanko_stamps of this AccountSettingsInformation. 3889 3890 # noqa: E501 3891 3892 :param allow_e_hanko_stamps: The allow_e_hanko_stamps of this AccountSettingsInformation. # noqa: E501 3893 :type: str 3894 """ 3895 3896 self._allow_e_hanko_stamps = allow_e_hanko_stamps 3897 3898 @property 3899 def allow_e_hanko_stamps_metadata(self): 3900 """Gets the allow_e_hanko_stamps_metadata of this AccountSettingsInformation. # noqa: E501 3901 3902 Metadata that indicates whether the `allowEHankoStamps` property is editable. # noqa: E501 3903 3904 :return: The allow_e_hanko_stamps_metadata of this AccountSettingsInformation. # noqa: E501 3905 :rtype: SettingsMetadata 3906 """ 3907 return self._allow_e_hanko_stamps_metadata 3908 3909 @allow_e_hanko_stamps_metadata.setter 3910 def allow_e_hanko_stamps_metadata(self, allow_e_hanko_stamps_metadata): 3911 """Sets the allow_e_hanko_stamps_metadata of this AccountSettingsInformation. 3912 3913 Metadata that indicates whether the `allowEHankoStamps` property is editable. # noqa: E501 3914 3915 :param allow_e_hanko_stamps_metadata: The allow_e_hanko_stamps_metadata of this AccountSettingsInformation. # noqa: E501 3916 :type: SettingsMetadata 3917 """ 3918 3919 self._allow_e_hanko_stamps_metadata = allow_e_hanko_stamps_metadata 3920 3921 @property 3922 def allow_e_note_e_original(self): 3923 """Gets the allow_e_note_e_original of this AccountSettingsInformation. # noqa: E501 3924 3925 # noqa: E501 3926 3927 :return: The allow_e_note_e_original of this AccountSettingsInformation. # noqa: E501 3928 :rtype: str 3929 """ 3930 return self._allow_e_note_e_original 3931 3932 @allow_e_note_e_original.setter 3933 def allow_e_note_e_original(self, allow_e_note_e_original): 3934 """Sets the allow_e_note_e_original of this AccountSettingsInformation. 3935 3936 # noqa: E501 3937 3938 :param allow_e_note_e_original: The allow_e_note_e_original of this AccountSettingsInformation. # noqa: E501 3939 :type: str 3940 """ 3941 3942 self._allow_e_note_e_original = allow_e_note_e_original 3943 3944 @property 3945 def allow_e_note_e_original_metadata(self): 3946 """Gets the allow_e_note_e_original_metadata of this AccountSettingsInformation. # noqa: E501 3947 3948 Metadata that indicates whether the `allowENoteEOriginal` property is editable. # noqa: E501 3949 3950 :return: The allow_e_note_e_original_metadata of this AccountSettingsInformation. # noqa: E501 3951 :rtype: SettingsMetadata 3952 """ 3953 return self._allow_e_note_e_original_metadata 3954 3955 @allow_e_note_e_original_metadata.setter 3956 def allow_e_note_e_original_metadata(self, allow_e_note_e_original_metadata): 3957 """Sets the allow_e_note_e_original_metadata of this AccountSettingsInformation. 3958 3959 Metadata that indicates whether the `allowENoteEOriginal` property is editable. # noqa: E501 3960 3961 :param allow_e_note_e_original_metadata: The allow_e_note_e_original_metadata of this AccountSettingsInformation. # noqa: E501 3962 :type: SettingsMetadata 3963 """ 3964 3965 self._allow_e_note_e_original_metadata = allow_e_note_e_original_metadata 3966 3967 @property 3968 def allow_envelope_correct(self): 3969 """Gets the allow_envelope_correct of this AccountSettingsInformation. # noqa: E501 3970 3971 # noqa: E501 3972 3973 :return: The allow_envelope_correct of this AccountSettingsInformation. # noqa: E501 3974 :rtype: str 3975 """ 3976 return self._allow_envelope_correct 3977 3978 @allow_envelope_correct.setter 3979 def allow_envelope_correct(self, allow_envelope_correct): 3980 """Sets the allow_envelope_correct of this AccountSettingsInformation. 3981 3982 # noqa: E501 3983 3984 :param allow_envelope_correct: The allow_envelope_correct of this AccountSettingsInformation. # noqa: E501 3985 :type: str 3986 """ 3987 3988 self._allow_envelope_correct = allow_envelope_correct 3989 3990 @property 3991 def allow_envelope_correct_metadata(self): 3992 """Gets the allow_envelope_correct_metadata of this AccountSettingsInformation. # noqa: E501 3993 3994 Metadata that indicates whether the `allowEnvelopeCorrect` property is editable. # noqa: E501 3995 3996 :return: The allow_envelope_correct_metadata of this AccountSettingsInformation. # noqa: E501 3997 :rtype: SettingsMetadata 3998 """ 3999 return self._allow_envelope_correct_metadata 4000 4001 @allow_envelope_correct_metadata.setter 4002 def allow_envelope_correct_metadata(self, allow_envelope_correct_metadata): 4003 """Sets the allow_envelope_correct_metadata of this AccountSettingsInformation. 4004 4005 Metadata that indicates whether the `allowEnvelopeCorrect` property is editable. # noqa: E501 4006 4007 :param allow_envelope_correct_metadata: The allow_envelope_correct_metadata of this AccountSettingsInformation. # noqa: E501 4008 :type: SettingsMetadata 4009 """ 4010 4011 self._allow_envelope_correct_metadata = allow_envelope_correct_metadata 4012 4013 @property 4014 def allow_envelope_custody_transfer(self): 4015 """Gets the allow_envelope_custody_transfer of this AccountSettingsInformation. # noqa: E501 4016 4017 # noqa: E501 4018 4019 :return: The allow_envelope_custody_transfer of this AccountSettingsInformation. # noqa: E501 4020 :rtype: str 4021 """ 4022 return self._allow_envelope_custody_transfer 4023 4024 @allow_envelope_custody_transfer.setter 4025 def allow_envelope_custody_transfer(self, allow_envelope_custody_transfer): 4026 """Sets the allow_envelope_custody_transfer of this AccountSettingsInformation. 4027 4028 # noqa: E501 4029 4030 :param allow_envelope_custody_transfer: The allow_envelope_custody_transfer of this AccountSettingsInformation. # noqa: E501 4031 :type: str 4032 """ 4033 4034 self._allow_envelope_custody_transfer = allow_envelope_custody_transfer 4035 4036 @property 4037 def allow_envelope_custody_transfer_metadata(self): 4038 """Gets the allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. # noqa: E501 4039 4040 Metadata that indicates whether the `allowEnvelopeCustodyTransfer` property is editable. # noqa: E501 4041 4042 :return: The allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. # noqa: E501 4043 :rtype: SettingsMetadata 4044 """ 4045 return self._allow_envelope_custody_transfer_metadata 4046 4047 @allow_envelope_custody_transfer_metadata.setter 4048 def allow_envelope_custody_transfer_metadata(self, allow_envelope_custody_transfer_metadata): 4049 """Sets the allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. 4050 4051 Metadata that indicates whether the `allowEnvelopeCustodyTransfer` property is editable. # noqa: E501 4052 4053 :param allow_envelope_custody_transfer_metadata: The allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. # noqa: E501 4054 :type: SettingsMetadata 4055 """ 4056 4057 self._allow_envelope_custody_transfer_metadata = allow_envelope_custody_transfer_metadata 4058 4059 @property 4060 def allow_envelope_custom_fields(self): 4061 """Gets the allow_envelope_custom_fields of this AccountSettingsInformation. # noqa: E501 4062 4063 # noqa: E501 4064 4065 :return: The allow_envelope_custom_fields of this AccountSettingsInformation. # noqa: E501 4066 :rtype: str 4067 """ 4068 return self._allow_envelope_custom_fields 4069 4070 @allow_envelope_custom_fields.setter 4071 def allow_envelope_custom_fields(self, allow_envelope_custom_fields): 4072 """Sets the allow_envelope_custom_fields of this AccountSettingsInformation. 4073 4074 # noqa: E501 4075 4076 :param allow_envelope_custom_fields: The allow_envelope_custom_fields of this AccountSettingsInformation. # noqa: E501 4077 :type: str 4078 """ 4079 4080 self._allow_envelope_custom_fields = allow_envelope_custom_fields 4081 4082 @property 4083 def allow_envelope_custom_fields_metadata(self): 4084 """Gets the allow_envelope_custom_fields_metadata of this AccountSettingsInformation. # noqa: E501 4085 4086 Metadata that indicates whether the `allowEnvelopeCustomFields` property is editable. # noqa: E501 4087 4088 :return: The allow_envelope_custom_fields_metadata of this AccountSettingsInformation. # noqa: E501 4089 :rtype: SettingsMetadata 4090 """ 4091 return self._allow_envelope_custom_fields_metadata 4092 4093 @allow_envelope_custom_fields_metadata.setter 4094 def allow_envelope_custom_fields_metadata(self, allow_envelope_custom_fields_metadata): 4095 """Sets the allow_envelope_custom_fields_metadata of this AccountSettingsInformation. 4096 4097 Metadata that indicates whether the `allowEnvelopeCustomFields` property is editable. # noqa: E501 4098 4099 :param allow_envelope_custom_fields_metadata: The allow_envelope_custom_fields_metadata of this AccountSettingsInformation. # noqa: E501 4100 :type: SettingsMetadata 4101 """ 4102 4103 self._allow_envelope_custom_fields_metadata = allow_envelope_custom_fields_metadata 4104 4105 @property 4106 def allow_envelope_publish_reporting(self): 4107 """Gets the allow_envelope_publish_reporting of this AccountSettingsInformation. # noqa: E501 4108 4109 # noqa: E501 4110 4111 :return: The allow_envelope_publish_reporting of this AccountSettingsInformation. # noqa: E501 4112 :rtype: str 4113 """ 4114 return self._allow_envelope_publish_reporting 4115 4116 @allow_envelope_publish_reporting.setter 4117 def allow_envelope_publish_reporting(self, allow_envelope_publish_reporting): 4118 """Sets the allow_envelope_publish_reporting of this AccountSettingsInformation. 4119 4120 # noqa: E501 4121 4122 :param allow_envelope_publish_reporting: The allow_envelope_publish_reporting of this AccountSettingsInformation. # noqa: E501 4123 :type: str 4124 """ 4125 4126 self._allow_envelope_publish_reporting = allow_envelope_publish_reporting 4127 4128 @property 4129 def allow_envelope_publish_reporting_metadata(self): 4130 """Gets the allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. # noqa: E501 4131 4132 Metadata that indicates whether the `allowEnvelopePublishReporting` property is editable. # noqa: E501 4133 4134 :return: The allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. # noqa: E501 4135 :rtype: SettingsMetadata 4136 """ 4137 return self._allow_envelope_publish_reporting_metadata 4138 4139 @allow_envelope_publish_reporting_metadata.setter 4140 def allow_envelope_publish_reporting_metadata(self, allow_envelope_publish_reporting_metadata): 4141 """Sets the allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. 4142 4143 Metadata that indicates whether the `allowEnvelopePublishReporting` property is editable. # noqa: E501 4144 4145 :param allow_envelope_publish_reporting_metadata: The allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. # noqa: E501 4146 :type: SettingsMetadata 4147 """ 4148 4149 self._allow_envelope_publish_reporting_metadata = allow_envelope_publish_reporting_metadata 4150 4151 @property 4152 def allow_envelope_reporting(self): 4153 """Gets the allow_envelope_reporting of this AccountSettingsInformation. # noqa: E501 4154 4155 # noqa: E501 4156 4157 :return: The allow_envelope_reporting of this AccountSettingsInformation. # noqa: E501 4158 :rtype: str 4159 """ 4160 return self._allow_envelope_reporting 4161 4162 @allow_envelope_reporting.setter 4163 def allow_envelope_reporting(self, allow_envelope_reporting): 4164 """Sets the allow_envelope_reporting of this AccountSettingsInformation. 4165 4166 # noqa: E501 4167 4168 :param allow_envelope_reporting: The allow_envelope_reporting of this AccountSettingsInformation. # noqa: E501 4169 :type: str 4170 """ 4171 4172 self._allow_envelope_reporting = allow_envelope_reporting 4173 4174 @property 4175 def allow_envelope_reporting_metadata(self): 4176 """Gets the allow_envelope_reporting_metadata of this AccountSettingsInformation. # noqa: E501 4177 4178 Metadata that indicates whether the `allowEnvelopeReporting` property is editable. # noqa: E501 4179 4180 :return: The allow_envelope_reporting_metadata of this AccountSettingsInformation. # noqa: E501 4181 :rtype: SettingsMetadata 4182 """ 4183 return self._allow_envelope_reporting_metadata 4184 4185 @allow_envelope_reporting_metadata.setter 4186 def allow_envelope_reporting_metadata(self, allow_envelope_reporting_metadata): 4187 """Sets the allow_envelope_reporting_metadata of this AccountSettingsInformation. 4188 4189 Metadata that indicates whether the `allowEnvelopeReporting` property is editable. # noqa: E501 4190 4191 :param allow_envelope_reporting_metadata: The allow_envelope_reporting_metadata of this AccountSettingsInformation. # noqa: E501 4192 :type: SettingsMetadata 4193 """ 4194 4195 self._allow_envelope_reporting_metadata = allow_envelope_reporting_metadata 4196 4197 @property 4198 def allow_expression(self): 4199 """Gets the allow_expression of this AccountSettingsInformation. # noqa: E501 4200 4201 # noqa: E501 4202 4203 :return: The allow_expression of this AccountSettingsInformation. # noqa: E501 4204 :rtype: str 4205 """ 4206 return self._allow_expression 4207 4208 @allow_expression.setter 4209 def allow_expression(self, allow_expression): 4210 """Sets the allow_expression of this AccountSettingsInformation. 4211 4212 # noqa: E501 4213 4214 :param allow_expression: The allow_expression of this AccountSettingsInformation. # noqa: E501 4215 :type: str 4216 """ 4217 4218 self._allow_expression = allow_expression 4219 4220 @property 4221 def allow_expression_metadata(self): 4222 """Gets the allow_expression_metadata of this AccountSettingsInformation. # noqa: E501 4223 4224 Metadata that indicates whether the `allowExpression` property is editable. # noqa: E501 4225 4226 :return: The allow_expression_metadata of this AccountSettingsInformation. # noqa: E501 4227 :rtype: SettingsMetadata 4228 """ 4229 return self._allow_expression_metadata 4230 4231 @allow_expression_metadata.setter 4232 def allow_expression_metadata(self, allow_expression_metadata): 4233 """Sets the allow_expression_metadata of this AccountSettingsInformation. 4234 4235 Metadata that indicates whether the `allowExpression` property is editable. # noqa: E501 4236 4237 :param allow_expression_metadata: The allow_expression_metadata of this AccountSettingsInformation. # noqa: E501 4238 :type: SettingsMetadata 4239 """ 4240 4241 self._allow_expression_metadata = allow_expression_metadata 4242 4243 @property 4244 def allow_express_signer_certificate(self): 4245 """Gets the allow_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 4246 4247 # noqa: E501 4248 4249 :return: The allow_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 4250 :rtype: str 4251 """ 4252 return self._allow_express_signer_certificate 4253 4254 @allow_express_signer_certificate.setter 4255 def allow_express_signer_certificate(self, allow_express_signer_certificate): 4256 """Sets the allow_express_signer_certificate of this AccountSettingsInformation. 4257 4258 # noqa: E501 4259 4260 :param allow_express_signer_certificate: The allow_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 4261 :type: str 4262 """ 4263 4264 self._allow_express_signer_certificate = allow_express_signer_certificate 4265 4266 @property 4267 def allow_express_signer_certificate_metadata(self): 4268 """Gets the allow_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 4269 4270 Metadata that indicates whether the `allowExpressSignerCertificate` property is editable. # noqa: E501 4271 4272 :return: The allow_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 4273 :rtype: SettingsMetadata 4274 """ 4275 return self._allow_express_signer_certificate_metadata 4276 4277 @allow_express_signer_certificate_metadata.setter 4278 def allow_express_signer_certificate_metadata(self, allow_express_signer_certificate_metadata): 4279 """Sets the allow_express_signer_certificate_metadata of this AccountSettingsInformation. 4280 4281 Metadata that indicates whether the `allowExpressSignerCertificate` property is editable. # noqa: E501 4282 4283 :param allow_express_signer_certificate_metadata: The allow_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 4284 :type: SettingsMetadata 4285 """ 4286 4287 self._allow_express_signer_certificate_metadata = allow_express_signer_certificate_metadata 4288 4289 @property 4290 def allow_extended_sending_resource_file(self): 4291 """Gets the allow_extended_sending_resource_file of this AccountSettingsInformation. # noqa: E501 4292 4293 # noqa: E501 4294 4295 :return: The allow_extended_sending_resource_file of this AccountSettingsInformation. # noqa: E501 4296 :rtype: str 4297 """ 4298 return self._allow_extended_sending_resource_file 4299 4300 @allow_extended_sending_resource_file.setter 4301 def allow_extended_sending_resource_file(self, allow_extended_sending_resource_file): 4302 """Sets the allow_extended_sending_resource_file of this AccountSettingsInformation. 4303 4304 # noqa: E501 4305 4306 :param allow_extended_sending_resource_file: The allow_extended_sending_resource_file of this AccountSettingsInformation. # noqa: E501 4307 :type: str 4308 """ 4309 4310 self._allow_extended_sending_resource_file = allow_extended_sending_resource_file 4311 4312 @property 4313 def allow_extended_sending_resource_file_metadata(self): 4314 """Gets the allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. # noqa: E501 4315 4316 Metadata that indicates whether the `allowExtendedSendingResourceFile` property is editable. # noqa: E501 4317 4318 :return: The allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. # noqa: E501 4319 :rtype: SettingsMetadata 4320 """ 4321 return self._allow_extended_sending_resource_file_metadata 4322 4323 @allow_extended_sending_resource_file_metadata.setter 4324 def allow_extended_sending_resource_file_metadata(self, allow_extended_sending_resource_file_metadata): 4325 """Sets the allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. 4326 4327 Metadata that indicates whether the `allowExtendedSendingResourceFile` property is editable. # noqa: E501 4328 4329 :param allow_extended_sending_resource_file_metadata: The allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. # noqa: E501 4330 :type: SettingsMetadata 4331 """ 4332 4333 self._allow_extended_sending_resource_file_metadata = allow_extended_sending_resource_file_metadata 4334 4335 @property 4336 def allow_external_linked_accounts(self): 4337 """Gets the allow_external_linked_accounts of this AccountSettingsInformation. # noqa: E501 4338 4339 # noqa: E501 4340 4341 :return: The allow_external_linked_accounts of this AccountSettingsInformation. # noqa: E501 4342 :rtype: str 4343 """ 4344 return self._allow_external_linked_accounts 4345 4346 @allow_external_linked_accounts.setter 4347 def allow_external_linked_accounts(self, allow_external_linked_accounts): 4348 """Sets the allow_external_linked_accounts of this AccountSettingsInformation. 4349 4350 # noqa: E501 4351 4352 :param allow_external_linked_accounts: The allow_external_linked_accounts of this AccountSettingsInformation. # noqa: E501 4353 :type: str 4354 """ 4355 4356 self._allow_external_linked_accounts = allow_external_linked_accounts 4357 4358 @property 4359 def allow_external_linked_accounts_metadata(self): 4360 """Gets the allow_external_linked_accounts_metadata of this AccountSettingsInformation. # noqa: E501 4361 4362 # noqa: E501 4363 4364 :return: The allow_external_linked_accounts_metadata of this AccountSettingsInformation. # noqa: E501 4365 :rtype: SettingsMetadata 4366 """ 4367 return self._allow_external_linked_accounts_metadata 4368 4369 @allow_external_linked_accounts_metadata.setter 4370 def allow_external_linked_accounts_metadata(self, allow_external_linked_accounts_metadata): 4371 """Sets the allow_external_linked_accounts_metadata of this AccountSettingsInformation. 4372 4373 # noqa: E501 4374 4375 :param allow_external_linked_accounts_metadata: The allow_external_linked_accounts_metadata of this AccountSettingsInformation. # noqa: E501 4376 :type: SettingsMetadata 4377 """ 4378 4379 self._allow_external_linked_accounts_metadata = allow_external_linked_accounts_metadata 4380 4381 @property 4382 def allow_external_signature_pad(self): 4383 """Gets the allow_external_signature_pad of this AccountSettingsInformation. # noqa: E501 4384 4385 # noqa: E501 4386 4387 :return: The allow_external_signature_pad of this AccountSettingsInformation. # noqa: E501 4388 :rtype: str 4389 """ 4390 return self._allow_external_signature_pad 4391 4392 @allow_external_signature_pad.setter 4393 def allow_external_signature_pad(self, allow_external_signature_pad): 4394 """Sets the allow_external_signature_pad of this AccountSettingsInformation. 4395 4396 # noqa: E501 4397 4398 :param allow_external_signature_pad: The allow_external_signature_pad of this AccountSettingsInformation. # noqa: E501 4399 :type: str 4400 """ 4401 4402 self._allow_external_signature_pad = allow_external_signature_pad 4403 4404 @property 4405 def allow_external_signature_pad_metadata(self): 4406 """Gets the allow_external_signature_pad_metadata of this AccountSettingsInformation. # noqa: E501 4407 4408 Metadata that indicates whether the `allowExternalSignaturePad` property is editable. # noqa: E501 4409 4410 :return: The allow_external_signature_pad_metadata of this AccountSettingsInformation. # noqa: E501 4411 :rtype: SettingsMetadata 4412 """ 4413 return self._allow_external_signature_pad_metadata 4414 4415 @allow_external_signature_pad_metadata.setter 4416 def allow_external_signature_pad_metadata(self, allow_external_signature_pad_metadata): 4417 """Sets the allow_external_signature_pad_metadata of this AccountSettingsInformation. 4418 4419 Metadata that indicates whether the `allowExternalSignaturePad` property is editable. # noqa: E501 4420 4421 :param allow_external_signature_pad_metadata: The allow_external_signature_pad_metadata of this AccountSettingsInformation. # noqa: E501 4422 :type: SettingsMetadata 4423 """ 4424 4425 self._allow_external_signature_pad_metadata = allow_external_signature_pad_metadata 4426 4427 @property 4428 def allow_idv_for_eu_qualified_signatures(self): 4429 """Gets the allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. # noqa: E501 4430 4431 # noqa: E501 4432 4433 :return: The allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. # noqa: E501 4434 :rtype: str 4435 """ 4436 return self._allow_idv_for_eu_qualified_signatures 4437 4438 @allow_idv_for_eu_qualified_signatures.setter 4439 def allow_idv_for_eu_qualified_signatures(self, allow_idv_for_eu_qualified_signatures): 4440 """Sets the allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. 4441 4442 # noqa: E501 4443 4444 :param allow_idv_for_eu_qualified_signatures: The allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. # noqa: E501 4445 :type: str 4446 """ 4447 4448 self._allow_idv_for_eu_qualified_signatures = allow_idv_for_eu_qualified_signatures 4449 4450 @property 4451 def allow_idv_for_eu_qualified_signatures_metadata(self): 4452 """Gets the allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. # noqa: E501 4453 4454 4455 :return: The allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. # noqa: E501 4456 :rtype: SettingsMetadata 4457 """ 4458 return self._allow_idv_for_eu_qualified_signatures_metadata 4459 4460 @allow_idv_for_eu_qualified_signatures_metadata.setter 4461 def allow_idv_for_eu_qualified_signatures_metadata(self, allow_idv_for_eu_qualified_signatures_metadata): 4462 """Sets the allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. 4463 4464 4465 :param allow_idv_for_eu_qualified_signatures_metadata: The allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. # noqa: E501 4466 :type: SettingsMetadata 4467 """ 4468 4469 self._allow_idv_for_eu_qualified_signatures_metadata = allow_idv_for_eu_qualified_signatures_metadata 4470 4471 @property 4472 def allow_idv_level1(self): 4473 """Gets the allow_idv_level1 of this AccountSettingsInformation. # noqa: E501 4474 4475 # noqa: E501 4476 4477 :return: The allow_idv_level1 of this AccountSettingsInformation. # noqa: E501 4478 :rtype: str 4479 """ 4480 return self._allow_idv_level1 4481 4482 @allow_idv_level1.setter 4483 def allow_idv_level1(self, allow_idv_level1): 4484 """Sets the allow_idv_level1 of this AccountSettingsInformation. 4485 4486 # noqa: E501 4487 4488 :param allow_idv_level1: The allow_idv_level1 of this AccountSettingsInformation. # noqa: E501 4489 :type: str 4490 """ 4491 4492 self._allow_idv_level1 = allow_idv_level1 4493 4494 @property 4495 def allow_idv_level1_metadata(self): 4496 """Gets the allow_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 4497 4498 Metadata that indicates whether the `allowIDVLevel1` property is editable. # noqa: E501 4499 4500 :return: The allow_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 4501 :rtype: SettingsMetadata 4502 """ 4503 return self._allow_idv_level1_metadata 4504 4505 @allow_idv_level1_metadata.setter 4506 def allow_idv_level1_metadata(self, allow_idv_level1_metadata): 4507 """Sets the allow_idv_level1_metadata of this AccountSettingsInformation. 4508 4509 Metadata that indicates whether the `allowIDVLevel1` property is editable. # noqa: E501 4510 4511 :param allow_idv_level1_metadata: The allow_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501 4512 :type: SettingsMetadata 4513 """ 4514 4515 self._allow_idv_level1_metadata = allow_idv_level1_metadata 4516 4517 @property 4518 def allow_idv_level2(self): 4519 """Gets the allow_idv_level2 of this AccountSettingsInformation. # noqa: E501 4520 4521 # noqa: E501 4522 4523 :return: The allow_idv_level2 of this AccountSettingsInformation. # noqa: E501 4524 :rtype: str 4525 """ 4526 return self._allow_idv_level2 4527 4528 @allow_idv_level2.setter 4529 def allow_idv_level2(self, allow_idv_level2): 4530 """Sets the allow_idv_level2 of this AccountSettingsInformation. 4531 4532 # noqa: E501 4533 4534 :param allow_idv_level2: The allow_idv_level2 of this AccountSettingsInformation. # noqa: E501 4535 :type: str 4536 """ 4537 4538 self._allow_idv_level2 = allow_idv_level2 4539 4540 @property 4541 def allow_idv_level2_metadata(self): 4542 """Gets the allow_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501 4543 4544 # noqa: E501 4545 4546 :return: The allow_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501 4547 :rtype: SettingsMetadata 4548 """ 4549 return self._allow_idv_level2_metadata 4550 4551 @allow_idv_level2_metadata.setter 4552 def allow_idv_level2_metadata(self, allow_idv_level2_metadata): 4553 """Sets the allow_idv_level2_metadata of this AccountSettingsInformation. 4554 4555 # noqa: E501 4556 4557 :param allow_idv_level2_metadata: The allow_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501 4558 :type: SettingsMetadata 4559 """ 4560 4561 self._allow_idv_level2_metadata = allow_idv_level2_metadata 4562 4563 @property 4564 def allow_idv_level3(self): 4565 """Gets the allow_idv_level3 of this AccountSettingsInformation. # noqa: E501 4566 4567 # noqa: E501 4568 4569 :return: The allow_idv_level3 of this AccountSettingsInformation. # noqa: E501 4570 :rtype: str 4571 """ 4572 return self._allow_idv_level3 4573 4574 @allow_idv_level3.setter 4575 def allow_idv_level3(self, allow_idv_level3): 4576 """Sets the allow_idv_level3 of this AccountSettingsInformation. 4577 4578 # noqa: E501 4579 4580 :param allow_idv_level3: The allow_idv_level3 of this AccountSettingsInformation. # noqa: E501 4581 :type: str 4582 """ 4583 4584 self._allow_idv_level3 = allow_idv_level3 4585 4586 @property 4587 def allow_idv_level3_metadata(self): 4588 """Gets the allow_idv_level3_metadata of this AccountSettingsInformation. # noqa: E501 4589 4590 # noqa: E501 4591 4592 :return: The allow_idv_level3_metadata of this AccountSettingsInformation. # noqa: E501 4593 :rtype: SettingsMetadata 4594 """ 4595 return self._allow_idv_level3_metadata 4596 4597 @allow_idv_level3_metadata.setter 4598 def allow_idv_level3_metadata(self, allow_idv_level3_metadata): 4599 """Sets the allow_idv_level3_metadata of this AccountSettingsInformation. 4600 4601 # noqa: E501 4602 4603 :param allow_idv_level3_metadata: The allow_idv_level3_metadata of this AccountSettingsInformation. # noqa: E501 4604 :type: SettingsMetadata 4605 """ 4606 4607 self._allow_idv_level3_metadata = allow_idv_level3_metadata 4608 4609 @property 4610 def allow_idv_platform(self): 4611 """Gets the allow_idv_platform of this AccountSettingsInformation. # noqa: E501 4612 4613 # noqa: E501 4614 4615 :return: The allow_idv_platform of this AccountSettingsInformation. # noqa: E501 4616 :rtype: str 4617 """ 4618 return self._allow_idv_platform 4619 4620 @allow_idv_platform.setter 4621 def allow_idv_platform(self, allow_idv_platform): 4622 """Sets the allow_idv_platform of this AccountSettingsInformation. 4623 4624 # noqa: E501 4625 4626 :param allow_idv_platform: The allow_idv_platform of this AccountSettingsInformation. # noqa: E501 4627 :type: str 4628 """ 4629 4630 self._allow_idv_platform = allow_idv_platform 4631 4632 @property 4633 def allow_idv_platform_metadata(self): 4634 """Gets the allow_idv_platform_metadata of this AccountSettingsInformation. # noqa: E501 4635 4636 Metadata that indicates whether the `allowIDVPlatform` property is editable. # noqa: E501 4637 4638 :return: The allow_idv_platform_metadata of this AccountSettingsInformation. # noqa: E501 4639 :rtype: SettingsMetadata 4640 """ 4641 return self._allow_idv_platform_metadata 4642 4643 @allow_idv_platform_metadata.setter 4644 def allow_idv_platform_metadata(self, allow_idv_platform_metadata): 4645 """Sets the allow_idv_platform_metadata of this AccountSettingsInformation. 4646 4647 Metadata that indicates whether the `allowIDVPlatform` property is editable. # noqa: E501 4648 4649 :param allow_idv_platform_metadata: The allow_idv_platform_metadata of this AccountSettingsInformation. # noqa: E501 4650 :type: SettingsMetadata 4651 """ 4652 4653 self._allow_idv_platform_metadata = allow_idv_platform_metadata 4654 4655 @property 4656 def allow_in_person(self): 4657 """Gets the allow_in_person of this AccountSettingsInformation. # noqa: E501 4658 4659 # noqa: E501 4660 4661 :return: The allow_in_person of this AccountSettingsInformation. # noqa: E501 4662 :rtype: str 4663 """ 4664 return self._allow_in_person 4665 4666 @allow_in_person.setter 4667 def allow_in_person(self, allow_in_person): 4668 """Sets the allow_in_person of this AccountSettingsInformation. 4669 4670 # noqa: E501 4671 4672 :param allow_in_person: The allow_in_person of this AccountSettingsInformation. # noqa: E501 4673 :type: str 4674 """ 4675 4676 self._allow_in_person = allow_in_person 4677 4678 @property 4679 def allow_in_person_electronic_notary(self): 4680 """Gets the allow_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 4681 4682 Account Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 4683 4684 :return: The allow_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 4685 :rtype: str 4686 """ 4687 return self._allow_in_person_electronic_notary 4688 4689 @allow_in_person_electronic_notary.setter 4690 def allow_in_person_electronic_notary(self, allow_in_person_electronic_notary): 4691 """Sets the allow_in_person_electronic_notary of this AccountSettingsInformation. 4692 4693 Account Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 4694 4695 :param allow_in_person_electronic_notary: The allow_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 4696 :type: str 4697 """ 4698 4699 self._allow_in_person_electronic_notary = allow_in_person_electronic_notary 4700 4701 @property 4702 def allow_in_person_electronic_notary_metadata(self): 4703 """Gets the allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 4704 4705 MetaData for the allowInPersonElectronicNotary flag # noqa: E501 4706 4707 :return: The allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 4708 :rtype: SettingsMetadata 4709 """ 4710 return self._allow_in_person_electronic_notary_metadata 4711 4712 @allow_in_person_electronic_notary_metadata.setter 4713 def allow_in_person_electronic_notary_metadata(self, allow_in_person_electronic_notary_metadata): 4714 """Sets the allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. 4715 4716 MetaData for the allowInPersonElectronicNotary flag # noqa: E501 4717 4718 :param allow_in_person_electronic_notary_metadata: The allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 4719 :type: SettingsMetadata 4720 """ 4721 4722 self._allow_in_person_electronic_notary_metadata = allow_in_person_electronic_notary_metadata 4723 4724 @property 4725 def allow_in_person_metadata(self): 4726 """Gets the allow_in_person_metadata of this AccountSettingsInformation. # noqa: E501 4727 4728 Metadata that indicates whether the `allowInPerson` property is editable. # noqa: E501 4729 4730 :return: The allow_in_person_metadata of this AccountSettingsInformation. # noqa: E501 4731 :rtype: SettingsMetadata 4732 """ 4733 return self._allow_in_person_metadata 4734 4735 @allow_in_person_metadata.setter 4736 def allow_in_person_metadata(self, allow_in_person_metadata): 4737 """Sets the allow_in_person_metadata of this AccountSettingsInformation. 4738 4739 Metadata that indicates whether the `allowInPerson` property is editable. # noqa: E501 4740 4741 :param allow_in_person_metadata: The allow_in_person_metadata of this AccountSettingsInformation. # noqa: E501 4742 :type: SettingsMetadata 4743 """ 4744 4745 self._allow_in_person_metadata = allow_in_person_metadata 4746 4747 @property 4748 def allow_managed_stamps(self): 4749 """Gets the allow_managed_stamps of this AccountSettingsInformation. # noqa: E501 4750 4751 # noqa: E501 4752 4753 :return: The allow_managed_stamps of this AccountSettingsInformation. # noqa: E501 4754 :rtype: str 4755 """ 4756 return self._allow_managed_stamps 4757 4758 @allow_managed_stamps.setter 4759 def allow_managed_stamps(self, allow_managed_stamps): 4760 """Sets the allow_managed_stamps of this AccountSettingsInformation. 4761 4762 # noqa: E501 4763 4764 :param allow_managed_stamps: The allow_managed_stamps of this AccountSettingsInformation. # noqa: E501 4765 :type: str 4766 """ 4767 4768 self._allow_managed_stamps = allow_managed_stamps 4769 4770 @property 4771 def allow_managed_stamps_metadata(self): 4772 """Gets the allow_managed_stamps_metadata of this AccountSettingsInformation. # noqa: E501 4773 4774 Metadata that indicates whether the `allowManagedStamps` property is editable. # noqa: E501 4775 4776 :return: The allow_managed_stamps_metadata of this AccountSettingsInformation. # noqa: E501 4777 :rtype: SettingsMetadata 4778 """ 4779 return self._allow_managed_stamps_metadata 4780 4781 @allow_managed_stamps_metadata.setter 4782 def allow_managed_stamps_metadata(self, allow_managed_stamps_metadata): 4783 """Sets the allow_managed_stamps_metadata of this AccountSettingsInformation. 4784 4785 Metadata that indicates whether the `allowManagedStamps` property is editable. # noqa: E501 4786 4787 :param allow_managed_stamps_metadata: The allow_managed_stamps_metadata of this AccountSettingsInformation. # noqa: E501 4788 :type: SettingsMetadata 4789 """ 4790 4791 self._allow_managed_stamps_metadata = allow_managed_stamps_metadata 4792 4793 @property 4794 def allow_managing_envelopes_on_behalf_of_others(self): 4795 """Gets the allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 4796 4797 # noqa: E501 4798 4799 :return: The allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 4800 :rtype: str 4801 """ 4802 return self._allow_managing_envelopes_on_behalf_of_others 4803 4804 @allow_managing_envelopes_on_behalf_of_others.setter 4805 def allow_managing_envelopes_on_behalf_of_others(self, allow_managing_envelopes_on_behalf_of_others): 4806 """Sets the allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. 4807 4808 # noqa: E501 4809 4810 :param allow_managing_envelopes_on_behalf_of_others: The allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 4811 :type: str 4812 """ 4813 4814 self._allow_managing_envelopes_on_behalf_of_others = allow_managing_envelopes_on_behalf_of_others 4815 4816 @property 4817 def allow_managing_envelopes_on_behalf_of_others_metadata(self): 4818 """Gets the allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 4819 4820 4821 :return: The allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 4822 :rtype: SettingsMetadata 4823 """ 4824 return self._allow_managing_envelopes_on_behalf_of_others_metadata 4825 4826 @allow_managing_envelopes_on_behalf_of_others_metadata.setter 4827 def allow_managing_envelopes_on_behalf_of_others_metadata(self, allow_managing_envelopes_on_behalf_of_others_metadata): 4828 """Sets the allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. 4829 4830 4831 :param allow_managing_envelopes_on_behalf_of_others_metadata: The allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 4832 :type: SettingsMetadata 4833 """ 4834 4835 self._allow_managing_envelopes_on_behalf_of_others_metadata = allow_managing_envelopes_on_behalf_of_others_metadata 4836 4837 @property 4838 def allow_markup(self): 4839 """Gets the allow_markup of this AccountSettingsInformation. # noqa: E501 4840 4841 When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this # noqa: E501 4842 4843 :return: The allow_markup of this AccountSettingsInformation. # noqa: E501 4844 :rtype: str 4845 """ 4846 return self._allow_markup 4847 4848 @allow_markup.setter 4849 def allow_markup(self, allow_markup): 4850 """Sets the allow_markup of this AccountSettingsInformation. 4851 4852 When set to **true**, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this # noqa: E501 4853 4854 :param allow_markup: The allow_markup of this AccountSettingsInformation. # noqa: E501 4855 :type: str 4856 """ 4857 4858 self._allow_markup = allow_markup 4859 4860 @property 4861 def allow_markup_metadata(self): 4862 """Gets the allow_markup_metadata of this AccountSettingsInformation. # noqa: E501 4863 4864 Metadata that indicates whether the `allowMarkup` property is editable. # noqa: E501 4865 4866 :return: The allow_markup_metadata of this AccountSettingsInformation. # noqa: E501 4867 :rtype: SettingsMetadata 4868 """ 4869 return self._allow_markup_metadata 4870 4871 @allow_markup_metadata.setter 4872 def allow_markup_metadata(self, allow_markup_metadata): 4873 """Sets the allow_markup_metadata of this AccountSettingsInformation. 4874 4875 Metadata that indicates whether the `allowMarkup` property is editable. # noqa: E501 4876 4877 :param allow_markup_metadata: The allow_markup_metadata of this AccountSettingsInformation. # noqa: E501 4878 :type: SettingsMetadata 4879 """ 4880 4881 self._allow_markup_metadata = allow_markup_metadata 4882 4883 @property 4884 def allow_member_time_zone(self): 4885 """Gets the allow_member_time_zone of this AccountSettingsInformation. # noqa: E501 4886 4887 # noqa: E501 4888 4889 :return: The allow_member_time_zone of this AccountSettingsInformation. # noqa: E501 4890 :rtype: str 4891 """ 4892 return self._allow_member_time_zone 4893 4894 @allow_member_time_zone.setter 4895 def allow_member_time_zone(self, allow_member_time_zone): 4896 """Sets the allow_member_time_zone of this AccountSettingsInformation. 4897 4898 # noqa: E501 4899 4900 :param allow_member_time_zone: The allow_member_time_zone of this AccountSettingsInformation. # noqa: E501 4901 :type: str 4902 """ 4903 4904 self._allow_member_time_zone = allow_member_time_zone 4905 4906 @property 4907 def allow_member_time_zone_metadata(self): 4908 """Gets the allow_member_time_zone_metadata of this AccountSettingsInformation. # noqa: E501 4909 4910 Metadata that indicates whether the `allowMemberTimeZone` property is editable. # noqa: E501 4911 4912 :return: The allow_member_time_zone_metadata of this AccountSettingsInformation. # noqa: E501 4913 :rtype: SettingsMetadata 4914 """ 4915 return self._allow_member_time_zone_metadata 4916 4917 @allow_member_time_zone_metadata.setter 4918 def allow_member_time_zone_metadata(self, allow_member_time_zone_metadata): 4919 """Sets the allow_member_time_zone_metadata of this AccountSettingsInformation. 4920 4921 Metadata that indicates whether the `allowMemberTimeZone` property is editable. # noqa: E501 4922 4923 :param allow_member_time_zone_metadata: The allow_member_time_zone_metadata of this AccountSettingsInformation. # noqa: E501 4924 :type: SettingsMetadata 4925 """ 4926 4927 self._allow_member_time_zone_metadata = allow_member_time_zone_metadata 4928 4929 @property 4930 def allow_merge_fields(self): 4931 """Gets the allow_merge_fields of this AccountSettingsInformation. # noqa: E501 4932 4933 # noqa: E501 4934 4935 :return: The allow_merge_fields of this AccountSettingsInformation. # noqa: E501 4936 :rtype: str 4937 """ 4938 return self._allow_merge_fields 4939 4940 @allow_merge_fields.setter 4941 def allow_merge_fields(self, allow_merge_fields): 4942 """Sets the allow_merge_fields of this AccountSettingsInformation. 4943 4944 # noqa: E501 4945 4946 :param allow_merge_fields: The allow_merge_fields of this AccountSettingsInformation. # noqa: E501 4947 :type: str 4948 """ 4949 4950 self._allow_merge_fields = allow_merge_fields 4951 4952 @property 4953 def allow_merge_fields_metadata(self): 4954 """Gets the allow_merge_fields_metadata of this AccountSettingsInformation. # noqa: E501 4955 4956 Metadata that indicates whether the `allowMergeFields` property is editable. # noqa: E501 4957 4958 :return: The allow_merge_fields_metadata of this AccountSettingsInformation. # noqa: E501 4959 :rtype: SettingsMetadata 4960 """ 4961 return self._allow_merge_fields_metadata 4962 4963 @allow_merge_fields_metadata.setter 4964 def allow_merge_fields_metadata(self, allow_merge_fields_metadata): 4965 """Sets the allow_merge_fields_metadata of this AccountSettingsInformation. 4966 4967 Metadata that indicates whether the `allowMergeFields` property is editable. # noqa: E501 4968 4969 :param allow_merge_fields_metadata: The allow_merge_fields_metadata of this AccountSettingsInformation. # noqa: E501 4970 :type: SettingsMetadata 4971 """ 4972 4973 self._allow_merge_fields_metadata = allow_merge_fields_metadata 4974 4975 @property 4976 def allow_multiple_brand_profiles(self): 4977 """Gets the allow_multiple_brand_profiles of this AccountSettingsInformation. # noqa: E501 4978 4979 # noqa: E501 4980 4981 :return: The allow_multiple_brand_profiles of this AccountSettingsInformation. # noqa: E501 4982 :rtype: str 4983 """ 4984 return self._allow_multiple_brand_profiles 4985 4986 @allow_multiple_brand_profiles.setter 4987 def allow_multiple_brand_profiles(self, allow_multiple_brand_profiles): 4988 """Sets the allow_multiple_brand_profiles of this AccountSettingsInformation. 4989 4990 # noqa: E501 4991 4992 :param allow_multiple_brand_profiles: The allow_multiple_brand_profiles of this AccountSettingsInformation. # noqa: E501 4993 :type: str 4994 """ 4995 4996 self._allow_multiple_brand_profiles = allow_multiple_brand_profiles 4997 4998 @property 4999 def allow_multiple_brand_profiles_metadata(self): 5000 """Gets the allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. # noqa: E501 5001 5002 Metadata that indicates whether the `allowMultipleBrandProfiles` property is editable. # noqa: E501 5003 5004 :return: The allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. # noqa: E501 5005 :rtype: SettingsMetadata 5006 """ 5007 return self._allow_multiple_brand_profiles_metadata 5008 5009 @allow_multiple_brand_profiles_metadata.setter 5010 def allow_multiple_brand_profiles_metadata(self, allow_multiple_brand_profiles_metadata): 5011 """Sets the allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. 5012 5013 Metadata that indicates whether the `allowMultipleBrandProfiles` property is editable. # noqa: E501 5014 5015 :param allow_multiple_brand_profiles_metadata: The allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. # noqa: E501 5016 :type: SettingsMetadata 5017 """ 5018 5019 self._allow_multiple_brand_profiles_metadata = allow_multiple_brand_profiles_metadata 5020 5021 @property 5022 def allow_multiple_signer_attachments(self): 5023 """Gets the allow_multiple_signer_attachments of this AccountSettingsInformation. # noqa: E501 5024 5025 # noqa: E501 5026 5027 :return: The allow_multiple_signer_attachments of this AccountSettingsInformation. # noqa: E501 5028 :rtype: str 5029 """ 5030 return self._allow_multiple_signer_attachments 5031 5032 @allow_multiple_signer_attachments.setter 5033 def allow_multiple_signer_attachments(self, allow_multiple_signer_attachments): 5034 """Sets the allow_multiple_signer_attachments of this AccountSettingsInformation. 5035 5036 # noqa: E501 5037 5038 :param allow_multiple_signer_attachments: The allow_multiple_signer_attachments of this AccountSettingsInformation. # noqa: E501 5039 :type: str 5040 """ 5041 5042 self._allow_multiple_signer_attachments = allow_multiple_signer_attachments 5043 5044 @property 5045 def allow_multiple_signer_attachments_metadata(self): 5046 """Gets the allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 5047 5048 Metadata that indicates whether the `allowMultipleSignerAttachments` property is editable. # noqa: E501 5049 5050 :return: The allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 5051 :rtype: SettingsMetadata 5052 """ 5053 return self._allow_multiple_signer_attachments_metadata 5054 5055 @allow_multiple_signer_attachments_metadata.setter 5056 def allow_multiple_signer_attachments_metadata(self, allow_multiple_signer_attachments_metadata): 5057 """Sets the allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. 5058 5059 Metadata that indicates whether the `allowMultipleSignerAttachments` property is editable. # noqa: E501 5060 5061 :param allow_multiple_signer_attachments_metadata: The allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 5062 :type: SettingsMetadata 5063 """ 5064 5065 self._allow_multiple_signer_attachments_metadata = allow_multiple_signer_attachments_metadata 5066 5067 @property 5068 def allow_non_us_phone_auth(self): 5069 """Gets the allow_non_us_phone_auth of this AccountSettingsInformation. # noqa: E501 5070 5071 # noqa: E501 5072 5073 :return: The allow_non_us_phone_auth of this AccountSettingsInformation. # noqa: E501 5074 :rtype: str 5075 """ 5076 return self._allow_non_us_phone_auth 5077 5078 @allow_non_us_phone_auth.setter 5079 def allow_non_us_phone_auth(self, allow_non_us_phone_auth): 5080 """Sets the allow_non_us_phone_auth of this AccountSettingsInformation. 5081 5082 # noqa: E501 5083 5084 :param allow_non_us_phone_auth: The allow_non_us_phone_auth of this AccountSettingsInformation. # noqa: E501 5085 :type: str 5086 """ 5087 5088 self._allow_non_us_phone_auth = allow_non_us_phone_auth 5089 5090 @property 5091 def allow_non_us_phone_auth_metadata(self): 5092 """Gets the allow_non_us_phone_auth_metadata of this AccountSettingsInformation. # noqa: E501 5093 5094 Metadata that indicates whether the `allowNonUSPhoneAuth` property is editable. # noqa: E501 5095 5096 :return: The allow_non_us_phone_auth_metadata of this AccountSettingsInformation. # noqa: E501 5097 :rtype: SettingsMetadata 5098 """ 5099 return self._allow_non_us_phone_auth_metadata 5100 5101 @allow_non_us_phone_auth_metadata.setter 5102 def allow_non_us_phone_auth_metadata(self, allow_non_us_phone_auth_metadata): 5103 """Sets the allow_non_us_phone_auth_metadata of this AccountSettingsInformation. 5104 5105 Metadata that indicates whether the `allowNonUSPhoneAuth` property is editable. # noqa: E501 5106 5107 :param allow_non_us_phone_auth_metadata: The allow_non_us_phone_auth_metadata of this AccountSettingsInformation. # noqa: E501 5108 :type: SettingsMetadata 5109 """ 5110 5111 self._allow_non_us_phone_auth_metadata = allow_non_us_phone_auth_metadata 5112 5113 @property 5114 def allow_ocr_of_envelope_documents(self): 5115 """Gets the allow_ocr_of_envelope_documents of this AccountSettingsInformation. # noqa: E501 5116 5117 # noqa: E501 5118 5119 :return: The allow_ocr_of_envelope_documents of this AccountSettingsInformation. # noqa: E501 5120 :rtype: str 5121 """ 5122 return self._allow_ocr_of_envelope_documents 5123 5124 @allow_ocr_of_envelope_documents.setter 5125 def allow_ocr_of_envelope_documents(self, allow_ocr_of_envelope_documents): 5126 """Sets the allow_ocr_of_envelope_documents of this AccountSettingsInformation. 5127 5128 # noqa: E501 5129 5130 :param allow_ocr_of_envelope_documents: The allow_ocr_of_envelope_documents of this AccountSettingsInformation. # noqa: E501 5131 :type: str 5132 """ 5133 5134 self._allow_ocr_of_envelope_documents = allow_ocr_of_envelope_documents 5135 5136 @property 5137 def allow_ocr_of_envelope_documents_metadata(self): 5138 """Gets the allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. # noqa: E501 5139 5140 # noqa: E501 5141 5142 :return: The allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. # noqa: E501 5143 :rtype: SettingsMetadata 5144 """ 5145 return self._allow_ocr_of_envelope_documents_metadata 5146 5147 @allow_ocr_of_envelope_documents_metadata.setter 5148 def allow_ocr_of_envelope_documents_metadata(self, allow_ocr_of_envelope_documents_metadata): 5149 """Sets the allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. 5150 5151 # noqa: E501 5152 5153 :param allow_ocr_of_envelope_documents_metadata: The allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. # noqa: E501 5154 :type: SettingsMetadata 5155 """ 5156 5157 self._allow_ocr_of_envelope_documents_metadata = allow_ocr_of_envelope_documents_metadata 5158 5159 @property 5160 def allow_offline_signing(self): 5161 """Gets the allow_offline_signing of this AccountSettingsInformation. # noqa: E501 5162 5163 # noqa: E501 5164 5165 :return: The allow_offline_signing of this AccountSettingsInformation. # noqa: E501 5166 :rtype: str 5167 """ 5168 return self._allow_offline_signing 5169 5170 @allow_offline_signing.setter 5171 def allow_offline_signing(self, allow_offline_signing): 5172 """Sets the allow_offline_signing of this AccountSettingsInformation. 5173 5174 # noqa: E501 5175 5176 :param allow_offline_signing: The allow_offline_signing of this AccountSettingsInformation. # noqa: E501 5177 :type: str 5178 """ 5179 5180 self._allow_offline_signing = allow_offline_signing 5181 5182 @property 5183 def allow_offline_signing_metadata(self): 5184 """Gets the allow_offline_signing_metadata of this AccountSettingsInformation. # noqa: E501 5185 5186 Metadata that indicates whether the `allowOfflineSigning` property is editable. # noqa: E501 5187 5188 :return: The allow_offline_signing_metadata of this AccountSettingsInformation. # noqa: E501 5189 :rtype: SettingsMetadata 5190 """ 5191 return self._allow_offline_signing_metadata 5192 5193 @allow_offline_signing_metadata.setter 5194 def allow_offline_signing_metadata(self, allow_offline_signing_metadata): 5195 """Sets the allow_offline_signing_metadata of this AccountSettingsInformation. 5196 5197 Metadata that indicates whether the `allowOfflineSigning` property is editable. # noqa: E501 5198 5199 :param allow_offline_signing_metadata: The allow_offline_signing_metadata of this AccountSettingsInformation. # noqa: E501 5200 :type: SettingsMetadata 5201 """ 5202 5203 self._allow_offline_signing_metadata = allow_offline_signing_metadata 5204 5205 @property 5206 def allow_open_trust_signer_certificate(self): 5207 """Gets the allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501 5208 5209 # noqa: E501 5210 5211 :return: The allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501 5212 :rtype: str 5213 """ 5214 return self._allow_open_trust_signer_certificate 5215 5216 @allow_open_trust_signer_certificate.setter 5217 def allow_open_trust_signer_certificate(self, allow_open_trust_signer_certificate): 5218 """Sets the allow_open_trust_signer_certificate of this AccountSettingsInformation. 5219 5220 # noqa: E501 5221 5222 :param allow_open_trust_signer_certificate: The allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501 5223 :type: str 5224 """ 5225 5226 self._allow_open_trust_signer_certificate = allow_open_trust_signer_certificate 5227 5228 @property 5229 def allow_open_trust_signer_certificate_metadata(self): 5230 """Gets the allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 5231 5232 Metadata that indicates whether the `allowOpenTrustSignerCertificate` property is editable. # noqa: E501 5233 5234 :return: The allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 5235 :rtype: SettingsMetadata 5236 """ 5237 return self._allow_open_trust_signer_certificate_metadata 5238 5239 @allow_open_trust_signer_certificate_metadata.setter 5240 def allow_open_trust_signer_certificate_metadata(self, allow_open_trust_signer_certificate_metadata): 5241 """Sets the allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. 5242 5243 Metadata that indicates whether the `allowOpenTrustSignerCertificate` property is editable. # noqa: E501 5244 5245 :param allow_open_trust_signer_certificate_metadata: The allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 5246 :type: SettingsMetadata 5247 """ 5248 5249 self._allow_open_trust_signer_certificate_metadata = allow_open_trust_signer_certificate_metadata 5250 5251 @property 5252 def allow_organization_docusign_monitor(self): 5253 """Gets the allow_organization_docusign_monitor of this AccountSettingsInformation. # noqa: E501 5254 5255 # noqa: E501 5256 5257 :return: The allow_organization_docusign_monitor of this AccountSettingsInformation. # noqa: E501 5258 :rtype: str 5259 """ 5260 return self._allow_organization_docusign_monitor 5261 5262 @allow_organization_docusign_monitor.setter 5263 def allow_organization_docusign_monitor(self, allow_organization_docusign_monitor): 5264 """Sets the allow_organization_docusign_monitor of this AccountSettingsInformation. 5265 5266 # noqa: E501 5267 5268 :param allow_organization_docusign_monitor: The allow_organization_docusign_monitor of this AccountSettingsInformation. # noqa: E501 5269 :type: str 5270 """ 5271 5272 self._allow_organization_docusign_monitor = allow_organization_docusign_monitor 5273 5274 @property 5275 def allow_organization_docusign_monitor_metadata(self): 5276 """Gets the allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. # noqa: E501 5277 5278 # noqa: E501 5279 5280 :return: The allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. # noqa: E501 5281 :rtype: SettingsMetadata 5282 """ 5283 return self._allow_organization_docusign_monitor_metadata 5284 5285 @allow_organization_docusign_monitor_metadata.setter 5286 def allow_organization_docusign_monitor_metadata(self, allow_organization_docusign_monitor_metadata): 5287 """Sets the allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. 5288 5289 # noqa: E501 5290 5291 :param allow_organization_docusign_monitor_metadata: The allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. # noqa: E501 5292 :type: SettingsMetadata 5293 """ 5294 5295 self._allow_organization_docusign_monitor_metadata = allow_organization_docusign_monitor_metadata 5296 5297 @property 5298 def allow_organization_domain_user_management(self): 5299 """Gets the allow_organization_domain_user_management of this AccountSettingsInformation. # noqa: E501 5300 5301 # noqa: E501 5302 5303 :return: The allow_organization_domain_user_management of this AccountSettingsInformation. # noqa: E501 5304 :rtype: str 5305 """ 5306 return self._allow_organization_domain_user_management 5307 5308 @allow_organization_domain_user_management.setter 5309 def allow_organization_domain_user_management(self, allow_organization_domain_user_management): 5310 """Sets the allow_organization_domain_user_management of this AccountSettingsInformation. 5311 5312 # noqa: E501 5313 5314 :param allow_organization_domain_user_management: The allow_organization_domain_user_management of this AccountSettingsInformation. # noqa: E501 5315 :type: str 5316 """ 5317 5318 self._allow_organization_domain_user_management = allow_organization_domain_user_management 5319 5320 @property 5321 def allow_organization_domain_user_management_metadata(self): 5322 """Gets the allow_organization_domain_user_management_metadata of this AccountSettingsInformation. # noqa: E501 5323 5324 # noqa: E501 5325 5326 :return: The allow_organization_domain_user_management_metadata of this AccountSettingsInformation. # noqa: E501 5327 :rtype: SettingsMetadata 5328 """ 5329 return self._allow_organization_domain_user_management_metadata 5330 5331 @allow_organization_domain_user_management_metadata.setter 5332 def allow_organization_domain_user_management_metadata(self, allow_organization_domain_user_management_metadata): 5333 """Sets the allow_organization_domain_user_management_metadata of this AccountSettingsInformation. 5334 5335 # noqa: E501 5336 5337 :param allow_organization_domain_user_management_metadata: The allow_organization_domain_user_management_metadata of this AccountSettingsInformation. # noqa: E501 5338 :type: SettingsMetadata 5339 """ 5340 5341 self._allow_organization_domain_user_management_metadata = allow_organization_domain_user_management_metadata 5342 5343 @property 5344 def allow_organizations(self): 5345 """Gets the allow_organizations of this AccountSettingsInformation. # noqa: E501 5346 5347 # noqa: E501 5348 5349 :return: The allow_organizations of this AccountSettingsInformation. # noqa: E501 5350 :rtype: str 5351 """ 5352 return self._allow_organizations 5353 5354 @allow_organizations.setter 5355 def allow_organizations(self, allow_organizations): 5356 """Sets the allow_organizations of this AccountSettingsInformation. 5357 5358 # noqa: E501 5359 5360 :param allow_organizations: The allow_organizations of this AccountSettingsInformation. # noqa: E501 5361 :type: str 5362 """ 5363 5364 self._allow_organizations = allow_organizations 5365 5366 @property 5367 def allow_organizations_metadata(self): 5368 """Gets the allow_organizations_metadata of this AccountSettingsInformation. # noqa: E501 5369 5370 Metadata that indicates whether the `allowOrganizations` property is editable. # noqa: E501 5371 5372 :return: The allow_organizations_metadata of this AccountSettingsInformation. # noqa: E501 5373 :rtype: SettingsMetadata 5374 """ 5375 return self._allow_organizations_metadata 5376 5377 @allow_organizations_metadata.setter 5378 def allow_organizations_metadata(self, allow_organizations_metadata): 5379 """Sets the allow_organizations_metadata of this AccountSettingsInformation. 5380 5381 Metadata that indicates whether the `allowOrganizations` property is editable. # noqa: E501 5382 5383 :param allow_organizations_metadata: The allow_organizations_metadata of this AccountSettingsInformation. # noqa: E501 5384 :type: SettingsMetadata 5385 """ 5386 5387 self._allow_organizations_metadata = allow_organizations_metadata 5388 5389 @property 5390 def allow_organization_sso_management(self): 5391 """Gets the allow_organization_sso_management of this AccountSettingsInformation. # noqa: E501 5392 5393 # noqa: E501 5394 5395 :return: The allow_organization_sso_management of this AccountSettingsInformation. # noqa: E501 5396 :rtype: str 5397 """ 5398 return self._allow_organization_sso_management 5399 5400 @allow_organization_sso_management.setter 5401 def allow_organization_sso_management(self, allow_organization_sso_management): 5402 """Sets the allow_organization_sso_management of this AccountSettingsInformation. 5403 5404 # noqa: E501 5405 5406 :param allow_organization_sso_management: The allow_organization_sso_management of this AccountSettingsInformation. # noqa: E501 5407 :type: str 5408 """ 5409 5410 self._allow_organization_sso_management = allow_organization_sso_management 5411 5412 @property 5413 def allow_organization_sso_management_metadata(self): 5414 """Gets the allow_organization_sso_management_metadata of this AccountSettingsInformation. # noqa: E501 5415 5416 # noqa: E501 5417 5418 :return: The allow_organization_sso_management_metadata of this AccountSettingsInformation. # noqa: E501 5419 :rtype: SettingsMetadata 5420 """ 5421 return self._allow_organization_sso_management_metadata 5422 5423 @allow_organization_sso_management_metadata.setter 5424 def allow_organization_sso_management_metadata(self, allow_organization_sso_management_metadata): 5425 """Sets the allow_organization_sso_management_metadata of this AccountSettingsInformation. 5426 5427 # noqa: E501 5428 5429 :param allow_organization_sso_management_metadata: The allow_organization_sso_management_metadata of this AccountSettingsInformation. # noqa: E501 5430 :type: SettingsMetadata 5431 """ 5432 5433 self._allow_organization_sso_management_metadata = allow_organization_sso_management_metadata 5434 5435 @property 5436 def allow_organization_to_use_in_person_electronic_notary(self): 5437 """Gets the allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 5438 5439 Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 5440 5441 :return: The allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 5442 :rtype: str 5443 """ 5444 return self._allow_organization_to_use_in_person_electronic_notary 5445 5446 @allow_organization_to_use_in_person_electronic_notary.setter 5447 def allow_organization_to_use_in_person_electronic_notary(self, allow_organization_to_use_in_person_electronic_notary): 5448 """Sets the allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. 5449 5450 Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501 5451 5452 :param allow_organization_to_use_in_person_electronic_notary: The allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501 5453 :type: str 5454 """ 5455 5456 self._allow_organization_to_use_in_person_electronic_notary = allow_organization_to_use_in_person_electronic_notary 5457 5458 @property 5459 def allow_organization_to_use_in_person_electronic_notary_metadata(self): 5460 """Gets the allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 5461 5462 MetaData for the allowOrganizationToUseInPersonElectronicNotary flag # noqa: E501 5463 5464 :return: The allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 5465 :rtype: SettingsMetadata 5466 """ 5467 return self._allow_organization_to_use_in_person_electronic_notary_metadata 5468 5469 @allow_organization_to_use_in_person_electronic_notary_metadata.setter 5470 def allow_organization_to_use_in_person_electronic_notary_metadata(self, allow_organization_to_use_in_person_electronic_notary_metadata): 5471 """Sets the allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. 5472 5473 MetaData for the allowOrganizationToUseInPersonElectronicNotary flag # noqa: E501 5474 5475 :param allow_organization_to_use_in_person_electronic_notary_metadata: The allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 5476 :type: SettingsMetadata 5477 """ 5478 5479 self._allow_organization_to_use_in_person_electronic_notary_metadata = allow_organization_to_use_in_person_electronic_notary_metadata 5480 5481 @property 5482 def allow_organization_to_use_remote_notary(self): 5483 """Gets the allow_organization_to_use_remote_notary of this AccountSettingsInformation. # noqa: E501 5484 5485 # noqa: E501 5486 5487 :return: The allow_organization_to_use_remote_notary of this AccountSettingsInformation. # noqa: E501 5488 :rtype: str 5489 """ 5490 return self._allow_organization_to_use_remote_notary 5491 5492 @allow_organization_to_use_remote_notary.setter 5493 def allow_organization_to_use_remote_notary(self, allow_organization_to_use_remote_notary): 5494 """Sets the allow_organization_to_use_remote_notary of this AccountSettingsInformation. 5495 5496 # noqa: E501 5497 5498 :param allow_organization_to_use_remote_notary: The allow_organization_to_use_remote_notary of this AccountSettingsInformation. # noqa: E501 5499 :type: str 5500 """ 5501 5502 self._allow_organization_to_use_remote_notary = allow_organization_to_use_remote_notary 5503 5504 @property 5505 def allow_organization_to_use_remote_notary_metadata(self): 5506 """Gets the allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 5507 5508 # noqa: E501 5509 5510 :return: The allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 5511 :rtype: SettingsMetadata 5512 """ 5513 return self._allow_organization_to_use_remote_notary_metadata 5514 5515 @allow_organization_to_use_remote_notary_metadata.setter 5516 def allow_organization_to_use_remote_notary_metadata(self, allow_organization_to_use_remote_notary_metadata): 5517 """Sets the allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. 5518 5519 # noqa: E501 5520 5521 :param allow_organization_to_use_remote_notary_metadata: The allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 5522 :type: SettingsMetadata 5523 """ 5524 5525 self._allow_organization_to_use_remote_notary_metadata = allow_organization_to_use_remote_notary_metadata 5526 5527 @property 5528 def allow_organization_to_use_third_party_electronic_notary(self): 5529 """Gets the allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 5530 5531 Org level flag that determines the abailability to perform Third Party Notary (3PN) actions. # noqa: E501 5532 5533 :return: The allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 5534 :rtype: str 5535 """ 5536 return self._allow_organization_to_use_third_party_electronic_notary 5537 5538 @allow_organization_to_use_third_party_electronic_notary.setter 5539 def allow_organization_to_use_third_party_electronic_notary(self, allow_organization_to_use_third_party_electronic_notary): 5540 """Sets the allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. 5541 5542 Org level flag that determines the abailability to perform Third Party Notary (3PN) actions. # noqa: E501 5543 5544 :param allow_organization_to_use_third_party_electronic_notary: The allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 5545 :type: str 5546 """ 5547 5548 self._allow_organization_to_use_third_party_electronic_notary = allow_organization_to_use_third_party_electronic_notary 5549 5550 @property 5551 def allow_organization_to_use_third_party_electronic_notary_metadata(self): 5552 """Gets the allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 5553 5554 5555 :return: The allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 5556 :rtype: SettingsMetadata 5557 """ 5558 return self._allow_organization_to_use_third_party_electronic_notary_metadata 5559 5560 @allow_organization_to_use_third_party_electronic_notary_metadata.setter 5561 def allow_organization_to_use_third_party_electronic_notary_metadata(self, allow_organization_to_use_third_party_electronic_notary_metadata): 5562 """Sets the allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. 5563 5564 5565 :param allow_organization_to_use_third_party_electronic_notary_metadata: The allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 5566 :type: SettingsMetadata 5567 """ 5568 5569 self._allow_organization_to_use_third_party_electronic_notary_metadata = allow_organization_to_use_third_party_electronic_notary_metadata 5570 5571 @property 5572 def allow_participant_recipient_type(self): 5573 """Gets the allow_participant_recipient_type of this AccountSettingsInformation. # noqa: E501 5574 5575 # noqa: E501 5576 5577 :return: The allow_participant_recipient_type of this AccountSettingsInformation. # noqa: E501 5578 :rtype: str 5579 """ 5580 return self._allow_participant_recipient_type 5581 5582 @allow_participant_recipient_type.setter 5583 def allow_participant_recipient_type(self, allow_participant_recipient_type): 5584 """Sets the allow_participant_recipient_type of this AccountSettingsInformation. 5585 5586 # noqa: E501 5587 5588 :param allow_participant_recipient_type: The allow_participant_recipient_type of this AccountSettingsInformation. # noqa: E501 5589 :type: str 5590 """ 5591 5592 self._allow_participant_recipient_type = allow_participant_recipient_type 5593 5594 @property 5595 def allow_participant_recipient_type_metadata(self): 5596 """Gets the allow_participant_recipient_type_metadata of this AccountSettingsInformation. # noqa: E501 5597 5598 5599 :return: The allow_participant_recipient_type_metadata of this AccountSettingsInformation. # noqa: E501 5600 :rtype: SettingsMetadata 5601 """ 5602 return self._allow_participant_recipient_type_metadata 5603 5604 @allow_participant_recipient_type_metadata.setter 5605 def allow_participant_recipient_type_metadata(self, allow_participant_recipient_type_metadata): 5606 """Sets the allow_participant_recipient_type_metadata of this AccountSettingsInformation. 5607 5608 5609 :param allow_participant_recipient_type_metadata: The allow_participant_recipient_type_metadata of this AccountSettingsInformation. # noqa: E501 5610 :type: SettingsMetadata 5611 """ 5612 5613 self._allow_participant_recipient_type_metadata = allow_participant_recipient_type_metadata 5614 5615 @property 5616 def allow_payment_processing(self): 5617 """Gets the allow_payment_processing of this AccountSettingsInformation. # noqa: E501 5618 5619 # noqa: E501 5620 5621 :return: The allow_payment_processing of this AccountSettingsInformation. # noqa: E501 5622 :rtype: str 5623 """ 5624 return self._allow_payment_processing 5625 5626 @allow_payment_processing.setter 5627 def allow_payment_processing(self, allow_payment_processing): 5628 """Sets the allow_payment_processing of this AccountSettingsInformation. 5629 5630 # noqa: E501 5631 5632 :param allow_payment_processing: The allow_payment_processing of this AccountSettingsInformation. # noqa: E501 5633 :type: str 5634 """ 5635 5636 self._allow_payment_processing = allow_payment_processing 5637 5638 @property 5639 def allow_payment_processing_metadata(self): 5640 """Gets the allow_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 5641 5642 Metadata that indicates whether the `allowPaymentProcessing` property is editable. # noqa: E501 5643 5644 :return: The allow_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 5645 :rtype: SettingsMetadata 5646 """ 5647 return self._allow_payment_processing_metadata 5648 5649 @allow_payment_processing_metadata.setter 5650 def allow_payment_processing_metadata(self, allow_payment_processing_metadata): 5651 """Sets the allow_payment_processing_metadata of this AccountSettingsInformation. 5652 5653 Metadata that indicates whether the `allowPaymentProcessing` property is editable. # noqa: E501 5654 5655 :param allow_payment_processing_metadata: The allow_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 5656 :type: SettingsMetadata 5657 """ 5658 5659 self._allow_payment_processing_metadata = allow_payment_processing_metadata 5660 5661 @property 5662 def allow_performance_analytics(self): 5663 """Gets the allow_performance_analytics of this AccountSettingsInformation. # noqa: E501 5664 5665 # noqa: E501 5666 5667 :return: The allow_performance_analytics of this AccountSettingsInformation. # noqa: E501 5668 :rtype: str 5669 """ 5670 return self._allow_performance_analytics 5671 5672 @allow_performance_analytics.setter 5673 def allow_performance_analytics(self, allow_performance_analytics): 5674 """Sets the allow_performance_analytics of this AccountSettingsInformation. 5675 5676 # noqa: E501 5677 5678 :param allow_performance_analytics: The allow_performance_analytics of this AccountSettingsInformation. # noqa: E501 5679 :type: str 5680 """ 5681 5682 self._allow_performance_analytics = allow_performance_analytics 5683 5684 @property 5685 def allow_performance_analytics_metadata(self): 5686 """Gets the allow_performance_analytics_metadata of this AccountSettingsInformation. # noqa: E501 5687 5688 5689 :return: The allow_performance_analytics_metadata of this AccountSettingsInformation. # noqa: E501 5690 :rtype: SettingsMetadata 5691 """ 5692 return self._allow_performance_analytics_metadata 5693 5694 @allow_performance_analytics_metadata.setter 5695 def allow_performance_analytics_metadata(self, allow_performance_analytics_metadata): 5696 """Sets the allow_performance_analytics_metadata of this AccountSettingsInformation. 5697 5698 5699 :param allow_performance_analytics_metadata: The allow_performance_analytics_metadata of this AccountSettingsInformation. # noqa: E501 5700 :type: SettingsMetadata 5701 """ 5702 5703 self._allow_performance_analytics_metadata = allow_performance_analytics_metadata 5704 5705 @property 5706 def allow_phone_authentication(self): 5707 """Gets the allow_phone_authentication of this AccountSettingsInformation. # noqa: E501 5708 5709 # noqa: E501 5710 5711 :return: The allow_phone_authentication of this AccountSettingsInformation. # noqa: E501 5712 :rtype: str 5713 """ 5714 return self._allow_phone_authentication 5715 5716 @allow_phone_authentication.setter 5717 def allow_phone_authentication(self, allow_phone_authentication): 5718 """Sets the allow_phone_authentication of this AccountSettingsInformation. 5719 5720 # noqa: E501 5721 5722 :param allow_phone_authentication: The allow_phone_authentication of this AccountSettingsInformation. # noqa: E501 5723 :type: str 5724 """ 5725 5726 self._allow_phone_authentication = allow_phone_authentication 5727 5728 @property 5729 def allow_phone_authentication_metadata(self): 5730 """Gets the allow_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 5731 5732 Metadata that indicates whether the `allowPhoneAuthentication` property is editable. # noqa: E501 5733 5734 :return: The allow_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 5735 :rtype: SettingsMetadata 5736 """ 5737 return self._allow_phone_authentication_metadata 5738 5739 @allow_phone_authentication_metadata.setter 5740 def allow_phone_authentication_metadata(self, allow_phone_authentication_metadata): 5741 """Sets the allow_phone_authentication_metadata of this AccountSettingsInformation. 5742 5743 Metadata that indicates whether the `allowPhoneAuthentication` property is editable. # noqa: E501 5744 5745 :param allow_phone_authentication_metadata: The allow_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 5746 :type: SettingsMetadata 5747 """ 5748 5749 self._allow_phone_authentication_metadata = allow_phone_authentication_metadata 5750 5751 @property 5752 def allow_phone_auth_override(self): 5753 """Gets the allow_phone_auth_override of this AccountSettingsInformation. # noqa: E501 5754 5755 # noqa: E501 5756 5757 :return: The allow_phone_auth_override of this AccountSettingsInformation. # noqa: E501 5758 :rtype: str 5759 """ 5760 return self._allow_phone_auth_override 5761 5762 @allow_phone_auth_override.setter 5763 def allow_phone_auth_override(self, allow_phone_auth_override): 5764 """Sets the allow_phone_auth_override of this AccountSettingsInformation. 5765 5766 # noqa: E501 5767 5768 :param allow_phone_auth_override: The allow_phone_auth_override of this AccountSettingsInformation. # noqa: E501 5769 :type: str 5770 """ 5771 5772 self._allow_phone_auth_override = allow_phone_auth_override 5773 5774 @property 5775 def allow_phone_auth_override_metadata(self): 5776 """Gets the allow_phone_auth_override_metadata of this AccountSettingsInformation. # noqa: E501 5777 5778 Metadata that indicates whether the `allowPhoneAuthOverride` property is editable. # noqa: E501 5779 5780 :return: The allow_phone_auth_override_metadata of this AccountSettingsInformation. # noqa: E501 5781 :rtype: SettingsMetadata 5782 """ 5783 return self._allow_phone_auth_override_metadata 5784 5785 @allow_phone_auth_override_metadata.setter 5786 def allow_phone_auth_override_metadata(self, allow_phone_auth_override_metadata): 5787 """Sets the allow_phone_auth_override_metadata of this AccountSettingsInformation. 5788 5789 Metadata that indicates whether the `allowPhoneAuthOverride` property is editable. # noqa: E501 5790 5791 :param allow_phone_auth_override_metadata: The allow_phone_auth_override_metadata of this AccountSettingsInformation. # noqa: E501 5792 :type: SettingsMetadata 5793 """ 5794 5795 self._allow_phone_auth_override_metadata = allow_phone_auth_override_metadata 5796 5797 @property 5798 def allow_private_signing_groups(self): 5799 """Gets the allow_private_signing_groups of this AccountSettingsInformation. # noqa: E501 5800 5801 # noqa: E501 5802 5803 :return: The allow_private_signing_groups of this AccountSettingsInformation. # noqa: E501 5804 :rtype: str 5805 """ 5806 return self._allow_private_signing_groups 5807 5808 @allow_private_signing_groups.setter 5809 def allow_private_signing_groups(self, allow_private_signing_groups): 5810 """Sets the allow_private_signing_groups of this AccountSettingsInformation. 5811 5812 # noqa: E501 5813 5814 :param allow_private_signing_groups: The allow_private_signing_groups of this AccountSettingsInformation. # noqa: E501 5815 :type: str 5816 """ 5817 5818 self._allow_private_signing_groups = allow_private_signing_groups 5819 5820 @property 5821 def allow_private_signing_groups_metadata(self): 5822 """Gets the allow_private_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 5823 5824 Metadata that indicates whether the `allowPrivateSigningGroups` property is editable. # noqa: E501 5825 5826 :return: The allow_private_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 5827 :rtype: SettingsMetadata 5828 """ 5829 return self._allow_private_signing_groups_metadata 5830 5831 @allow_private_signing_groups_metadata.setter 5832 def allow_private_signing_groups_metadata(self, allow_private_signing_groups_metadata): 5833 """Sets the allow_private_signing_groups_metadata of this AccountSettingsInformation. 5834 5835 Metadata that indicates whether the `allowPrivateSigningGroups` property is editable. # noqa: E501 5836 5837 :param allow_private_signing_groups_metadata: The allow_private_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 5838 :type: SettingsMetadata 5839 """ 5840 5841 self._allow_private_signing_groups_metadata = allow_private_signing_groups_metadata 5842 5843 @property 5844 def allow_recipient_connect(self): 5845 """Gets the allow_recipient_connect of this AccountSettingsInformation. # noqa: E501 5846 5847 # noqa: E501 5848 5849 :return: The allow_recipient_connect of this AccountSettingsInformation. # noqa: E501 5850 :rtype: str 5851 """ 5852 return self._allow_recipient_connect 5853 5854 @allow_recipient_connect.setter 5855 def allow_recipient_connect(self, allow_recipient_connect): 5856 """Sets the allow_recipient_connect of this AccountSettingsInformation. 5857 5858 # noqa: E501 5859 5860 :param allow_recipient_connect: The allow_recipient_connect of this AccountSettingsInformation. # noqa: E501 5861 :type: str 5862 """ 5863 5864 self._allow_recipient_connect = allow_recipient_connect 5865 5866 @property 5867 def allow_recipient_connect_metadata(self): 5868 """Gets the allow_recipient_connect_metadata of this AccountSettingsInformation. # noqa: E501 5869 5870 # noqa: E501 5871 5872 :return: The allow_recipient_connect_metadata of this AccountSettingsInformation. # noqa: E501 5873 :rtype: SettingsMetadata 5874 """ 5875 return self._allow_recipient_connect_metadata 5876 5877 @allow_recipient_connect_metadata.setter 5878 def allow_recipient_connect_metadata(self, allow_recipient_connect_metadata): 5879 """Sets the allow_recipient_connect_metadata of this AccountSettingsInformation. 5880 5881 # noqa: E501 5882 5883 :param allow_recipient_connect_metadata: The allow_recipient_connect_metadata of this AccountSettingsInformation. # noqa: E501 5884 :type: SettingsMetadata 5885 """ 5886 5887 self._allow_recipient_connect_metadata = allow_recipient_connect_metadata 5888 5889 @property 5890 def allow_reminders(self): 5891 """Gets the allow_reminders of this AccountSettingsInformation. # noqa: E501 5892 5893 # noqa: E501 5894 5895 :return: The allow_reminders of this AccountSettingsInformation. # noqa: E501 5896 :rtype: str 5897 """ 5898 return self._allow_reminders 5899 5900 @allow_reminders.setter 5901 def allow_reminders(self, allow_reminders): 5902 """Sets the allow_reminders of this AccountSettingsInformation. 5903 5904 # noqa: E501 5905 5906 :param allow_reminders: The allow_reminders of this AccountSettingsInformation. # noqa: E501 5907 :type: str 5908 """ 5909 5910 self._allow_reminders = allow_reminders 5911 5912 @property 5913 def allow_reminders_metadata(self): 5914 """Gets the allow_reminders_metadata of this AccountSettingsInformation. # noqa: E501 5915 5916 Metadata that indicates whether the `allowReminders` property is editable. # noqa: E501 5917 5918 :return: The allow_reminders_metadata of this AccountSettingsInformation. # noqa: E501 5919 :rtype: SettingsMetadata 5920 """ 5921 return self._allow_reminders_metadata 5922 5923 @allow_reminders_metadata.setter 5924 def allow_reminders_metadata(self, allow_reminders_metadata): 5925 """Sets the allow_reminders_metadata of this AccountSettingsInformation. 5926 5927 Metadata that indicates whether the `allowReminders` property is editable. # noqa: E501 5928 5929 :param allow_reminders_metadata: The allow_reminders_metadata of this AccountSettingsInformation. # noqa: E501 5930 :type: SettingsMetadata 5931 """ 5932 5933 self._allow_reminders_metadata = allow_reminders_metadata 5934 5935 @property 5936 def allow_remote_notary(self): 5937 """Gets the allow_remote_notary of this AccountSettingsInformation. # noqa: E501 5938 5939 # noqa: E501 5940 5941 :return: The allow_remote_notary of this AccountSettingsInformation. # noqa: E501 5942 :rtype: str 5943 """ 5944 return self._allow_remote_notary 5945 5946 @allow_remote_notary.setter 5947 def allow_remote_notary(self, allow_remote_notary): 5948 """Sets the allow_remote_notary of this AccountSettingsInformation. 5949 5950 # noqa: E501 5951 5952 :param allow_remote_notary: The allow_remote_notary of this AccountSettingsInformation. # noqa: E501 5953 :type: str 5954 """ 5955 5956 self._allow_remote_notary = allow_remote_notary 5957 5958 @property 5959 def allow_remote_notary_metadata(self): 5960 """Gets the allow_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 5961 5962 # noqa: E501 5963 5964 :return: The allow_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 5965 :rtype: SettingsMetadata 5966 """ 5967 return self._allow_remote_notary_metadata 5968 5969 @allow_remote_notary_metadata.setter 5970 def allow_remote_notary_metadata(self, allow_remote_notary_metadata): 5971 """Sets the allow_remote_notary_metadata of this AccountSettingsInformation. 5972 5973 # noqa: E501 5974 5975 :param allow_remote_notary_metadata: The allow_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501 5976 :type: SettingsMetadata 5977 """ 5978 5979 self._allow_remote_notary_metadata = allow_remote_notary_metadata 5980 5981 @property 5982 def allow_resource_file_branding(self): 5983 """Gets the allow_resource_file_branding of this AccountSettingsInformation. # noqa: E501 5984 5985 # noqa: E501 5986 5987 :return: The allow_resource_file_branding of this AccountSettingsInformation. # noqa: E501 5988 :rtype: str 5989 """ 5990 return self._allow_resource_file_branding 5991 5992 @allow_resource_file_branding.setter 5993 def allow_resource_file_branding(self, allow_resource_file_branding): 5994 """Sets the allow_resource_file_branding of this AccountSettingsInformation. 5995 5996 # noqa: E501 5997 5998 :param allow_resource_file_branding: The allow_resource_file_branding of this AccountSettingsInformation. # noqa: E501 5999 :type: str 6000 """ 6001 6002 self._allow_resource_file_branding = allow_resource_file_branding 6003 6004 @property 6005 def allow_resource_file_branding_metadata(self): 6006 """Gets the allow_resource_file_branding_metadata of this AccountSettingsInformation. # noqa: E501 6007 6008 Metadata that indicates whether the `allowResourceFileBranding` property is editable. # noqa: E501 6009 6010 :return: The allow_resource_file_branding_metadata of this AccountSettingsInformation. # noqa: E501 6011 :rtype: SettingsMetadata 6012 """ 6013 return self._allow_resource_file_branding_metadata 6014 6015 @allow_resource_file_branding_metadata.setter 6016 def allow_resource_file_branding_metadata(self, allow_resource_file_branding_metadata): 6017 """Sets the allow_resource_file_branding_metadata of this AccountSettingsInformation. 6018 6019 Metadata that indicates whether the `allowResourceFileBranding` property is editable. # noqa: E501 6020 6021 :param allow_resource_file_branding_metadata: The allow_resource_file_branding_metadata of this AccountSettingsInformation. # noqa: E501 6022 :type: SettingsMetadata 6023 """ 6024 6025 self._allow_resource_file_branding_metadata = allow_resource_file_branding_metadata 6026 6027 @property 6028 def allow_safe_bio_pharma_signer_certificate(self): 6029 """Gets the allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. # noqa: E501 6030 6031 # noqa: E501 6032 6033 :return: The allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. # noqa: E501 6034 :rtype: str 6035 """ 6036 return self._allow_safe_bio_pharma_signer_certificate 6037 6038 @allow_safe_bio_pharma_signer_certificate.setter 6039 def allow_safe_bio_pharma_signer_certificate(self, allow_safe_bio_pharma_signer_certificate): 6040 """Sets the allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. 6041 6042 # noqa: E501 6043 6044 :param allow_safe_bio_pharma_signer_certificate: The allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. # noqa: E501 6045 :type: str 6046 """ 6047 6048 self._allow_safe_bio_pharma_signer_certificate = allow_safe_bio_pharma_signer_certificate 6049 6050 @property 6051 def allow_safe_bio_pharma_signer_certificate_metadata(self): 6052 """Gets the allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 6053 6054 Metadata that indicates whether the `allowSafeBioPharmaSignerCertificate` property is editable. # noqa: E501 6055 6056 :return: The allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 6057 :rtype: SettingsMetadata 6058 """ 6059 return self._allow_safe_bio_pharma_signer_certificate_metadata 6060 6061 @allow_safe_bio_pharma_signer_certificate_metadata.setter 6062 def allow_safe_bio_pharma_signer_certificate_metadata(self, allow_safe_bio_pharma_signer_certificate_metadata): 6063 """Sets the allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. 6064 6065 Metadata that indicates whether the `allowSafeBioPharmaSignerCertificate` property is editable. # noqa: E501 6066 6067 :param allow_safe_bio_pharma_signer_certificate_metadata: The allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 6068 :type: SettingsMetadata 6069 """ 6070 6071 self._allow_safe_bio_pharma_signer_certificate_metadata = allow_safe_bio_pharma_signer_certificate_metadata 6072 6073 @property 6074 def allow_scheduled_sending(self): 6075 """Gets the allow_scheduled_sending of this AccountSettingsInformation. # noqa: E501 6076 6077 \"true\" if the account has permission to use the scheduled sending feature to send envelopes at a specified datetime in the future, \"false\" otherwise. # noqa: E501 6078 6079 :return: The allow_scheduled_sending of this AccountSettingsInformation. # noqa: E501 6080 :rtype: str 6081 """ 6082 return self._allow_scheduled_sending 6083 6084 @allow_scheduled_sending.setter 6085 def allow_scheduled_sending(self, allow_scheduled_sending): 6086 """Sets the allow_scheduled_sending of this AccountSettingsInformation. 6087 6088 \"true\" if the account has permission to use the scheduled sending feature to send envelopes at a specified datetime in the future, \"false\" otherwise. # noqa: E501 6089 6090 :param allow_scheduled_sending: The allow_scheduled_sending of this AccountSettingsInformation. # noqa: E501 6091 :type: str 6092 """ 6093 6094 self._allow_scheduled_sending = allow_scheduled_sending 6095 6096 @property 6097 def allow_scheduled_sending_metadata(self): 6098 """Gets the allow_scheduled_sending_metadata of this AccountSettingsInformation. # noqa: E501 6099 6100 # noqa: E501 6101 6102 :return: The allow_scheduled_sending_metadata of this AccountSettingsInformation. # noqa: E501 6103 :rtype: SettingsMetadata 6104 """ 6105 return self._allow_scheduled_sending_metadata 6106 6107 @allow_scheduled_sending_metadata.setter 6108 def allow_scheduled_sending_metadata(self, allow_scheduled_sending_metadata): 6109 """Sets the allow_scheduled_sending_metadata of this AccountSettingsInformation. 6110 6111 # noqa: E501 6112 6113 :param allow_scheduled_sending_metadata: The allow_scheduled_sending_metadata of this AccountSettingsInformation. # noqa: E501 6114 :type: SettingsMetadata 6115 """ 6116 6117 self._allow_scheduled_sending_metadata = allow_scheduled_sending_metadata 6118 6119 @property 6120 def allow_security_appliance(self): 6121 """Gets the allow_security_appliance of this AccountSettingsInformation. # noqa: E501 6122 6123 # noqa: E501 6124 6125 :return: The allow_security_appliance of this AccountSettingsInformation. # noqa: E501 6126 :rtype: str 6127 """ 6128 return self._allow_security_appliance 6129 6130 @allow_security_appliance.setter 6131 def allow_security_appliance(self, allow_security_appliance): 6132 """Sets the allow_security_appliance of this AccountSettingsInformation. 6133 6134 # noqa: E501 6135 6136 :param allow_security_appliance: The allow_security_appliance of this AccountSettingsInformation. # noqa: E501 6137 :type: str 6138 """ 6139 6140 self._allow_security_appliance = allow_security_appliance 6141 6142 @property 6143 def allow_security_appliance_metadata(self): 6144 """Gets the allow_security_appliance_metadata of this AccountSettingsInformation. # noqa: E501 6145 6146 Metadata that indicates whether the `allowSecurityAppliance` property is editable. # noqa: E501 6147 6148 :return: The allow_security_appliance_metadata of this AccountSettingsInformation. # noqa: E501 6149 :rtype: SettingsMetadata 6150 """ 6151 return self._allow_security_appliance_metadata 6152 6153 @allow_security_appliance_metadata.setter 6154 def allow_security_appliance_metadata(self, allow_security_appliance_metadata): 6155 """Sets the allow_security_appliance_metadata of this AccountSettingsInformation. 6156 6157 Metadata that indicates whether the `allowSecurityAppliance` property is editable. # noqa: E501 6158 6159 :param allow_security_appliance_metadata: The allow_security_appliance_metadata of this AccountSettingsInformation. # noqa: E501 6160 :type: SettingsMetadata 6161 """ 6162 6163 self._allow_security_appliance_metadata = allow_security_appliance_metadata 6164 6165 @property 6166 def allow_sending_envelopes_on_behalf_of_others(self): 6167 """Gets the allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 6168 6169 # noqa: E501 6170 6171 :return: The allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 6172 :rtype: str 6173 """ 6174 return self._allow_sending_envelopes_on_behalf_of_others 6175 6176 @allow_sending_envelopes_on_behalf_of_others.setter 6177 def allow_sending_envelopes_on_behalf_of_others(self, allow_sending_envelopes_on_behalf_of_others): 6178 """Sets the allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. 6179 6180 # noqa: E501 6181 6182 :param allow_sending_envelopes_on_behalf_of_others: The allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501 6183 :type: str 6184 """ 6185 6186 self._allow_sending_envelopes_on_behalf_of_others = allow_sending_envelopes_on_behalf_of_others 6187 6188 @property 6189 def allow_sending_envelopes_on_behalf_of_others_metadata(self): 6190 """Gets the allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 6191 6192 6193 :return: The allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 6194 :rtype: SettingsMetadata 6195 """ 6196 return self._allow_sending_envelopes_on_behalf_of_others_metadata 6197 6198 @allow_sending_envelopes_on_behalf_of_others_metadata.setter 6199 def allow_sending_envelopes_on_behalf_of_others_metadata(self, allow_sending_envelopes_on_behalf_of_others_metadata): 6200 """Sets the allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. 6201 6202 6203 :param allow_sending_envelopes_on_behalf_of_others_metadata: The allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501 6204 :type: SettingsMetadata 6205 """ 6206 6207 self._allow_sending_envelopes_on_behalf_of_others_metadata = allow_sending_envelopes_on_behalf_of_others_metadata 6208 6209 @property 6210 def allow_send_to_certified_delivery(self): 6211 """Gets the allow_send_to_certified_delivery of this AccountSettingsInformation. # noqa: E501 6212 6213 # noqa: E501 6214 6215 :return: The allow_send_to_certified_delivery of this AccountSettingsInformation. # noqa: E501 6216 :rtype: str 6217 """ 6218 return self._allow_send_to_certified_delivery 6219 6220 @allow_send_to_certified_delivery.setter 6221 def allow_send_to_certified_delivery(self, allow_send_to_certified_delivery): 6222 """Sets the allow_send_to_certified_delivery of this AccountSettingsInformation. 6223 6224 # noqa: E501 6225 6226 :param allow_send_to_certified_delivery: The allow_send_to_certified_delivery of this AccountSettingsInformation. # noqa: E501 6227 :type: str 6228 """ 6229 6230 self._allow_send_to_certified_delivery = allow_send_to_certified_delivery 6231 6232 @property 6233 def allow_send_to_certified_delivery_metadata(self): 6234 """Gets the allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. # noqa: E501 6235 6236 Metadata that indicates whether the `allowSendToCertifiedDelivery` property is editable. # noqa: E501 6237 6238 :return: The allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. # noqa: E501 6239 :rtype: SettingsMetadata 6240 """ 6241 return self._allow_send_to_certified_delivery_metadata 6242 6243 @allow_send_to_certified_delivery_metadata.setter 6244 def allow_send_to_certified_delivery_metadata(self, allow_send_to_certified_delivery_metadata): 6245 """Sets the allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. 6246 6247 Metadata that indicates whether the `allowSendToCertifiedDelivery` property is editable. # noqa: E501 6248 6249 :param allow_send_to_certified_delivery_metadata: The allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. # noqa: E501 6250 :type: SettingsMetadata 6251 """ 6252 6253 self._allow_send_to_certified_delivery_metadata = allow_send_to_certified_delivery_metadata 6254 6255 @property 6256 def allow_send_to_intermediary(self): 6257 """Gets the allow_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 6258 6259 # noqa: E501 6260 6261 :return: The allow_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 6262 :rtype: str 6263 """ 6264 return self._allow_send_to_intermediary 6265 6266 @allow_send_to_intermediary.setter 6267 def allow_send_to_intermediary(self, allow_send_to_intermediary): 6268 """Sets the allow_send_to_intermediary of this AccountSettingsInformation. 6269 6270 # noqa: E501 6271 6272 :param allow_send_to_intermediary: The allow_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 6273 :type: str 6274 """ 6275 6276 self._allow_send_to_intermediary = allow_send_to_intermediary 6277 6278 @property 6279 def allow_send_to_intermediary_metadata(self): 6280 """Gets the allow_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 6281 6282 Metadata that indicates whether the `allowSendToIntermediary` property is editable. # noqa: E501 6283 6284 :return: The allow_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 6285 :rtype: SettingsMetadata 6286 """ 6287 return self._allow_send_to_intermediary_metadata 6288 6289 @allow_send_to_intermediary_metadata.setter 6290 def allow_send_to_intermediary_metadata(self, allow_send_to_intermediary_metadata): 6291 """Sets the allow_send_to_intermediary_metadata of this AccountSettingsInformation. 6292 6293 Metadata that indicates whether the `allowSendToIntermediary` property is editable. # noqa: E501 6294 6295 :param allow_send_to_intermediary_metadata: The allow_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 6296 :type: SettingsMetadata 6297 """ 6298 6299 self._allow_send_to_intermediary_metadata = allow_send_to_intermediary_metadata 6300 6301 @property 6302 def allow_server_templates(self): 6303 """Gets the allow_server_templates of this AccountSettingsInformation. # noqa: E501 6304 6305 # noqa: E501 6306 6307 :return: The allow_server_templates of this AccountSettingsInformation. # noqa: E501 6308 :rtype: str 6309 """ 6310 return self._allow_server_templates 6311 6312 @allow_server_templates.setter 6313 def allow_server_templates(self, allow_server_templates): 6314 """Sets the allow_server_templates of this AccountSettingsInformation. 6315 6316 # noqa: E501 6317 6318 :param allow_server_templates: The allow_server_templates of this AccountSettingsInformation. # noqa: E501 6319 :type: str 6320 """ 6321 6322 self._allow_server_templates = allow_server_templates 6323 6324 @property 6325 def allow_server_templates_metadata(self): 6326 """Gets the allow_server_templates_metadata of this AccountSettingsInformation. # noqa: E501 6327 6328 Metadata that indicates whether the `allowServerTemplates` property is editable. # noqa: E501 6329 6330 :return: The allow_server_templates_metadata of this AccountSettingsInformation. # noqa: E501 6331 :rtype: SettingsMetadata 6332 """ 6333 return self._allow_server_templates_metadata 6334 6335 @allow_server_templates_metadata.setter 6336 def allow_server_templates_metadata(self, allow_server_templates_metadata): 6337 """Sets the allow_server_templates_metadata of this AccountSettingsInformation. 6338 6339 Metadata that indicates whether the `allowServerTemplates` property is editable. # noqa: E501 6340 6341 :param allow_server_templates_metadata: The allow_server_templates_metadata of this AccountSettingsInformation. # noqa: E501 6342 :type: SettingsMetadata 6343 """ 6344 6345 self._allow_server_templates_metadata = allow_server_templates_metadata 6346 6347 @property 6348 def allow_set_embedded_recipient_start_url(self): 6349 """Gets the allow_set_embedded_recipient_start_url of this AccountSettingsInformation. # noqa: E501 6350 6351 # noqa: E501 6352 6353 :return: The allow_set_embedded_recipient_start_url of this AccountSettingsInformation. # noqa: E501 6354 :rtype: str 6355 """ 6356 return self._allow_set_embedded_recipient_start_url 6357 6358 @allow_set_embedded_recipient_start_url.setter 6359 def allow_set_embedded_recipient_start_url(self, allow_set_embedded_recipient_start_url): 6360 """Sets the allow_set_embedded_recipient_start_url of this AccountSettingsInformation. 6361 6362 # noqa: E501 6363 6364 :param allow_set_embedded_recipient_start_url: The allow_set_embedded_recipient_start_url of this AccountSettingsInformation. # noqa: E501 6365 :type: str 6366 """ 6367 6368 self._allow_set_embedded_recipient_start_url = allow_set_embedded_recipient_start_url 6369 6370 @property 6371 def allow_set_embedded_recipient_start_url_metadata(self): 6372 """Gets the allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. # noqa: E501 6373 6374 # noqa: E501 6375 6376 :return: The allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. # noqa: E501 6377 :rtype: SettingsMetadata 6378 """ 6379 return self._allow_set_embedded_recipient_start_url_metadata 6380 6381 @allow_set_embedded_recipient_start_url_metadata.setter 6382 def allow_set_embedded_recipient_start_url_metadata(self, allow_set_embedded_recipient_start_url_metadata): 6383 """Sets the allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. 6384 6385 # noqa: E501 6386 6387 :param allow_set_embedded_recipient_start_url_metadata: The allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. # noqa: E501 6388 :type: SettingsMetadata 6389 """ 6390 6391 self._allow_set_embedded_recipient_start_url_metadata = allow_set_embedded_recipient_start_url_metadata 6392 6393 @property 6394 def allow_shared_tabs(self): 6395 """Gets the allow_shared_tabs of this AccountSettingsInformation. # noqa: E501 6396 6397 # noqa: E501 6398 6399 :return: The allow_shared_tabs of this AccountSettingsInformation. # noqa: E501 6400 :rtype: str 6401 """ 6402 return self._allow_shared_tabs 6403 6404 @allow_shared_tabs.setter 6405 def allow_shared_tabs(self, allow_shared_tabs): 6406 """Sets the allow_shared_tabs of this AccountSettingsInformation. 6407 6408 # noqa: E501 6409 6410 :param allow_shared_tabs: The allow_shared_tabs of this AccountSettingsInformation. # noqa: E501 6411 :type: str 6412 """ 6413 6414 self._allow_shared_tabs = allow_shared_tabs 6415 6416 @property 6417 def allow_shared_tabs_metadata(self): 6418 """Gets the allow_shared_tabs_metadata of this AccountSettingsInformation. # noqa: E501 6419 6420 Metadata that indicates whether the `allowSharedTabs` property is editable. # noqa: E501 6421 6422 :return: The allow_shared_tabs_metadata of this AccountSettingsInformation. # noqa: E501 6423 :rtype: SettingsMetadata 6424 """ 6425 return self._allow_shared_tabs_metadata 6426 6427 @allow_shared_tabs_metadata.setter 6428 def allow_shared_tabs_metadata(self, allow_shared_tabs_metadata): 6429 """Sets the allow_shared_tabs_metadata of this AccountSettingsInformation. 6430 6431 Metadata that indicates whether the `allowSharedTabs` property is editable. # noqa: E501 6432 6433 :param allow_shared_tabs_metadata: The allow_shared_tabs_metadata of this AccountSettingsInformation. # noqa: E501 6434 :type: SettingsMetadata 6435 """ 6436 6437 self._allow_shared_tabs_metadata = allow_shared_tabs_metadata 6438 6439 @property 6440 def allow_signature_stamps(self): 6441 """Gets the allow_signature_stamps of this AccountSettingsInformation. # noqa: E501 6442 6443 # noqa: E501 6444 6445 :return: The allow_signature_stamps of this AccountSettingsInformation. # noqa: E501 6446 :rtype: str 6447 """ 6448 return self._allow_signature_stamps 6449 6450 @allow_signature_stamps.setter 6451 def allow_signature_stamps(self, allow_signature_stamps): 6452 """Sets the allow_signature_stamps of this AccountSettingsInformation. 6453 6454 # noqa: E501 6455 6456 :param allow_signature_stamps: The allow_signature_stamps of this AccountSettingsInformation. # noqa: E501 6457 :type: str 6458 """ 6459 6460 self._allow_signature_stamps = allow_signature_stamps 6461 6462 @property 6463 def allow_signature_stamps_metadata(self): 6464 """Gets the allow_signature_stamps_metadata of this AccountSettingsInformation. # noqa: E501 6465 6466 Metadata that indicates whether the `allowSignatureStamps` property is editable. # noqa: E501 6467 6468 :return: The allow_signature_stamps_metadata of this AccountSettingsInformation. # noqa: E501 6469 :rtype: SettingsMetadata 6470 """ 6471 return self._allow_signature_stamps_metadata 6472 6473 @allow_signature_stamps_metadata.setter 6474 def allow_signature_stamps_metadata(self, allow_signature_stamps_metadata): 6475 """Sets the allow_signature_stamps_metadata of this AccountSettingsInformation. 6476 6477 Metadata that indicates whether the `allowSignatureStamps` property is editable. # noqa: E501 6478 6479 :param allow_signature_stamps_metadata: The allow_signature_stamps_metadata of this AccountSettingsInformation. # noqa: E501 6480 :type: SettingsMetadata 6481 """ 6482 6483 self._allow_signature_stamps_metadata = allow_signature_stamps_metadata 6484 6485 @property 6486 def allow_sign_document_from_home_page(self): 6487 """Gets the allow_sign_document_from_home_page of this AccountSettingsInformation. # noqa: E501 6488 6489 # noqa: E501 6490 6491 :return: The allow_sign_document_from_home_page of this AccountSettingsInformation. # noqa: E501 6492 :rtype: str 6493 """ 6494 return self._allow_sign_document_from_home_page 6495 6496 @allow_sign_document_from_home_page.setter 6497 def allow_sign_document_from_home_page(self, allow_sign_document_from_home_page): 6498 """Sets the allow_sign_document_from_home_page of this AccountSettingsInformation. 6499 6500 # noqa: E501 6501 6502 :param allow_sign_document_from_home_page: The allow_sign_document_from_home_page of this AccountSettingsInformation. # noqa: E501 6503 :type: str 6504 """ 6505 6506 self._allow_sign_document_from_home_page = allow_sign_document_from_home_page 6507 6508 @property 6509 def allow_sign_document_from_home_page_metadata(self): 6510 """Gets the allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. # noqa: E501 6511 6512 Metadata that indicates whether the `allowSignDocumentFromHomePage` property is editable. # noqa: E501 6513 6514 :return: The allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. # noqa: E501 6515 :rtype: SettingsMetadata 6516 """ 6517 return self._allow_sign_document_from_home_page_metadata 6518 6519 @allow_sign_document_from_home_page_metadata.setter 6520 def allow_sign_document_from_home_page_metadata(self, allow_sign_document_from_home_page_metadata): 6521 """Sets the allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. 6522 6523 Metadata that indicates whether the `allowSignDocumentFromHomePage` property is editable. # noqa: E501 6524 6525 :param allow_sign_document_from_home_page_metadata: The allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. # noqa: E501 6526 :type: SettingsMetadata 6527 """ 6528 6529 self._allow_sign_document_from_home_page_metadata = allow_sign_document_from_home_page_metadata 6530 6531 @property 6532 def allow_signer_reassign(self): 6533 """Gets the allow_signer_reassign of this AccountSettingsInformation. # noqa: E501 6534 6535 # noqa: E501 6536 6537 :return: The allow_signer_reassign of this AccountSettingsInformation. # noqa: E501 6538 :rtype: str 6539 """ 6540 return self._allow_signer_reassign 6541 6542 @allow_signer_reassign.setter 6543 def allow_signer_reassign(self, allow_signer_reassign): 6544 """Sets the allow_signer_reassign of this AccountSettingsInformation. 6545 6546 # noqa: E501 6547 6548 :param allow_signer_reassign: The allow_signer_reassign of this AccountSettingsInformation. # noqa: E501 6549 :type: str 6550 """ 6551 6552 self._allow_signer_reassign = allow_signer_reassign 6553 6554 @property 6555 def allow_signer_reassign_metadata(self): 6556 """Gets the allow_signer_reassign_metadata of this AccountSettingsInformation. # noqa: E501 6557 6558 Metadata that indicates whether the `allowSignerReassign` property is editable. # noqa: E501 6559 6560 :return: The allow_signer_reassign_metadata of this AccountSettingsInformation. # noqa: E501 6561 :rtype: SettingsMetadata 6562 """ 6563 return self._allow_signer_reassign_metadata 6564 6565 @allow_signer_reassign_metadata.setter 6566 def allow_signer_reassign_metadata(self, allow_signer_reassign_metadata): 6567 """Sets the allow_signer_reassign_metadata of this AccountSettingsInformation. 6568 6569 Metadata that indicates whether the `allowSignerReassign` property is editable. # noqa: E501 6570 6571 :param allow_signer_reassign_metadata: The allow_signer_reassign_metadata of this AccountSettingsInformation. # noqa: E501 6572 :type: SettingsMetadata 6573 """ 6574 6575 self._allow_signer_reassign_metadata = allow_signer_reassign_metadata 6576 6577 @property 6578 def allow_signer_reassign_override(self): 6579 """Gets the allow_signer_reassign_override of this AccountSettingsInformation. # noqa: E501 6580 6581 # noqa: E501 6582 6583 :return: The allow_signer_reassign_override of this AccountSettingsInformation. # noqa: E501 6584 :rtype: str 6585 """ 6586 return self._allow_signer_reassign_override 6587 6588 @allow_signer_reassign_override.setter 6589 def allow_signer_reassign_override(self, allow_signer_reassign_override): 6590 """Sets the allow_signer_reassign_override of this AccountSettingsInformation. 6591 6592 # noqa: E501 6593 6594 :param allow_signer_reassign_override: The allow_signer_reassign_override of this AccountSettingsInformation. # noqa: E501 6595 :type: str 6596 """ 6597 6598 self._allow_signer_reassign_override = allow_signer_reassign_override 6599 6600 @property 6601 def allow_signer_reassign_override_metadata(self): 6602 """Gets the allow_signer_reassign_override_metadata of this AccountSettingsInformation. # noqa: E501 6603 6604 Metadata that indicates whether the `allowSignerReassignOverride` property is editable. # noqa: E501 6605 6606 :return: The allow_signer_reassign_override_metadata of this AccountSettingsInformation. # noqa: E501 6607 :rtype: SettingsMetadata 6608 """ 6609 return self._allow_signer_reassign_override_metadata 6610 6611 @allow_signer_reassign_override_metadata.setter 6612 def allow_signer_reassign_override_metadata(self, allow_signer_reassign_override_metadata): 6613 """Sets the allow_signer_reassign_override_metadata of this AccountSettingsInformation. 6614 6615 Metadata that indicates whether the `allowSignerReassignOverride` property is editable. # noqa: E501 6616 6617 :param allow_signer_reassign_override_metadata: The allow_signer_reassign_override_metadata of this AccountSettingsInformation. # noqa: E501 6618 :type: SettingsMetadata 6619 """ 6620 6621 self._allow_signer_reassign_override_metadata = allow_signer_reassign_override_metadata 6622 6623 @property 6624 def allow_signing_extensions(self): 6625 """Gets the allow_signing_extensions of this AccountSettingsInformation. # noqa: E501 6626 6627 # noqa: E501 6628 6629 :return: The allow_signing_extensions of this AccountSettingsInformation. # noqa: E501 6630 :rtype: str 6631 """ 6632 return self._allow_signing_extensions 6633 6634 @allow_signing_extensions.setter 6635 def allow_signing_extensions(self, allow_signing_extensions): 6636 """Sets the allow_signing_extensions of this AccountSettingsInformation. 6637 6638 # noqa: E501 6639 6640 :param allow_signing_extensions: The allow_signing_extensions of this AccountSettingsInformation. # noqa: E501 6641 :type: str 6642 """ 6643 6644 self._allow_signing_extensions = allow_signing_extensions 6645 6646 @property 6647 def allow_signing_extensions_metadata(self): 6648 """Gets the allow_signing_extensions_metadata of this AccountSettingsInformation. # noqa: E501 6649 6650 Metadata that indicates whether the `allowSigningExtensions` property is editable. # noqa: E501 6651 6652 :return: The allow_signing_extensions_metadata of this AccountSettingsInformation. # noqa: E501 6653 :rtype: SettingsMetadata 6654 """ 6655 return self._allow_signing_extensions_metadata 6656 6657 @allow_signing_extensions_metadata.setter 6658 def allow_signing_extensions_metadata(self, allow_signing_extensions_metadata): 6659 """Sets the allow_signing_extensions_metadata of this AccountSettingsInformation. 6660 6661 Metadata that indicates whether the `allowSigningExtensions` property is editable. # noqa: E501 6662 6663 :param allow_signing_extensions_metadata: The allow_signing_extensions_metadata of this AccountSettingsInformation. # noqa: E501 6664 :type: SettingsMetadata 6665 """ 6666 6667 self._allow_signing_extensions_metadata = allow_signing_extensions_metadata 6668 6669 @property 6670 def allow_signing_groups(self): 6671 """Gets the allow_signing_groups of this AccountSettingsInformation. # noqa: E501 6672 6673 # noqa: E501 6674 6675 :return: The allow_signing_groups of this AccountSettingsInformation. # noqa: E501 6676 :rtype: str 6677 """ 6678 return self._allow_signing_groups 6679 6680 @allow_signing_groups.setter 6681 def allow_signing_groups(self, allow_signing_groups): 6682 """Sets the allow_signing_groups of this AccountSettingsInformation. 6683 6684 # noqa: E501 6685 6686 :param allow_signing_groups: The allow_signing_groups of this AccountSettingsInformation. # noqa: E501 6687 :type: str 6688 """ 6689 6690 self._allow_signing_groups = allow_signing_groups 6691 6692 @property 6693 def allow_signing_groups_metadata(self): 6694 """Gets the allow_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 6695 6696 Metadata that indicates whether the `allowSigningGroups` property is editable. # noqa: E501 6697 6698 :return: The allow_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 6699 :rtype: SettingsMetadata 6700 """ 6701 return self._allow_signing_groups_metadata 6702 6703 @allow_signing_groups_metadata.setter 6704 def allow_signing_groups_metadata(self, allow_signing_groups_metadata): 6705 """Sets the allow_signing_groups_metadata of this AccountSettingsInformation. 6706 6707 Metadata that indicates whether the `allowSigningGroups` property is editable. # noqa: E501 6708 6709 :param allow_signing_groups_metadata: The allow_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 6710 :type: SettingsMetadata 6711 """ 6712 6713 self._allow_signing_groups_metadata = allow_signing_groups_metadata 6714 6715 @property 6716 def allow_signing_insights(self): 6717 """Gets the allow_signing_insights of this AccountSettingsInformation. # noqa: E501 6718 6719 # noqa: E501 6720 6721 :return: The allow_signing_insights of this AccountSettingsInformation. # noqa: E501 6722 :rtype: str 6723 """ 6724 return self._allow_signing_insights 6725 6726 @allow_signing_insights.setter 6727 def allow_signing_insights(self, allow_signing_insights): 6728 """Sets the allow_signing_insights of this AccountSettingsInformation. 6729 6730 # noqa: E501 6731 6732 :param allow_signing_insights: The allow_signing_insights of this AccountSettingsInformation. # noqa: E501 6733 :type: str 6734 """ 6735 6736 self._allow_signing_insights = allow_signing_insights 6737 6738 @property 6739 def allow_signing_insights_metadata(self): 6740 """Gets the allow_signing_insights_metadata of this AccountSettingsInformation. # noqa: E501 6741 6742 # noqa: E501 6743 6744 :return: The allow_signing_insights_metadata of this AccountSettingsInformation. # noqa: E501 6745 :rtype: SettingsMetadata 6746 """ 6747 return self._allow_signing_insights_metadata 6748 6749 @allow_signing_insights_metadata.setter 6750 def allow_signing_insights_metadata(self, allow_signing_insights_metadata): 6751 """Sets the allow_signing_insights_metadata of this AccountSettingsInformation. 6752 6753 # noqa: E501 6754 6755 :param allow_signing_insights_metadata: The allow_signing_insights_metadata of this AccountSettingsInformation. # noqa: E501 6756 :type: SettingsMetadata 6757 """ 6758 6759 self._allow_signing_insights_metadata = allow_signing_insights_metadata 6760 6761 @property 6762 def allow_signing_radio_deselect(self): 6763 """Gets the allow_signing_radio_deselect of this AccountSettingsInformation. # noqa: E501 6764 6765 # noqa: E501 6766 6767 :return: The allow_signing_radio_deselect of this AccountSettingsInformation. # noqa: E501 6768 :rtype: str 6769 """ 6770 return self._allow_signing_radio_deselect 6771 6772 @allow_signing_radio_deselect.setter 6773 def allow_signing_radio_deselect(self, allow_signing_radio_deselect): 6774 """Sets the allow_signing_radio_deselect of this AccountSettingsInformation. 6775 6776 # noqa: E501 6777 6778 :param allow_signing_radio_deselect: The allow_signing_radio_deselect of this AccountSettingsInformation. # noqa: E501 6779 :type: str 6780 """ 6781 6782 self._allow_signing_radio_deselect = allow_signing_radio_deselect 6783 6784 @property 6785 def allow_signing_radio_deselect_metadata(self): 6786 """Gets the allow_signing_radio_deselect_metadata of this AccountSettingsInformation. # noqa: E501 6787 6788 Metadata that indicates whether the `allowSigningRadioDeselect` property is editable. # noqa: E501 6789 6790 :return: The allow_signing_radio_deselect_metadata of this AccountSettingsInformation. # noqa: E501 6791 :rtype: SettingsMetadata 6792 """ 6793 return self._allow_signing_radio_deselect_metadata 6794 6795 @allow_signing_radio_deselect_metadata.setter 6796 def allow_signing_radio_deselect_metadata(self, allow_signing_radio_deselect_metadata): 6797 """Sets the allow_signing_radio_deselect_metadata of this AccountSettingsInformation. 6798 6799 Metadata that indicates whether the `allowSigningRadioDeselect` property is editable. # noqa: E501 6800 6801 :param allow_signing_radio_deselect_metadata: The allow_signing_radio_deselect_metadata of this AccountSettingsInformation. # noqa: E501 6802 :type: SettingsMetadata 6803 """ 6804 6805 self._allow_signing_radio_deselect_metadata = allow_signing_radio_deselect_metadata 6806 6807 @property 6808 def allow_sign_now(self): 6809 """Gets the allow_sign_now of this AccountSettingsInformation. # noqa: E501 6810 6811 # noqa: E501 6812 6813 :return: The allow_sign_now of this AccountSettingsInformation. # noqa: E501 6814 :rtype: str 6815 """ 6816 return self._allow_sign_now 6817 6818 @allow_sign_now.setter 6819 def allow_sign_now(self, allow_sign_now): 6820 """Sets the allow_sign_now of this AccountSettingsInformation. 6821 6822 # noqa: E501 6823 6824 :param allow_sign_now: The allow_sign_now of this AccountSettingsInformation. # noqa: E501 6825 :type: str 6826 """ 6827 6828 self._allow_sign_now = allow_sign_now 6829 6830 @property 6831 def allow_sign_now_metadata(self): 6832 """Gets the allow_sign_now_metadata of this AccountSettingsInformation. # noqa: E501 6833 6834 # noqa: E501 6835 6836 :return: The allow_sign_now_metadata of this AccountSettingsInformation. # noqa: E501 6837 :rtype: str 6838 """ 6839 return self._allow_sign_now_metadata 6840 6841 @allow_sign_now_metadata.setter 6842 def allow_sign_now_metadata(self, allow_sign_now_metadata): 6843 """Sets the allow_sign_now_metadata of this AccountSettingsInformation. 6844 6845 # noqa: E501 6846 6847 :param allow_sign_now_metadata: The allow_sign_now_metadata of this AccountSettingsInformation. # noqa: E501 6848 :type: str 6849 """ 6850 6851 self._allow_sign_now_metadata = allow_sign_now_metadata 6852 6853 @property 6854 def allow_sms_delivery(self): 6855 """Gets the allow_sms_delivery of this AccountSettingsInformation. # noqa: E501 6856 6857 # noqa: E501 6858 6859 :return: The allow_sms_delivery of this AccountSettingsInformation. # noqa: E501 6860 :rtype: str 6861 """ 6862 return self._allow_sms_delivery 6863 6864 @allow_sms_delivery.setter 6865 def allow_sms_delivery(self, allow_sms_delivery): 6866 """Sets the allow_sms_delivery of this AccountSettingsInformation. 6867 6868 # noqa: E501 6869 6870 :param allow_sms_delivery: The allow_sms_delivery of this AccountSettingsInformation. # noqa: E501 6871 :type: str 6872 """ 6873 6874 self._allow_sms_delivery = allow_sms_delivery 6875 6876 @property 6877 def allow_sms_delivery_metadata(self): 6878 """Gets the allow_sms_delivery_metadata of this AccountSettingsInformation. # noqa: E501 6879 6880 # noqa: E501 6881 6882 :return: The allow_sms_delivery_metadata of this AccountSettingsInformation. # noqa: E501 6883 :rtype: SettingsMetadata 6884 """ 6885 return self._allow_sms_delivery_metadata 6886 6887 @allow_sms_delivery_metadata.setter 6888 def allow_sms_delivery_metadata(self, allow_sms_delivery_metadata): 6889 """Sets the allow_sms_delivery_metadata of this AccountSettingsInformation. 6890 6891 # noqa: E501 6892 6893 :param allow_sms_delivery_metadata: The allow_sms_delivery_metadata of this AccountSettingsInformation. # noqa: E501 6894 :type: SettingsMetadata 6895 """ 6896 6897 self._allow_sms_delivery_metadata = allow_sms_delivery_metadata 6898 6899 @property 6900 def allow_social_id_login(self): 6901 """Gets the allow_social_id_login of this AccountSettingsInformation. # noqa: E501 6902 6903 # noqa: E501 6904 6905 :return: The allow_social_id_login of this AccountSettingsInformation. # noqa: E501 6906 :rtype: str 6907 """ 6908 return self._allow_social_id_login 6909 6910 @allow_social_id_login.setter 6911 def allow_social_id_login(self, allow_social_id_login): 6912 """Sets the allow_social_id_login of this AccountSettingsInformation. 6913 6914 # noqa: E501 6915 6916 :param allow_social_id_login: The allow_social_id_login of this AccountSettingsInformation. # noqa: E501 6917 :type: str 6918 """ 6919 6920 self._allow_social_id_login = allow_social_id_login 6921 6922 @property 6923 def allow_social_id_login_metadata(self): 6924 """Gets the allow_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 6925 6926 Deprecated. # noqa: E501 6927 6928 :return: The allow_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 6929 :rtype: SettingsMetadata 6930 """ 6931 return self._allow_social_id_login_metadata 6932 6933 @allow_social_id_login_metadata.setter 6934 def allow_social_id_login_metadata(self, allow_social_id_login_metadata): 6935 """Sets the allow_social_id_login_metadata of this AccountSettingsInformation. 6936 6937 Deprecated. # noqa: E501 6938 6939 :param allow_social_id_login_metadata: The allow_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 6940 :type: SettingsMetadata 6941 """ 6942 6943 self._allow_social_id_login_metadata = allow_social_id_login_metadata 6944 6945 @property 6946 def allow_supplemental_documents(self): 6947 """Gets the allow_supplemental_documents of this AccountSettingsInformation. # noqa: E501 6948 6949 # noqa: E501 6950 6951 :return: The allow_supplemental_documents of this AccountSettingsInformation. # noqa: E501 6952 :rtype: str 6953 """ 6954 return self._allow_supplemental_documents 6955 6956 @allow_supplemental_documents.setter 6957 def allow_supplemental_documents(self, allow_supplemental_documents): 6958 """Sets the allow_supplemental_documents of this AccountSettingsInformation. 6959 6960 # noqa: E501 6961 6962 :param allow_supplemental_documents: The allow_supplemental_documents of this AccountSettingsInformation. # noqa: E501 6963 :type: str 6964 """ 6965 6966 self._allow_supplemental_documents = allow_supplemental_documents 6967 6968 @property 6969 def allow_supplemental_documents_metadata(self): 6970 """Gets the allow_supplemental_documents_metadata of this AccountSettingsInformation. # noqa: E501 6971 6972 Metadata that indicates whether the `allowSupplementalDocuments` property is editable. # noqa: E501 6973 6974 :return: The allow_supplemental_documents_metadata of this AccountSettingsInformation. # noqa: E501 6975 :rtype: SettingsMetadata 6976 """ 6977 return self._allow_supplemental_documents_metadata 6978 6979 @allow_supplemental_documents_metadata.setter 6980 def allow_supplemental_documents_metadata(self, allow_supplemental_documents_metadata): 6981 """Sets the allow_supplemental_documents_metadata of this AccountSettingsInformation. 6982 6983 Metadata that indicates whether the `allowSupplementalDocuments` property is editable. # noqa: E501 6984 6985 :param allow_supplemental_documents_metadata: The allow_supplemental_documents_metadata of this AccountSettingsInformation. # noqa: E501 6986 :type: SettingsMetadata 6987 """ 6988 6989 self._allow_supplemental_documents_metadata = allow_supplemental_documents_metadata 6990 6991 @property 6992 def allow_third_party_electronic_notary(self): 6993 """Gets the allow_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 6994 6995 Account level flag that determines the availability to perform Third Party Notary (3PN) actions. # noqa: E501 6996 6997 :return: The allow_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 6998 :rtype: str 6999 """ 7000 return self._allow_third_party_electronic_notary 7001 7002 @allow_third_party_electronic_notary.setter 7003 def allow_third_party_electronic_notary(self, allow_third_party_electronic_notary): 7004 """Sets the allow_third_party_electronic_notary of this AccountSettingsInformation. 7005 7006 Account level flag that determines the availability to perform Third Party Notary (3PN) actions. # noqa: E501 7007 7008 :param allow_third_party_electronic_notary: The allow_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501 7009 :type: str 7010 """ 7011 7012 self._allow_third_party_electronic_notary = allow_third_party_electronic_notary 7013 7014 @property 7015 def allow_third_party_electronic_notary_metadata(self): 7016 """Gets the allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 7017 7018 7019 :return: The allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 7020 :rtype: SettingsMetadata 7021 """ 7022 return self._allow_third_party_electronic_notary_metadata 7023 7024 @allow_third_party_electronic_notary_metadata.setter 7025 def allow_third_party_electronic_notary_metadata(self, allow_third_party_electronic_notary_metadata): 7026 """Sets the allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. 7027 7028 7029 :param allow_third_party_electronic_notary_metadata: The allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501 7030 :type: SettingsMetadata 7031 """ 7032 7033 self._allow_third_party_electronic_notary_metadata = allow_third_party_electronic_notary_metadata 7034 7035 @property 7036 def allow_users_to_access_directory(self): 7037 """Gets the allow_users_to_access_directory of this AccountSettingsInformation. # noqa: E501 7038 7039 # noqa: E501 7040 7041 :return: The allow_users_to_access_directory of this AccountSettingsInformation. # noqa: E501 7042 :rtype: str 7043 """ 7044 return self._allow_users_to_access_directory 7045 7046 @allow_users_to_access_directory.setter 7047 def allow_users_to_access_directory(self, allow_users_to_access_directory): 7048 """Sets the allow_users_to_access_directory of this AccountSettingsInformation. 7049 7050 # noqa: E501 7051 7052 :param allow_users_to_access_directory: The allow_users_to_access_directory of this AccountSettingsInformation. # noqa: E501 7053 :type: str 7054 """ 7055 7056 self._allow_users_to_access_directory = allow_users_to_access_directory 7057 7058 @property 7059 def allow_users_to_access_directory_metadata(self): 7060 """Gets the allow_users_to_access_directory_metadata of this AccountSettingsInformation. # noqa: E501 7061 7062 # noqa: E501 7063 7064 :return: The allow_users_to_access_directory_metadata of this AccountSettingsInformation. # noqa: E501 7065 :rtype: SettingsMetadata 7066 """ 7067 return self._allow_users_to_access_directory_metadata 7068 7069 @allow_users_to_access_directory_metadata.setter 7070 def allow_users_to_access_directory_metadata(self, allow_users_to_access_directory_metadata): 7071 """Sets the allow_users_to_access_directory_metadata of this AccountSettingsInformation. 7072 7073 # noqa: E501 7074 7075 :param allow_users_to_access_directory_metadata: The allow_users_to_access_directory_metadata of this AccountSettingsInformation. # noqa: E501 7076 :type: SettingsMetadata 7077 """ 7078 7079 self._allow_users_to_access_directory_metadata = allow_users_to_access_directory_metadata 7080 7081 @property 7082 def allow_value_insights(self): 7083 """Gets the allow_value_insights of this AccountSettingsInformation. # noqa: E501 7084 7085 # noqa: E501 7086 7087 :return: The allow_value_insights of this AccountSettingsInformation. # noqa: E501 7088 :rtype: str 7089 """ 7090 return self._allow_value_insights 7091 7092 @allow_value_insights.setter 7093 def allow_value_insights(self, allow_value_insights): 7094 """Sets the allow_value_insights of this AccountSettingsInformation. 7095 7096 # noqa: E501 7097 7098 :param allow_value_insights: The allow_value_insights of this AccountSettingsInformation. # noqa: E501 7099 :type: str 7100 """ 7101 7102 self._allow_value_insights = allow_value_insights 7103 7104 @property 7105 def allow_value_insights_metadata(self): 7106 """Gets the allow_value_insights_metadata of this AccountSettingsInformation. # noqa: E501 7107 7108 # noqa: E501 7109 7110 :return: The allow_value_insights_metadata of this AccountSettingsInformation. # noqa: E501 7111 :rtype: SettingsMetadata 7112 """ 7113 return self._allow_value_insights_metadata 7114 7115 @allow_value_insights_metadata.setter 7116 def allow_value_insights_metadata(self, allow_value_insights_metadata): 7117 """Sets the allow_value_insights_metadata of this AccountSettingsInformation. 7118 7119 # noqa: E501 7120 7121 :param allow_value_insights_metadata: The allow_value_insights_metadata of this AccountSettingsInformation. # noqa: E501 7122 :type: SettingsMetadata 7123 """ 7124 7125 self._allow_value_insights_metadata = allow_value_insights_metadata 7126 7127 @property 7128 def allow_web_forms(self): 7129 """Gets the allow_web_forms of this AccountSettingsInformation. # noqa: E501 7130 7131 # noqa: E501 7132 7133 :return: The allow_web_forms of this AccountSettingsInformation. # noqa: E501 7134 :rtype: str 7135 """ 7136 return self._allow_web_forms 7137 7138 @allow_web_forms.setter 7139 def allow_web_forms(self, allow_web_forms): 7140 """Sets the allow_web_forms of this AccountSettingsInformation. 7141 7142 # noqa: E501 7143 7144 :param allow_web_forms: The allow_web_forms of this AccountSettingsInformation. # noqa: E501 7145 :type: str 7146 """ 7147 7148 self._allow_web_forms = allow_web_forms 7149 7150 @property 7151 def allow_web_forms_metadata(self): 7152 """Gets the allow_web_forms_metadata of this AccountSettingsInformation. # noqa: E501 7153 7154 7155 :return: The allow_web_forms_metadata of this AccountSettingsInformation. # noqa: E501 7156 :rtype: SettingsMetadata 7157 """ 7158 return self._allow_web_forms_metadata 7159 7160 @allow_web_forms_metadata.setter 7161 def allow_web_forms_metadata(self, allow_web_forms_metadata): 7162 """Sets the allow_web_forms_metadata of this AccountSettingsInformation. 7163 7164 7165 :param allow_web_forms_metadata: The allow_web_forms_metadata of this AccountSettingsInformation. # noqa: E501 7166 :type: SettingsMetadata 7167 """ 7168 7169 self._allow_web_forms_metadata = allow_web_forms_metadata 7170 7171 @property 7172 def anchor_population_scope(self): 7173 """Gets the anchor_population_scope of this AccountSettingsInformation. # noqa: E501 7174 7175 # noqa: E501 7176 7177 :return: The anchor_population_scope of this AccountSettingsInformation. # noqa: E501 7178 :rtype: str 7179 """ 7180 return self._anchor_population_scope 7181 7182 @anchor_population_scope.setter 7183 def anchor_population_scope(self, anchor_population_scope): 7184 """Sets the anchor_population_scope of this AccountSettingsInformation. 7185 7186 # noqa: E501 7187 7188 :param anchor_population_scope: The anchor_population_scope of this AccountSettingsInformation. # noqa: E501 7189 :type: str 7190 """ 7191 7192 self._anchor_population_scope = anchor_population_scope 7193 7194 @property 7195 def anchor_population_scope_metadata(self): 7196 """Gets the anchor_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 7197 7198 Metadata that indicates whether the `anchorPopulationScope` property is editable. # noqa: E501 7199 7200 :return: The anchor_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 7201 :rtype: SettingsMetadata 7202 """ 7203 return self._anchor_population_scope_metadata 7204 7205 @anchor_population_scope_metadata.setter 7206 def anchor_population_scope_metadata(self, anchor_population_scope_metadata): 7207 """Sets the anchor_population_scope_metadata of this AccountSettingsInformation. 7208 7209 Metadata that indicates whether the `anchorPopulationScope` property is editable. # noqa: E501 7210 7211 :param anchor_population_scope_metadata: The anchor_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 7212 :type: SettingsMetadata 7213 """ 7214 7215 self._anchor_population_scope_metadata = anchor_population_scope_metadata 7216 7217 @property 7218 def anchor_tag_versioned_placement_enabled(self): 7219 """Gets the anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. # noqa: E501 7220 7221 # noqa: E501 7222 7223 :return: The anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. # noqa: E501 7224 :rtype: str 7225 """ 7226 return self._anchor_tag_versioned_placement_enabled 7227 7228 @anchor_tag_versioned_placement_enabled.setter 7229 def anchor_tag_versioned_placement_enabled(self, anchor_tag_versioned_placement_enabled): 7230 """Sets the anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. 7231 7232 # noqa: E501 7233 7234 :param anchor_tag_versioned_placement_enabled: The anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. # noqa: E501 7235 :type: str 7236 """ 7237 7238 self._anchor_tag_versioned_placement_enabled = anchor_tag_versioned_placement_enabled 7239 7240 @property 7241 def anchor_tag_versioned_placement_metadata_enabled(self): 7242 """Gets the anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. # noqa: E501 7243 7244 # noqa: E501 7245 7246 :return: The anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. # noqa: E501 7247 :rtype: SettingsMetadata 7248 """ 7249 return self._anchor_tag_versioned_placement_metadata_enabled 7250 7251 @anchor_tag_versioned_placement_metadata_enabled.setter 7252 def anchor_tag_versioned_placement_metadata_enabled(self, anchor_tag_versioned_placement_metadata_enabled): 7253 """Sets the anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. 7254 7255 # noqa: E501 7256 7257 :param anchor_tag_versioned_placement_metadata_enabled: The anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. # noqa: E501 7258 :type: SettingsMetadata 7259 """ 7260 7261 self._anchor_tag_versioned_placement_metadata_enabled = anchor_tag_versioned_placement_metadata_enabled 7262 7263 @property 7264 def attach_completed_envelope(self): 7265 """Gets the attach_completed_envelope of this AccountSettingsInformation. # noqa: E501 7266 7267 # noqa: E501 7268 7269 :return: The attach_completed_envelope of this AccountSettingsInformation. # noqa: E501 7270 :rtype: str 7271 """ 7272 return self._attach_completed_envelope 7273 7274 @attach_completed_envelope.setter 7275 def attach_completed_envelope(self, attach_completed_envelope): 7276 """Sets the attach_completed_envelope of this AccountSettingsInformation. 7277 7278 # noqa: E501 7279 7280 :param attach_completed_envelope: The attach_completed_envelope of this AccountSettingsInformation. # noqa: E501 7281 :type: str 7282 """ 7283 7284 self._attach_completed_envelope = attach_completed_envelope 7285 7286 @property 7287 def attach_completed_envelope_metadata(self): 7288 """Gets the attach_completed_envelope_metadata of this AccountSettingsInformation. # noqa: E501 7289 7290 Metadata that indicates whether the `attachCompletedEnvelope` property is editable. # noqa: E501 7291 7292 :return: The attach_completed_envelope_metadata of this AccountSettingsInformation. # noqa: E501 7293 :rtype: SettingsMetadata 7294 """ 7295 return self._attach_completed_envelope_metadata 7296 7297 @attach_completed_envelope_metadata.setter 7298 def attach_completed_envelope_metadata(self, attach_completed_envelope_metadata): 7299 """Sets the attach_completed_envelope_metadata of this AccountSettingsInformation. 7300 7301 Metadata that indicates whether the `attachCompletedEnvelope` property is editable. # noqa: E501 7302 7303 :param attach_completed_envelope_metadata: The attach_completed_envelope_metadata of this AccountSettingsInformation. # noqa: E501 7304 :type: SettingsMetadata 7305 """ 7306 7307 self._attach_completed_envelope_metadata = attach_completed_envelope_metadata 7308 7309 @property 7310 def authentication_check(self): 7311 """Gets the authentication_check of this AccountSettingsInformation. # noqa: E501 7312 7313 # noqa: E501 7314 7315 :return: The authentication_check of this AccountSettingsInformation. # noqa: E501 7316 :rtype: str 7317 """ 7318 return self._authentication_check 7319 7320 @authentication_check.setter 7321 def authentication_check(self, authentication_check): 7322 """Sets the authentication_check of this AccountSettingsInformation. 7323 7324 # noqa: E501 7325 7326 :param authentication_check: The authentication_check of this AccountSettingsInformation. # noqa: E501 7327 :type: str 7328 """ 7329 7330 self._authentication_check = authentication_check 7331 7332 @property 7333 def authentication_check_metadata(self): 7334 """Gets the authentication_check_metadata of this AccountSettingsInformation. # noqa: E501 7335 7336 Metadata that indicates whether the `authenticationCheck` property is editable. # noqa: E501 7337 7338 :return: The authentication_check_metadata of this AccountSettingsInformation. # noqa: E501 7339 :rtype: SettingsMetadata 7340 """ 7341 return self._authentication_check_metadata 7342 7343 @authentication_check_metadata.setter 7344 def authentication_check_metadata(self, authentication_check_metadata): 7345 """Sets the authentication_check_metadata of this AccountSettingsInformation. 7346 7347 Metadata that indicates whether the `authenticationCheck` property is editable. # noqa: E501 7348 7349 :param authentication_check_metadata: The authentication_check_metadata of this AccountSettingsInformation. # noqa: E501 7350 :type: SettingsMetadata 7351 """ 7352 7353 self._authentication_check_metadata = authentication_check_metadata 7354 7355 @property 7356 def auto_nav_rule(self): 7357 """Gets the auto_nav_rule of this AccountSettingsInformation. # noqa: E501 7358 7359 # noqa: E501 7360 7361 :return: The auto_nav_rule of this AccountSettingsInformation. # noqa: E501 7362 :rtype: str 7363 """ 7364 return self._auto_nav_rule 7365 7366 @auto_nav_rule.setter 7367 def auto_nav_rule(self, auto_nav_rule): 7368 """Sets the auto_nav_rule of this AccountSettingsInformation. 7369 7370 # noqa: E501 7371 7372 :param auto_nav_rule: The auto_nav_rule of this AccountSettingsInformation. # noqa: E501 7373 :type: str 7374 """ 7375 7376 self._auto_nav_rule = auto_nav_rule 7377 7378 @property 7379 def auto_nav_rule_metadata(self): 7380 """Gets the auto_nav_rule_metadata of this AccountSettingsInformation. # noqa: E501 7381 7382 Metadata that indicates whether the `autoNavRule` property is editable. # noqa: E501 7383 7384 :return: The auto_nav_rule_metadata of this AccountSettingsInformation. # noqa: E501 7385 :rtype: SettingsMetadata 7386 """ 7387 return self._auto_nav_rule_metadata 7388 7389 @auto_nav_rule_metadata.setter 7390 def auto_nav_rule_metadata(self, auto_nav_rule_metadata): 7391 """Sets the auto_nav_rule_metadata of this AccountSettingsInformation. 7392 7393 Metadata that indicates whether the `autoNavRule` property is editable. # noqa: E501 7394 7395 :param auto_nav_rule_metadata: The auto_nav_rule_metadata of this AccountSettingsInformation. # noqa: E501 7396 :type: SettingsMetadata 7397 """ 7398 7399 self._auto_nav_rule_metadata = auto_nav_rule_metadata 7400 7401 @property 7402 def auto_provision_signer_account(self): 7403 """Gets the auto_provision_signer_account of this AccountSettingsInformation. # noqa: E501 7404 7405 # noqa: E501 7406 7407 :return: The auto_provision_signer_account of this AccountSettingsInformation. # noqa: E501 7408 :rtype: str 7409 """ 7410 return self._auto_provision_signer_account 7411 7412 @auto_provision_signer_account.setter 7413 def auto_provision_signer_account(self, auto_provision_signer_account): 7414 """Sets the auto_provision_signer_account of this AccountSettingsInformation. 7415 7416 # noqa: E501 7417 7418 :param auto_provision_signer_account: The auto_provision_signer_account of this AccountSettingsInformation. # noqa: E501 7419 :type: str 7420 """ 7421 7422 self._auto_provision_signer_account = auto_provision_signer_account 7423 7424 @property 7425 def auto_provision_signer_account_metadata(self): 7426 """Gets the auto_provision_signer_account_metadata of this AccountSettingsInformation. # noqa: E501 7427 7428 Metadata that indicates whether the `autoProvisionSignerAccount` property is editable. # noqa: E501 7429 7430 :return: The auto_provision_signer_account_metadata of this AccountSettingsInformation. # noqa: E501 7431 :rtype: SettingsMetadata 7432 """ 7433 return self._auto_provision_signer_account_metadata 7434 7435 @auto_provision_signer_account_metadata.setter 7436 def auto_provision_signer_account_metadata(self, auto_provision_signer_account_metadata): 7437 """Sets the auto_provision_signer_account_metadata of this AccountSettingsInformation. 7438 7439 Metadata that indicates whether the `autoProvisionSignerAccount` property is editable. # noqa: E501 7440 7441 :param auto_provision_signer_account_metadata: The auto_provision_signer_account_metadata of this AccountSettingsInformation. # noqa: E501 7442 :type: SettingsMetadata 7443 """ 7444 7445 self._auto_provision_signer_account_metadata = auto_provision_signer_account_metadata 7446 7447 @property 7448 def bcc_email_archive(self): 7449 """Gets the bcc_email_archive of this AccountSettingsInformation. # noqa: E501 7450 7451 # noqa: E501 7452 7453 :return: The bcc_email_archive of this AccountSettingsInformation. # noqa: E501 7454 :rtype: str 7455 """ 7456 return self._bcc_email_archive 7457 7458 @bcc_email_archive.setter 7459 def bcc_email_archive(self, bcc_email_archive): 7460 """Sets the bcc_email_archive of this AccountSettingsInformation. 7461 7462 # noqa: E501 7463 7464 :param bcc_email_archive: The bcc_email_archive of this AccountSettingsInformation. # noqa: E501 7465 :type: str 7466 """ 7467 7468 self._bcc_email_archive = bcc_email_archive 7469 7470 @property 7471 def bcc_email_archive_metadata(self): 7472 """Gets the bcc_email_archive_metadata of this AccountSettingsInformation. # noqa: E501 7473 7474 Metadata that indicates whether the `bccEmailArchive` property is editable. # noqa: E501 7475 7476 :return: The bcc_email_archive_metadata of this AccountSettingsInformation. # noqa: E501 7477 :rtype: SettingsMetadata 7478 """ 7479 return self._bcc_email_archive_metadata 7480 7481 @bcc_email_archive_metadata.setter 7482 def bcc_email_archive_metadata(self, bcc_email_archive_metadata): 7483 """Sets the bcc_email_archive_metadata of this AccountSettingsInformation. 7484 7485 Metadata that indicates whether the `bccEmailArchive` property is editable. # noqa: E501 7486 7487 :param bcc_email_archive_metadata: The bcc_email_archive_metadata of this AccountSettingsInformation. # noqa: E501 7488 :type: SettingsMetadata 7489 """ 7490 7491 self._bcc_email_archive_metadata = bcc_email_archive_metadata 7492 7493 @property 7494 def beta_switch_configuration(self): 7495 """Gets the beta_switch_configuration of this AccountSettingsInformation. # noqa: E501 7496 7497 # noqa: E501 7498 7499 :return: The beta_switch_configuration of this AccountSettingsInformation. # noqa: E501 7500 :rtype: str 7501 """ 7502 return self._beta_switch_configuration 7503 7504 @beta_switch_configuration.setter 7505 def beta_switch_configuration(self, beta_switch_configuration): 7506 """Sets the beta_switch_configuration of this AccountSettingsInformation. 7507 7508 # noqa: E501 7509 7510 :param beta_switch_configuration: The beta_switch_configuration of this AccountSettingsInformation. # noqa: E501 7511 :type: str 7512 """ 7513 7514 self._beta_switch_configuration = beta_switch_configuration 7515 7516 @property 7517 def beta_switch_configuration_metadata(self): 7518 """Gets the beta_switch_configuration_metadata of this AccountSettingsInformation. # noqa: E501 7519 7520 Reserved for DocuSign. # noqa: E501 7521 7522 :return: The beta_switch_configuration_metadata of this AccountSettingsInformation. # noqa: E501 7523 :rtype: SettingsMetadata 7524 """ 7525 return self._beta_switch_configuration_metadata 7526 7527 @beta_switch_configuration_metadata.setter 7528 def beta_switch_configuration_metadata(self, beta_switch_configuration_metadata): 7529 """Sets the beta_switch_configuration_metadata of this AccountSettingsInformation. 7530 7531 Reserved for DocuSign. # noqa: E501 7532 7533 :param beta_switch_configuration_metadata: The beta_switch_configuration_metadata of this AccountSettingsInformation. # noqa: E501 7534 :type: SettingsMetadata 7535 """ 7536 7537 self._beta_switch_configuration_metadata = beta_switch_configuration_metadata 7538 7539 @property 7540 def billing_address(self): 7541 """Gets the billing_address of this AccountSettingsInformation. # noqa: E501 7542 7543 The billing address for the account. # noqa: E501 7544 7545 :return: The billing_address of this AccountSettingsInformation. # noqa: E501 7546 :rtype: AddressInformation 7547 """ 7548 return self._billing_address 7549 7550 @billing_address.setter 7551 def billing_address(self, billing_address): 7552 """Sets the billing_address of this AccountSettingsInformation. 7553 7554 The billing address for the account. # noqa: E501 7555 7556 :param billing_address: The billing_address of this AccountSettingsInformation. # noqa: E501 7557 :type: AddressInformation 7558 """ 7559 7560 self._billing_address = billing_address 7561 7562 @property 7563 def billing_address_metadata(self): 7564 """Gets the billing_address_metadata of this AccountSettingsInformation. # noqa: E501 7565 7566 Metadata that indicates whether the `billingAddress` property is editable. # noqa: E501 7567 7568 :return: The billing_address_metadata of this AccountSettingsInformation. # noqa: E501 7569 :rtype: SettingsMetadata 7570 """ 7571 return self._billing_address_metadata 7572 7573 @billing_address_metadata.setter 7574 def billing_address_metadata(self, billing_address_metadata): 7575 """Sets the billing_address_metadata of this AccountSettingsInformation. 7576 7577 Metadata that indicates whether the `billingAddress` property is editable. # noqa: E501 7578 7579 :param billing_address_metadata: The billing_address_metadata of this AccountSettingsInformation. # noqa: E501 7580 :type: SettingsMetadata 7581 """ 7582 7583 self._billing_address_metadata = billing_address_metadata 7584 7585 @property 7586 def bulk_send(self): 7587 """Gets the bulk_send of this AccountSettingsInformation. # noqa: E501 7588 7589 # noqa: E501 7590 7591 :return: The bulk_send of this AccountSettingsInformation. # noqa: E501 7592 :rtype: str 7593 """ 7594 return self._bulk_send 7595 7596 @bulk_send.setter 7597 def bulk_send(self, bulk_send): 7598 """Sets the bulk_send of this AccountSettingsInformation. 7599 7600 # noqa: E501 7601 7602 :param bulk_send: The bulk_send of this AccountSettingsInformation. # noqa: E501 7603 :type: str 7604 """ 7605 7606 self._bulk_send = bulk_send 7607 7608 @property 7609 def bulk_send_action_resend_limit(self): 7610 """Gets the bulk_send_action_resend_limit of this AccountSettingsInformation. # noqa: E501 7611 7612 # noqa: E501 7613 7614 :return: The bulk_send_action_resend_limit of this AccountSettingsInformation. # noqa: E501 7615 :rtype: str 7616 """ 7617 return self._bulk_send_action_resend_limit 7618 7619 @bulk_send_action_resend_limit.setter 7620 def bulk_send_action_resend_limit(self, bulk_send_action_resend_limit): 7621 """Sets the bulk_send_action_resend_limit of this AccountSettingsInformation. 7622 7623 # noqa: E501 7624 7625 :param bulk_send_action_resend_limit: The bulk_send_action_resend_limit of this AccountSettingsInformation. # noqa: E501 7626 :type: str 7627 """ 7628 7629 self._bulk_send_action_resend_limit = bulk_send_action_resend_limit 7630 7631 @property 7632 def bulk_send_max_copies_in_batch(self): 7633 """Gets the bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501 7634 7635 # noqa: E501 7636 7637 :return: The bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501 7638 :rtype: str 7639 """ 7640 return self._bulk_send_max_copies_in_batch 7641 7642 @bulk_send_max_copies_in_batch.setter 7643 def bulk_send_max_copies_in_batch(self, bulk_send_max_copies_in_batch): 7644 """Sets the bulk_send_max_copies_in_batch of this AccountSettingsInformation. 7645 7646 # noqa: E501 7647 7648 :param bulk_send_max_copies_in_batch: The bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501 7649 :type: str 7650 """ 7651 7652 self._bulk_send_max_copies_in_batch = bulk_send_max_copies_in_batch 7653 7654 @property 7655 def bulk_send_max_unprocessed_envelopes_count(self): 7656 """Gets the bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. # noqa: E501 7657 7658 # noqa: E501 7659 7660 :return: The bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. # noqa: E501 7661 :rtype: str 7662 """ 7663 return self._bulk_send_max_unprocessed_envelopes_count 7664 7665 @bulk_send_max_unprocessed_envelopes_count.setter 7666 def bulk_send_max_unprocessed_envelopes_count(self, bulk_send_max_unprocessed_envelopes_count): 7667 """Sets the bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. 7668 7669 # noqa: E501 7670 7671 :param bulk_send_max_unprocessed_envelopes_count: The bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. # noqa: E501 7672 :type: str 7673 """ 7674 7675 self._bulk_send_max_unprocessed_envelopes_count = bulk_send_max_unprocessed_envelopes_count 7676 7677 @property 7678 def bulk_send_metadata(self): 7679 """Gets the bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 7680 7681 Metadata that indicates whether the `bulkSend` property is editable. # noqa: E501 7682 7683 :return: The bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 7684 :rtype: SettingsMetadata 7685 """ 7686 return self._bulk_send_metadata 7687 7688 @bulk_send_metadata.setter 7689 def bulk_send_metadata(self, bulk_send_metadata): 7690 """Sets the bulk_send_metadata of this AccountSettingsInformation. 7691 7692 Metadata that indicates whether the `bulkSend` property is editable. # noqa: E501 7693 7694 :param bulk_send_metadata: The bulk_send_metadata of this AccountSettingsInformation. # noqa: E501 7695 :type: SettingsMetadata 7696 """ 7697 7698 self._bulk_send_metadata = bulk_send_metadata 7699 7700 @property 7701 def can_self_brand_send(self): 7702 """Gets the can_self_brand_send of this AccountSettingsInformation. # noqa: E501 7703 7704 # noqa: E501 7705 7706 :return: The can_self_brand_send of this AccountSettingsInformation. # noqa: E501 7707 :rtype: str 7708 """ 7709 return self._can_self_brand_send 7710 7711 @can_self_brand_send.setter 7712 def can_self_brand_send(self, can_self_brand_send): 7713 """Sets the can_self_brand_send of this AccountSettingsInformation. 7714 7715 # noqa: E501 7716 7717 :param can_self_brand_send: The can_self_brand_send of this AccountSettingsInformation. # noqa: E501 7718 :type: str 7719 """ 7720 7721 self._can_self_brand_send = can_self_brand_send 7722 7723 @property 7724 def can_self_brand_send_metadata(self): 7725 """Gets the can_self_brand_send_metadata of this AccountSettingsInformation. # noqa: E501 7726 7727 Metadata that indicates whether the `canSelfBrandSend` property is editable. # noqa: E501 7728 7729 :return: The can_self_brand_send_metadata of this AccountSettingsInformation. # noqa: E501 7730 :rtype: SettingsMetadata 7731 """ 7732 return self._can_self_brand_send_metadata 7733 7734 @can_self_brand_send_metadata.setter 7735 def can_self_brand_send_metadata(self, can_self_brand_send_metadata): 7736 """Sets the can_self_brand_send_metadata of this AccountSettingsInformation. 7737 7738 Metadata that indicates whether the `canSelfBrandSend` property is editable. # noqa: E501 7739 7740 :param can_self_brand_send_metadata: The can_self_brand_send_metadata of this AccountSettingsInformation. # noqa: E501 7741 :type: SettingsMetadata 7742 """ 7743 7744 self._can_self_brand_send_metadata = can_self_brand_send_metadata 7745 7746 @property 7747 def can_self_brand_sign(self): 7748 """Gets the can_self_brand_sign of this AccountSettingsInformation. # noqa: E501 7749 7750 # noqa: E501 7751 7752 :return: The can_self_brand_sign of this AccountSettingsInformation. # noqa: E501 7753 :rtype: str 7754 """ 7755 return self._can_self_brand_sign 7756 7757 @can_self_brand_sign.setter 7758 def can_self_brand_sign(self, can_self_brand_sign): 7759 """Sets the can_self_brand_sign of this AccountSettingsInformation. 7760 7761 # noqa: E501 7762 7763 :param can_self_brand_sign: The can_self_brand_sign of this AccountSettingsInformation. # noqa: E501 7764 :type: str 7765 """ 7766 7767 self._can_self_brand_sign = can_self_brand_sign 7768 7769 @property 7770 def can_self_brand_sign_metadata(self): 7771 """Gets the can_self_brand_sign_metadata of this AccountSettingsInformation. # noqa: E501 7772 7773 Metadata that indicates whether the `canSelfBrandSign` property is editable. # noqa: E501 7774 7775 :return: The can_self_brand_sign_metadata of this AccountSettingsInformation. # noqa: E501 7776 :rtype: SettingsMetadata 7777 """ 7778 return self._can_self_brand_sign_metadata 7779 7780 @can_self_brand_sign_metadata.setter 7781 def can_self_brand_sign_metadata(self, can_self_brand_sign_metadata): 7782 """Sets the can_self_brand_sign_metadata of this AccountSettingsInformation. 7783 7784 Metadata that indicates whether the `canSelfBrandSign` property is editable. # noqa: E501 7785 7786 :param can_self_brand_sign_metadata: The can_self_brand_sign_metadata of this AccountSettingsInformation. # noqa: E501 7787 :type: SettingsMetadata 7788 """ 7789 7790 self._can_self_brand_sign_metadata = can_self_brand_sign_metadata 7791 7792 @property 7793 def can_use_salesforce_o_auth(self): 7794 """Gets the can_use_salesforce_o_auth of this AccountSettingsInformation. # noqa: E501 7795 7796 # noqa: E501 7797 7798 :return: The can_use_salesforce_o_auth of this AccountSettingsInformation. # noqa: E501 7799 :rtype: str 7800 """ 7801 return self._can_use_salesforce_o_auth 7802 7803 @can_use_salesforce_o_auth.setter 7804 def can_use_salesforce_o_auth(self, can_use_salesforce_o_auth): 7805 """Sets the can_use_salesforce_o_auth of this AccountSettingsInformation. 7806 7807 # noqa: E501 7808 7809 :param can_use_salesforce_o_auth: The can_use_salesforce_o_auth of this AccountSettingsInformation. # noqa: E501 7810 :type: str 7811 """ 7812 7813 self._can_use_salesforce_o_auth = can_use_salesforce_o_auth 7814 7815 @property 7816 def can_use_salesforce_o_auth_metadata(self): 7817 """Gets the can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. # noqa: E501 7818 7819 # noqa: E501 7820 7821 :return: The can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. # noqa: E501 7822 :rtype: SettingsMetadata 7823 """ 7824 return self._can_use_salesforce_o_auth_metadata 7825 7826 @can_use_salesforce_o_auth_metadata.setter 7827 def can_use_salesforce_o_auth_metadata(self, can_use_salesforce_o_auth_metadata): 7828 """Sets the can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. 7829 7830 # noqa: E501 7831 7832 :param can_use_salesforce_o_auth_metadata: The can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. # noqa: E501 7833 :type: SettingsMetadata 7834 """ 7835 7836 self._can_use_salesforce_o_auth_metadata = can_use_salesforce_o_auth_metadata 7837 7838 @property 7839 def capture_voice_recording(self): 7840 """Gets the capture_voice_recording of this AccountSettingsInformation. # noqa: E501 7841 7842 # noqa: E501 7843 7844 :return: The capture_voice_recording of this AccountSettingsInformation. # noqa: E501 7845 :rtype: str 7846 """ 7847 return self._capture_voice_recording 7848 7849 @capture_voice_recording.setter 7850 def capture_voice_recording(self, capture_voice_recording): 7851 """Sets the capture_voice_recording of this AccountSettingsInformation. 7852 7853 # noqa: E501 7854 7855 :param capture_voice_recording: The capture_voice_recording of this AccountSettingsInformation. # noqa: E501 7856 :type: str 7857 """ 7858 7859 self._capture_voice_recording = capture_voice_recording 7860 7861 @property 7862 def capture_voice_recording_metadata(self): 7863 """Gets the capture_voice_recording_metadata of this AccountSettingsInformation. # noqa: E501 7864 7865 Reserved for DocuSign. # noqa: E501 7866 7867 :return: The capture_voice_recording_metadata of this AccountSettingsInformation. # noqa: E501 7868 :rtype: SettingsMetadata 7869 """ 7870 return self._capture_voice_recording_metadata 7871 7872 @capture_voice_recording_metadata.setter 7873 def capture_voice_recording_metadata(self, capture_voice_recording_metadata): 7874 """Sets the capture_voice_recording_metadata of this AccountSettingsInformation. 7875 7876 Reserved for DocuSign. # noqa: E501 7877 7878 :param capture_voice_recording_metadata: The capture_voice_recording_metadata of this AccountSettingsInformation. # noqa: E501 7879 :type: SettingsMetadata 7880 """ 7881 7882 self._capture_voice_recording_metadata = capture_voice_recording_metadata 7883 7884 @property 7885 def cfr21_simplified_signing_enabled(self): 7886 """Gets the cfr21_simplified_signing_enabled of this AccountSettingsInformation. # noqa: E501 7887 7888 # noqa: E501 7889 7890 :return: The cfr21_simplified_signing_enabled of this AccountSettingsInformation. # noqa: E501 7891 :rtype: str 7892 """ 7893 return self._cfr21_simplified_signing_enabled 7894 7895 @cfr21_simplified_signing_enabled.setter 7896 def cfr21_simplified_signing_enabled(self, cfr21_simplified_signing_enabled): 7897 """Sets the cfr21_simplified_signing_enabled of this AccountSettingsInformation. 7898 7899 # noqa: E501 7900 7901 :param cfr21_simplified_signing_enabled: The cfr21_simplified_signing_enabled of this AccountSettingsInformation. # noqa: E501 7902 :type: str 7903 """ 7904 7905 self._cfr21_simplified_signing_enabled = cfr21_simplified_signing_enabled 7906 7907 @property 7908 def cfr21_simplified_signing_enabled_metadata(self): 7909 """Gets the cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 7910 7911 # noqa: E501 7912 7913 :return: The cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 7914 :rtype: SettingsMetadata 7915 """ 7916 return self._cfr21_simplified_signing_enabled_metadata 7917 7918 @cfr21_simplified_signing_enabled_metadata.setter 7919 def cfr21_simplified_signing_enabled_metadata(self, cfr21_simplified_signing_enabled_metadata): 7920 """Sets the cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. 7921 7922 # noqa: E501 7923 7924 :param cfr21_simplified_signing_enabled_metadata: The cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 7925 :type: SettingsMetadata 7926 """ 7927 7928 self._cfr21_simplified_signing_enabled_metadata = cfr21_simplified_signing_enabled_metadata 7929 7930 @property 7931 def cfr_use_wide_image(self): 7932 """Gets the cfr_use_wide_image of this AccountSettingsInformation. # noqa: E501 7933 7934 # noqa: E501 7935 7936 :return: The cfr_use_wide_image of this AccountSettingsInformation. # noqa: E501 7937 :rtype: str 7938 """ 7939 return self._cfr_use_wide_image 7940 7941 @cfr_use_wide_image.setter 7942 def cfr_use_wide_image(self, cfr_use_wide_image): 7943 """Sets the cfr_use_wide_image of this AccountSettingsInformation. 7944 7945 # noqa: E501 7946 7947 :param cfr_use_wide_image: The cfr_use_wide_image of this AccountSettingsInformation. # noqa: E501 7948 :type: str 7949 """ 7950 7951 self._cfr_use_wide_image = cfr_use_wide_image 7952 7953 @property 7954 def cfr_use_wide_image_metadata(self): 7955 """Gets the cfr_use_wide_image_metadata of this AccountSettingsInformation. # noqa: E501 7956 7957 Metadata that indicates whether the `cfrUseWideImage` property is editable. # noqa: E501 7958 7959 :return: The cfr_use_wide_image_metadata of this AccountSettingsInformation. # noqa: E501 7960 :rtype: SettingsMetadata 7961 """ 7962 return self._cfr_use_wide_image_metadata 7963 7964 @cfr_use_wide_image_metadata.setter 7965 def cfr_use_wide_image_metadata(self, cfr_use_wide_image_metadata): 7966 """Sets the cfr_use_wide_image_metadata of this AccountSettingsInformation. 7967 7968 Metadata that indicates whether the `cfrUseWideImage` property is editable. # noqa: E501 7969 7970 :param cfr_use_wide_image_metadata: The cfr_use_wide_image_metadata of this AccountSettingsInformation. # noqa: E501 7971 :type: SettingsMetadata 7972 """ 7973 7974 self._cfr_use_wide_image_metadata = cfr_use_wide_image_metadata 7975 7976 @property 7977 def check_for_multiple_admins_on_account(self): 7978 """Gets the check_for_multiple_admins_on_account of this AccountSettingsInformation. # noqa: E501 7979 7980 # noqa: E501 7981 7982 :return: The check_for_multiple_admins_on_account of this AccountSettingsInformation. # noqa: E501 7983 :rtype: str 7984 """ 7985 return self._check_for_multiple_admins_on_account 7986 7987 @check_for_multiple_admins_on_account.setter 7988 def check_for_multiple_admins_on_account(self, check_for_multiple_admins_on_account): 7989 """Sets the check_for_multiple_admins_on_account of this AccountSettingsInformation. 7990 7991 # noqa: E501 7992 7993 :param check_for_multiple_admins_on_account: The check_for_multiple_admins_on_account of this AccountSettingsInformation. # noqa: E501 7994 :type: str 7995 """ 7996 7997 self._check_for_multiple_admins_on_account = check_for_multiple_admins_on_account 7998 7999 @property 8000 def check_for_multiple_admins_on_account_metadata(self): 8001 """Gets the check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. # noqa: E501 8002 8003 Metadata that indicates whether the `checkForMultipleAdminsOnAccount` property is editable. # noqa: E501 8004 8005 :return: The check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. # noqa: E501 8006 :rtype: SettingsMetadata 8007 """ 8008 return self._check_for_multiple_admins_on_account_metadata 8009 8010 @check_for_multiple_admins_on_account_metadata.setter 8011 def check_for_multiple_admins_on_account_metadata(self, check_for_multiple_admins_on_account_metadata): 8012 """Sets the check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. 8013 8014 Metadata that indicates whether the `checkForMultipleAdminsOnAccount` property is editable. # noqa: E501 8015 8016 :param check_for_multiple_admins_on_account_metadata: The check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. # noqa: E501 8017 :type: SettingsMetadata 8018 """ 8019 8020 self._check_for_multiple_admins_on_account_metadata = check_for_multiple_admins_on_account_metadata 8021 8022 @property 8023 def chrome_signature_enabled(self): 8024 """Gets the chrome_signature_enabled of this AccountSettingsInformation. # noqa: E501 8025 8026 # noqa: E501 8027 8028 :return: The chrome_signature_enabled of this AccountSettingsInformation. # noqa: E501 8029 :rtype: str 8030 """ 8031 return self._chrome_signature_enabled 8032 8033 @chrome_signature_enabled.setter 8034 def chrome_signature_enabled(self, chrome_signature_enabled): 8035 """Sets the chrome_signature_enabled of this AccountSettingsInformation. 8036 8037 # noqa: E501 8038 8039 :param chrome_signature_enabled: The chrome_signature_enabled of this AccountSettingsInformation. # noqa: E501 8040 :type: str 8041 """ 8042 8043 self._chrome_signature_enabled = chrome_signature_enabled 8044 8045 @property 8046 def chrome_signature_enabled_metadata(self): 8047 """Gets the chrome_signature_enabled_metadata of this AccountSettingsInformation. # noqa: E501 8048 8049 Metadata that indicates whether the `chromeSignatureEnabled` property is editable. # noqa: E501 8050 8051 :return: The chrome_signature_enabled_metadata of this AccountSettingsInformation. # noqa: E501 8052 :rtype: SettingsMetadata 8053 """ 8054 return self._chrome_signature_enabled_metadata 8055 8056 @chrome_signature_enabled_metadata.setter 8057 def chrome_signature_enabled_metadata(self, chrome_signature_enabled_metadata): 8058 """Sets the chrome_signature_enabled_metadata of this AccountSettingsInformation. 8059 8060 Metadata that indicates whether the `chromeSignatureEnabled` property is editable. # noqa: E501 8061 8062 :param chrome_signature_enabled_metadata: The chrome_signature_enabled_metadata of this AccountSettingsInformation. # noqa: E501 8063 :type: SettingsMetadata 8064 """ 8065 8066 self._chrome_signature_enabled_metadata = chrome_signature_enabled_metadata 8067 8068 @property 8069 def comment_email_show_message_text(self): 8070 """Gets the comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501 8071 8072 # noqa: E501 8073 8074 :return: The comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501 8075 :rtype: str 8076 """ 8077 return self._comment_email_show_message_text 8078 8079 @comment_email_show_message_text.setter 8080 def comment_email_show_message_text(self, comment_email_show_message_text): 8081 """Sets the comment_email_show_message_text of this AccountSettingsInformation. 8082 8083 # noqa: E501 8084 8085 :param comment_email_show_message_text: The comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501 8086 :type: str 8087 """ 8088 8089 self._comment_email_show_message_text = comment_email_show_message_text 8090 8091 @property 8092 def comment_email_show_message_text_metadata(self): 8093 """Gets the comment_email_show_message_text_metadata of this AccountSettingsInformation. # noqa: E501 8094 8095 Metadata that indicates whether the `commentEmailShowMessageText` property is editable. # noqa: E501 8096 8097 :return: The comment_email_show_message_text_metadata of this AccountSettingsInformation. # noqa: E501 8098 :rtype: SettingsMetadata 8099 """ 8100 return self._comment_email_show_message_text_metadata 8101 8102 @comment_email_show_message_text_metadata.setter 8103 def comment_email_show_message_text_metadata(self, comment_email_show_message_text_metadata): 8104 """Sets the comment_email_show_message_text_metadata of this AccountSettingsInformation. 8105 8106 Metadata that indicates whether the `commentEmailShowMessageText` property is editable. # noqa: E501 8107 8108 :param comment_email_show_message_text_metadata: The comment_email_show_message_text_metadata of this AccountSettingsInformation. # noqa: E501 8109 :type: SettingsMetadata 8110 """ 8111 8112 self._comment_email_show_message_text_metadata = comment_email_show_message_text_metadata 8113 8114 @property 8115 def comments_allow_envelope_override(self): 8116 """Gets the comments_allow_envelope_override of this AccountSettingsInformation. # noqa: E501 8117 8118 # noqa: E501 8119 8120 :return: The comments_allow_envelope_override of this AccountSettingsInformation. # noqa: E501 8121 :rtype: str 8122 """ 8123 return self._comments_allow_envelope_override 8124 8125 @comments_allow_envelope_override.setter 8126 def comments_allow_envelope_override(self, comments_allow_envelope_override): 8127 """Sets the comments_allow_envelope_override of this AccountSettingsInformation. 8128 8129 # noqa: E501 8130 8131 :param comments_allow_envelope_override: The comments_allow_envelope_override of this AccountSettingsInformation. # noqa: E501 8132 :type: str 8133 """ 8134 8135 self._comments_allow_envelope_override = comments_allow_envelope_override 8136 8137 @property 8138 def comments_allow_envelope_override_metadata(self): 8139 """Gets the comments_allow_envelope_override_metadata of this AccountSettingsInformation. # noqa: E501 8140 8141 Metadata that indicates whether the `commentsAllowEnvelopeOverride` property is editable. # noqa: E501 8142 8143 :return: The comments_allow_envelope_override_metadata of this AccountSettingsInformation. # noqa: E501 8144 :rtype: SettingsMetadata 8145 """ 8146 return self._comments_allow_envelope_override_metadata 8147 8148 @comments_allow_envelope_override_metadata.setter 8149 def comments_allow_envelope_override_metadata(self, comments_allow_envelope_override_metadata): 8150 """Sets the comments_allow_envelope_override_metadata of this AccountSettingsInformation. 8151 8152 Metadata that indicates whether the `commentsAllowEnvelopeOverride` property is editable. # noqa: E501 8153 8154 :param comments_allow_envelope_override_metadata: The comments_allow_envelope_override_metadata of this AccountSettingsInformation. # noqa: E501 8155 :type: SettingsMetadata 8156 """ 8157 8158 self._comments_allow_envelope_override_metadata = comments_allow_envelope_override_metadata 8159 8160 @property 8161 def conditional_fields_enabled(self): 8162 """Gets the conditional_fields_enabled of this AccountSettingsInformation. # noqa: E501 8163 8164 # noqa: E501 8165 8166 :return: The conditional_fields_enabled of this AccountSettingsInformation. # noqa: E501 8167 :rtype: str 8168 """ 8169 return self._conditional_fields_enabled 8170 8171 @conditional_fields_enabled.setter 8172 def conditional_fields_enabled(self, conditional_fields_enabled): 8173 """Sets the conditional_fields_enabled of this AccountSettingsInformation. 8174 8175 # noqa: E501 8176 8177 :param conditional_fields_enabled: The conditional_fields_enabled of this AccountSettingsInformation. # noqa: E501 8178 :type: str 8179 """ 8180 8181 self._conditional_fields_enabled = conditional_fields_enabled 8182 8183 @property 8184 def conditional_fields_enabled_metadata(self): 8185 """Gets the conditional_fields_enabled_metadata of this AccountSettingsInformation. # noqa: E501 8186 8187 Metadata that indicates whether the `conditionalFieldsEnabled` property is editable. # noqa: E501 8188 8189 :return: The conditional_fields_enabled_metadata of this AccountSettingsInformation. # noqa: E501 8190 :rtype: SettingsMetadata 8191 """ 8192 return self._conditional_fields_enabled_metadata 8193 8194 @conditional_fields_enabled_metadata.setter 8195 def conditional_fields_enabled_metadata(self, conditional_fields_enabled_metadata): 8196 """Sets the conditional_fields_enabled_metadata of this AccountSettingsInformation. 8197 8198 Metadata that indicates whether the `conditionalFieldsEnabled` property is editable. # noqa: E501 8199 8200 :param conditional_fields_enabled_metadata: The conditional_fields_enabled_metadata of this AccountSettingsInformation. # noqa: E501 8201 :type: SettingsMetadata 8202 """ 8203 8204 self._conditional_fields_enabled_metadata = conditional_fields_enabled_metadata 8205 8206 @property 8207 def consumer_disclosure_frequency(self): 8208 """Gets the consumer_disclosure_frequency of this AccountSettingsInformation. # noqa: E501 8209 8210 # noqa: E501 8211 8212 :return: The consumer_disclosure_frequency of this AccountSettingsInformation. # noqa: E501 8213 :rtype: str 8214 """ 8215 return self._consumer_disclosure_frequency 8216 8217 @consumer_disclosure_frequency.setter 8218 def consumer_disclosure_frequency(self, consumer_disclosure_frequency): 8219 """Sets the consumer_disclosure_frequency of this AccountSettingsInformation. 8220 8221 # noqa: E501 8222 8223 :param consumer_disclosure_frequency: The consumer_disclosure_frequency of this AccountSettingsInformation. # noqa: E501 8224 :type: str 8225 """ 8226 8227 self._consumer_disclosure_frequency = consumer_disclosure_frequency 8228 8229 @property 8230 def consumer_disclosure_frequency_metadata(self): 8231 """Gets the consumer_disclosure_frequency_metadata of this AccountSettingsInformation. # noqa: E501 8232 8233 Metadata that indicates whether the `consumerDisclosureFrequency` property is editable. # noqa: E501 8234 8235 :return: The consumer_disclosure_frequency_metadata of this AccountSettingsInformation. # noqa: E501 8236 :rtype: SettingsMetadata 8237 """ 8238 return self._consumer_disclosure_frequency_metadata 8239 8240 @consumer_disclosure_frequency_metadata.setter 8241 def consumer_disclosure_frequency_metadata(self, consumer_disclosure_frequency_metadata): 8242 """Sets the consumer_disclosure_frequency_metadata of this AccountSettingsInformation. 8243 8244 Metadata that indicates whether the `consumerDisclosureFrequency` property is editable. # noqa: E501 8245 8246 :param consumer_disclosure_frequency_metadata: The consumer_disclosure_frequency_metadata of this AccountSettingsInformation. # noqa: E501 8247 :type: SettingsMetadata 8248 """ 8249 8250 self._consumer_disclosure_frequency_metadata = consumer_disclosure_frequency_metadata 8251 8252 @property 8253 def convert_pdf_fields(self): 8254 """Gets the convert_pdf_fields of this AccountSettingsInformation. # noqa: E501 8255 8256 # noqa: E501 8257 8258 :return: The convert_pdf_fields of this AccountSettingsInformation. # noqa: E501 8259 :rtype: str 8260 """ 8261 return self._convert_pdf_fields 8262 8263 @convert_pdf_fields.setter 8264 def convert_pdf_fields(self, convert_pdf_fields): 8265 """Sets the convert_pdf_fields of this AccountSettingsInformation. 8266 8267 # noqa: E501 8268 8269 :param convert_pdf_fields: The convert_pdf_fields of this AccountSettingsInformation. # noqa: E501 8270 :type: str 8271 """ 8272 8273 self._convert_pdf_fields = convert_pdf_fields 8274 8275 @property 8276 def convert_pdf_fields_metadata(self): 8277 """Gets the convert_pdf_fields_metadata of this AccountSettingsInformation. # noqa: E501 8278 8279 Metadata that indicates whether the `convertPdfFields` property is editable. # noqa: E501 8280 8281 :return: The convert_pdf_fields_metadata of this AccountSettingsInformation. # noqa: E501 8282 :rtype: SettingsMetadata 8283 """ 8284 return self._convert_pdf_fields_metadata 8285 8286 @convert_pdf_fields_metadata.setter 8287 def convert_pdf_fields_metadata(self, convert_pdf_fields_metadata): 8288 """Sets the convert_pdf_fields_metadata of this AccountSettingsInformation. 8289 8290 Metadata that indicates whether the `convertPdfFields` property is editable. # noqa: E501 8291 8292 :param convert_pdf_fields_metadata: The convert_pdf_fields_metadata of this AccountSettingsInformation. # noqa: E501 8293 :type: SettingsMetadata 8294 """ 8295 8296 self._convert_pdf_fields_metadata = convert_pdf_fields_metadata 8297 8298 @property 8299 def data_population_scope(self): 8300 """Gets the data_population_scope of this AccountSettingsInformation. # noqa: E501 8301 8302 # noqa: E501 8303 8304 :return: The data_population_scope of this AccountSettingsInformation. # noqa: E501 8305 :rtype: str 8306 """ 8307 return self._data_population_scope 8308 8309 @data_population_scope.setter 8310 def data_population_scope(self, data_population_scope): 8311 """Sets the data_population_scope of this AccountSettingsInformation. 8312 8313 # noqa: E501 8314 8315 :param data_population_scope: The data_population_scope of this AccountSettingsInformation. # noqa: E501 8316 :type: str 8317 """ 8318 8319 self._data_population_scope = data_population_scope 8320 8321 @property 8322 def data_population_scope_metadata(self): 8323 """Gets the data_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 8324 8325 Metadata that indicates whether the `dataPopulationScope` property is editable. # noqa: E501 8326 8327 :return: The data_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 8328 :rtype: SettingsMetadata 8329 """ 8330 return self._data_population_scope_metadata 8331 8332 @data_population_scope_metadata.setter 8333 def data_population_scope_metadata(self, data_population_scope_metadata): 8334 """Sets the data_population_scope_metadata of this AccountSettingsInformation. 8335 8336 Metadata that indicates whether the `dataPopulationScope` property is editable. # noqa: E501 8337 8338 :param data_population_scope_metadata: The data_population_scope_metadata of this AccountSettingsInformation. # noqa: E501 8339 :type: SettingsMetadata 8340 """ 8341 8342 self._data_population_scope_metadata = data_population_scope_metadata 8343 8344 @property 8345 def disable_auto_template_matching(self): 8346 """Gets the disable_auto_template_matching of this AccountSettingsInformation. # noqa: E501 8347 8348 # noqa: E501 8349 8350 :return: The disable_auto_template_matching of this AccountSettingsInformation. # noqa: E501 8351 :rtype: str 8352 """ 8353 return self._disable_auto_template_matching 8354 8355 @disable_auto_template_matching.setter 8356 def disable_auto_template_matching(self, disable_auto_template_matching): 8357 """Sets the disable_auto_template_matching of this AccountSettingsInformation. 8358 8359 # noqa: E501 8360 8361 :param disable_auto_template_matching: The disable_auto_template_matching of this AccountSettingsInformation. # noqa: E501 8362 :type: str 8363 """ 8364 8365 self._disable_auto_template_matching = disable_auto_template_matching 8366 8367 @property 8368 def disable_auto_template_matching_metadata(self): 8369 """Gets the disable_auto_template_matching_metadata of this AccountSettingsInformation. # noqa: E501 8370 8371 # noqa: E501 8372 8373 :return: The disable_auto_template_matching_metadata of this AccountSettingsInformation. # noqa: E501 8374 :rtype: SettingsMetadata 8375 """ 8376 return self._disable_auto_template_matching_metadata 8377 8378 @disable_auto_template_matching_metadata.setter 8379 def disable_auto_template_matching_metadata(self, disable_auto_template_matching_metadata): 8380 """Sets the disable_auto_template_matching_metadata of this AccountSettingsInformation. 8381 8382 # noqa: E501 8383 8384 :param disable_auto_template_matching_metadata: The disable_auto_template_matching_metadata of this AccountSettingsInformation. # noqa: E501 8385 :type: SettingsMetadata 8386 """ 8387 8388 self._disable_auto_template_matching_metadata = disable_auto_template_matching_metadata 8389 8390 @property 8391 def disable_mobile_app(self): 8392 """Gets the disable_mobile_app of this AccountSettingsInformation. # noqa: E501 8393 8394 # noqa: E501 8395 8396 :return: The disable_mobile_app of this AccountSettingsInformation. # noqa: E501 8397 :rtype: str 8398 """ 8399 return self._disable_mobile_app 8400 8401 @disable_mobile_app.setter 8402 def disable_mobile_app(self, disable_mobile_app): 8403 """Sets the disable_mobile_app of this AccountSettingsInformation. 8404 8405 # noqa: E501 8406 8407 :param disable_mobile_app: The disable_mobile_app of this AccountSettingsInformation. # noqa: E501 8408 :type: str 8409 """ 8410 8411 self._disable_mobile_app = disable_mobile_app 8412 8413 @property 8414 def disable_mobile_app_metadata(self): 8415 """Gets the disable_mobile_app_metadata of this AccountSettingsInformation. # noqa: E501 8416 8417 Metadata that indicates whether the `disableMobileApp` property is editable. # noqa: E501 8418 8419 :return: The disable_mobile_app_metadata of this AccountSettingsInformation. # noqa: E501 8420 :rtype: SettingsMetadata 8421 """ 8422 return self._disable_mobile_app_metadata 8423 8424 @disable_mobile_app_metadata.setter 8425 def disable_mobile_app_metadata(self, disable_mobile_app_metadata): 8426 """Sets the disable_mobile_app_metadata of this AccountSettingsInformation. 8427 8428 Metadata that indicates whether the `disableMobileApp` property is editable. # noqa: E501 8429 8430 :param disable_mobile_app_metadata: The disable_mobile_app_metadata of this AccountSettingsInformation. # noqa: E501 8431 :type: SettingsMetadata 8432 """ 8433 8434 self._disable_mobile_app_metadata = disable_mobile_app_metadata 8435 8436 @property 8437 def disable_mobile_push_notifications(self): 8438 """Gets the disable_mobile_push_notifications of this AccountSettingsInformation. # noqa: E501 8439 8440 # noqa: E501 8441 8442 :return: The disable_mobile_push_notifications of this AccountSettingsInformation. # noqa: E501 8443 :rtype: str 8444 """ 8445 return self._disable_mobile_push_notifications 8446 8447 @disable_mobile_push_notifications.setter 8448 def disable_mobile_push_notifications(self, disable_mobile_push_notifications): 8449 """Sets the disable_mobile_push_notifications of this AccountSettingsInformation. 8450 8451 # noqa: E501 8452 8453 :param disable_mobile_push_notifications: The disable_mobile_push_notifications of this AccountSettingsInformation. # noqa: E501 8454 :type: str 8455 """ 8456 8457 self._disable_mobile_push_notifications = disable_mobile_push_notifications 8458 8459 @property 8460 def disable_mobile_push_notifications_metadata(self): 8461 """Gets the disable_mobile_push_notifications_metadata of this AccountSettingsInformation. # noqa: E501 8462 8463 Metadata that indicates whether the `disableMobilePushNotifications` property is editable. # noqa: E501 8464 8465 :return: The disable_mobile_push_notifications_metadata of this AccountSettingsInformation. # noqa: E501 8466 :rtype: SettingsMetadata 8467 """ 8468 return self._disable_mobile_push_notifications_metadata 8469 8470 @disable_mobile_push_notifications_metadata.setter 8471 def disable_mobile_push_notifications_metadata(self, disable_mobile_push_notifications_metadata): 8472 """Sets the disable_mobile_push_notifications_metadata of this AccountSettingsInformation. 8473 8474 Metadata that indicates whether the `disableMobilePushNotifications` property is editable. # noqa: E501 8475 8476 :param disable_mobile_push_notifications_metadata: The disable_mobile_push_notifications_metadata of this AccountSettingsInformation. # noqa: E501 8477 :type: SettingsMetadata 8478 """ 8479 8480 self._disable_mobile_push_notifications_metadata = disable_mobile_push_notifications_metadata 8481 8482 @property 8483 def disable_mobile_sending(self): 8484 """Gets the disable_mobile_sending of this AccountSettingsInformation. # noqa: E501 8485 8486 # noqa: E501 8487 8488 :return: The disable_mobile_sending of this AccountSettingsInformation. # noqa: E501 8489 :rtype: str 8490 """ 8491 return self._disable_mobile_sending 8492 8493 @disable_mobile_sending.setter 8494 def disable_mobile_sending(self, disable_mobile_sending): 8495 """Sets the disable_mobile_sending of this AccountSettingsInformation. 8496 8497 # noqa: E501 8498 8499 :param disable_mobile_sending: The disable_mobile_sending of this AccountSettingsInformation. # noqa: E501 8500 :type: str 8501 """ 8502 8503 self._disable_mobile_sending = disable_mobile_sending 8504 8505 @property 8506 def disable_mobile_sending_metadata(self): 8507 """Gets the disable_mobile_sending_metadata of this AccountSettingsInformation. # noqa: E501 8508 8509 Metadata that indicates whether the `disableMobileSending` property is editable. # noqa: E501 8510 8511 :return: The disable_mobile_sending_metadata of this AccountSettingsInformation. # noqa: E501 8512 :rtype: SettingsMetadata 8513 """ 8514 return self._disable_mobile_sending_metadata 8515 8516 @disable_mobile_sending_metadata.setter 8517 def disable_mobile_sending_metadata(self, disable_mobile_sending_metadata): 8518 """Sets the disable_mobile_sending_metadata of this AccountSettingsInformation. 8519 8520 Metadata that indicates whether the `disableMobileSending` property is editable. # noqa: E501 8521 8522 :param disable_mobile_sending_metadata: The disable_mobile_sending_metadata of this AccountSettingsInformation. # noqa: E501 8523 :type: SettingsMetadata 8524 """ 8525 8526 self._disable_mobile_sending_metadata = disable_mobile_sending_metadata 8527 8528 @property 8529 def disable_multiple_sessions(self): 8530 """Gets the disable_multiple_sessions of this AccountSettingsInformation. # noqa: E501 8531 8532 # noqa: E501 8533 8534 :return: The disable_multiple_sessions of this AccountSettingsInformation. # noqa: E501 8535 :rtype: str 8536 """ 8537 return self._disable_multiple_sessions 8538 8539 @disable_multiple_sessions.setter 8540 def disable_multiple_sessions(self, disable_multiple_sessions): 8541 """Sets the disable_multiple_sessions of this AccountSettingsInformation. 8542 8543 # noqa: E501 8544 8545 :param disable_multiple_sessions: The disable_multiple_sessions of this AccountSettingsInformation. # noqa: E501 8546 :type: str 8547 """ 8548 8549 self._disable_multiple_sessions = disable_multiple_sessions 8550 8551 @property 8552 def disable_multiple_sessions_metadata(self): 8553 """Gets the disable_multiple_sessions_metadata of this AccountSettingsInformation. # noqa: E501 8554 8555 Metadata that indicates whether the `disableMultipleSessions` property is editable. # noqa: E501 8556 8557 :return: The disable_multiple_sessions_metadata of this AccountSettingsInformation. # noqa: E501 8558 :rtype: SettingsMetadata 8559 """ 8560 return self._disable_multiple_sessions_metadata 8561 8562 @disable_multiple_sessions_metadata.setter 8563 def disable_multiple_sessions_metadata(self, disable_multiple_sessions_metadata): 8564 """Sets the disable_multiple_sessions_metadata of this AccountSettingsInformation. 8565 8566 Metadata that indicates whether the `disableMultipleSessions` property is editable. # noqa: E501 8567 8568 :param disable_multiple_sessions_metadata: The disable_multiple_sessions_metadata of this AccountSettingsInformation. # noqa: E501 8569 :type: SettingsMetadata 8570 """ 8571 8572 self._disable_multiple_sessions_metadata = disable_multiple_sessions_metadata 8573 8574 @property 8575 def disable_purge_notifications_for_sender_metadata(self): 8576 """Gets the disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. # noqa: E501 8577 8578 Reserved for DocuSign. # noqa: E501 8579 8580 :return: The disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. # noqa: E501 8581 :rtype: SettingsMetadata 8582 """ 8583 return self._disable_purge_notifications_for_sender_metadata 8584 8585 @disable_purge_notifications_for_sender_metadata.setter 8586 def disable_purge_notifications_for_sender_metadata(self, disable_purge_notifications_for_sender_metadata): 8587 """Sets the disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. 8588 8589 Reserved for DocuSign. # noqa: E501 8590 8591 :param disable_purge_notifications_for_sender_metadata: The disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. # noqa: E501 8592 :type: SettingsMetadata 8593 """ 8594 8595 self._disable_purge_notifications_for_sender_metadata = disable_purge_notifications_for_sender_metadata 8596 8597 @property 8598 def disable_signer_cert_view(self): 8599 """Gets the disable_signer_cert_view of this AccountSettingsInformation. # noqa: E501 8600 8601 # noqa: E501 8602 8603 :return: The disable_signer_cert_view of this AccountSettingsInformation. # noqa: E501 8604 :rtype: str 8605 """ 8606 return self._disable_signer_cert_view 8607 8608 @disable_signer_cert_view.setter 8609 def disable_signer_cert_view(self, disable_signer_cert_view): 8610 """Sets the disable_signer_cert_view of this AccountSettingsInformation. 8611 8612 # noqa: E501 8613 8614 :param disable_signer_cert_view: The disable_signer_cert_view of this AccountSettingsInformation. # noqa: E501 8615 :type: str 8616 """ 8617 8618 self._disable_signer_cert_view = disable_signer_cert_view 8619 8620 @property 8621 def disable_signer_cert_view_metadata(self): 8622 """Gets the disable_signer_cert_view_metadata of this AccountSettingsInformation. # noqa: E501 8623 8624 Metadata that indicates whether the `disableSignerCertView` property is editable. # noqa: E501 8625 8626 :return: The disable_signer_cert_view_metadata of this AccountSettingsInformation. # noqa: E501 8627 :rtype: SettingsMetadata 8628 """ 8629 return self._disable_signer_cert_view_metadata 8630 8631 @disable_signer_cert_view_metadata.setter 8632 def disable_signer_cert_view_metadata(self, disable_signer_cert_view_metadata): 8633 """Sets the disable_signer_cert_view_metadata of this AccountSettingsInformation. 8634 8635 Metadata that indicates whether the `disableSignerCertView` property is editable. # noqa: E501 8636 8637 :param disable_signer_cert_view_metadata: The disable_signer_cert_view_metadata of this AccountSettingsInformation. # noqa: E501 8638 :type: SettingsMetadata 8639 """ 8640 8641 self._disable_signer_cert_view_metadata = disable_signer_cert_view_metadata 8642 8643 @property 8644 def disable_signer_history_view(self): 8645 """Gets the disable_signer_history_view of this AccountSettingsInformation. # noqa: E501 8646 8647 # noqa: E501 8648 8649 :return: The disable_signer_history_view of this AccountSettingsInformation. # noqa: E501 8650 :rtype: str 8651 """ 8652 return self._disable_signer_history_view 8653 8654 @disable_signer_history_view.setter 8655 def disable_signer_history_view(self, disable_signer_history_view): 8656 """Sets the disable_signer_history_view of this AccountSettingsInformation. 8657 8658 # noqa: E501 8659 8660 :param disable_signer_history_view: The disable_signer_history_view of this AccountSettingsInformation. # noqa: E501 8661 :type: str 8662 """ 8663 8664 self._disable_signer_history_view = disable_signer_history_view 8665 8666 @property 8667 def disable_signer_history_view_metadata(self): 8668 """Gets the disable_signer_history_view_metadata of this AccountSettingsInformation. # noqa: E501 8669 8670 Metadata that indicates whether the `disableSignerHistoryView` property is editable. # noqa: E501 8671 8672 :return: The disable_signer_history_view_metadata of this AccountSettingsInformation. # noqa: E501 8673 :rtype: SettingsMetadata 8674 """ 8675 return self._disable_signer_history_view_metadata 8676 8677 @disable_signer_history_view_metadata.setter 8678 def disable_signer_history_view_metadata(self, disable_signer_history_view_metadata): 8679 """Sets the disable_signer_history_view_metadata of this AccountSettingsInformation. 8680 8681 Metadata that indicates whether the `disableSignerHistoryView` property is editable. # noqa: E501 8682 8683 :param disable_signer_history_view_metadata: The disable_signer_history_view_metadata of this AccountSettingsInformation. # noqa: E501 8684 :type: SettingsMetadata 8685 """ 8686 8687 self._disable_signer_history_view_metadata = disable_signer_history_view_metadata 8688 8689 @property 8690 def disable_style_signature(self): 8691 """Gets the disable_style_signature of this AccountSettingsInformation. # noqa: E501 8692 8693 # noqa: E501 8694 8695 :return: The disable_style_signature of this AccountSettingsInformation. # noqa: E501 8696 :rtype: str 8697 """ 8698 return self._disable_style_signature 8699 8700 @disable_style_signature.setter 8701 def disable_style_signature(self, disable_style_signature): 8702 """Sets the disable_style_signature of this AccountSettingsInformation. 8703 8704 # noqa: E501 8705 8706 :param disable_style_signature: The disable_style_signature of this AccountSettingsInformation. # noqa: E501 8707 :type: str 8708 """ 8709 8710 self._disable_style_signature = disable_style_signature 8711 8712 @property 8713 def disable_style_signature_metadata(self): 8714 """Gets the disable_style_signature_metadata of this AccountSettingsInformation. # noqa: E501 8715 8716 Metadata that indicates whether the `disableStyleSignature` property is editable. # noqa: E501 8717 8718 :return: The disable_style_signature_metadata of this AccountSettingsInformation. # noqa: E501 8719 :rtype: SettingsMetadata 8720 """ 8721 return self._disable_style_signature_metadata 8722 8723 @disable_style_signature_metadata.setter 8724 def disable_style_signature_metadata(self, disable_style_signature_metadata): 8725 """Sets the disable_style_signature_metadata of this AccountSettingsInformation. 8726 8727 Metadata that indicates whether the `disableStyleSignature` property is editable. # noqa: E501 8728 8729 :param disable_style_signature_metadata: The disable_style_signature_metadata of this AccountSettingsInformation. # noqa: E501 8730 :type: SettingsMetadata 8731 """ 8732 8733 self._disable_style_signature_metadata = disable_style_signature_metadata 8734 8735 @property 8736 def disable_upload_signature(self): 8737 """Gets the disable_upload_signature of this AccountSettingsInformation. # noqa: E501 8738 8739 # noqa: E501 8740 8741 :return: The disable_upload_signature of this AccountSettingsInformation. # noqa: E501 8742 :rtype: str 8743 """ 8744 return self._disable_upload_signature 8745 8746 @disable_upload_signature.setter 8747 def disable_upload_signature(self, disable_upload_signature): 8748 """Sets the disable_upload_signature of this AccountSettingsInformation. 8749 8750 # noqa: E501 8751 8752 :param disable_upload_signature: The disable_upload_signature of this AccountSettingsInformation. # noqa: E501 8753 :type: str 8754 """ 8755 8756 self._disable_upload_signature = disable_upload_signature 8757 8758 @property 8759 def disable_upload_signature_metadata(self): 8760 """Gets the disable_upload_signature_metadata of this AccountSettingsInformation. # noqa: E501 8761 8762 Metadata that indicates whether the `disableUploadSignature` property is editable. # noqa: E501 8763 8764 :return: The disable_upload_signature_metadata of this AccountSettingsInformation. # noqa: E501 8765 :rtype: SettingsMetadata 8766 """ 8767 return self._disable_upload_signature_metadata 8768 8769 @disable_upload_signature_metadata.setter 8770 def disable_upload_signature_metadata(self, disable_upload_signature_metadata): 8771 """Sets the disable_upload_signature_metadata of this AccountSettingsInformation. 8772 8773 Metadata that indicates whether the `disableUploadSignature` property is editable. # noqa: E501 8774 8775 :param disable_upload_signature_metadata: The disable_upload_signature_metadata of this AccountSettingsInformation. # noqa: E501 8776 :type: SettingsMetadata 8777 """ 8778 8779 self._disable_upload_signature_metadata = disable_upload_signature_metadata 8780 8781 @property 8782 def disable_user_sharing(self): 8783 """Gets the disable_user_sharing of this AccountSettingsInformation. # noqa: E501 8784 8785 # noqa: E501 8786 8787 :return: The disable_user_sharing of this AccountSettingsInformation. # noqa: E501 8788 :rtype: str 8789 """ 8790 return self._disable_user_sharing 8791 8792 @disable_user_sharing.setter 8793 def disable_user_sharing(self, disable_user_sharing): 8794 """Sets the disable_user_sharing of this AccountSettingsInformation. 8795 8796 # noqa: E501 8797 8798 :param disable_user_sharing: The disable_user_sharing of this AccountSettingsInformation. # noqa: E501 8799 :type: str 8800 """ 8801 8802 self._disable_user_sharing = disable_user_sharing 8803 8804 @property 8805 def disable_user_sharing_metadata(self): 8806 """Gets the disable_user_sharing_metadata of this AccountSettingsInformation. # noqa: E501 8807 8808 Metadata that indicates whether the `disableUserSharing` property is editable. # noqa: E501 8809 8810 :return: The disable_user_sharing_metadata of this AccountSettingsInformation. # noqa: E501 8811 :rtype: SettingsMetadata 8812 """ 8813 return self._disable_user_sharing_metadata 8814 8815 @disable_user_sharing_metadata.setter 8816 def disable_user_sharing_metadata(self, disable_user_sharing_metadata): 8817 """Sets the disable_user_sharing_metadata of this AccountSettingsInformation. 8818 8819 Metadata that indicates whether the `disableUserSharing` property is editable. # noqa: E501 8820 8821 :param disable_user_sharing_metadata: The disable_user_sharing_metadata of this AccountSettingsInformation. # noqa: E501 8822 :type: SettingsMetadata 8823 """ 8824 8825 self._disable_user_sharing_metadata = disable_user_sharing_metadata 8826 8827 @property 8828 def display_beta_switch(self): 8829 """Gets the display_beta_switch of this AccountSettingsInformation. # noqa: E501 8830 8831 # noqa: E501 8832 8833 :return: The display_beta_switch of this AccountSettingsInformation. # noqa: E501 8834 :rtype: str 8835 """ 8836 return self._display_beta_switch 8837 8838 @display_beta_switch.setter 8839 def display_beta_switch(self, display_beta_switch): 8840 """Sets the display_beta_switch of this AccountSettingsInformation. 8841 8842 # noqa: E501 8843 8844 :param display_beta_switch: The display_beta_switch of this AccountSettingsInformation. # noqa: E501 8845 :type: str 8846 """ 8847 8848 self._display_beta_switch = display_beta_switch 8849 8850 @property 8851 def display_beta_switch_metadata(self): 8852 """Gets the display_beta_switch_metadata of this AccountSettingsInformation. # noqa: E501 8853 8854 Metadata that indicates whether the `displayBetaSwitch` property is editable. # noqa: E501 8855 8856 :return: The display_beta_switch_metadata of this AccountSettingsInformation. # noqa: E501 8857 :rtype: SettingsMetadata 8858 """ 8859 return self._display_beta_switch_metadata 8860 8861 @display_beta_switch_metadata.setter 8862 def display_beta_switch_metadata(self, display_beta_switch_metadata): 8863 """Sets the display_beta_switch_metadata of this AccountSettingsInformation. 8864 8865 Metadata that indicates whether the `displayBetaSwitch` property is editable. # noqa: E501 8866 8867 :param display_beta_switch_metadata: The display_beta_switch_metadata of this AccountSettingsInformation. # noqa: E501 8868 :type: SettingsMetadata 8869 """ 8870 8871 self._display_beta_switch_metadata = display_beta_switch_metadata 8872 8873 @property 8874 def document_conversion_restrictions(self): 8875 """Gets the document_conversion_restrictions of this AccountSettingsInformation. # noqa: E501 8876 8877 # noqa: E501 8878 8879 :return: The document_conversion_restrictions of this AccountSettingsInformation. # noqa: E501 8880 :rtype: str 8881 """ 8882 return self._document_conversion_restrictions 8883 8884 @document_conversion_restrictions.setter 8885 def document_conversion_restrictions(self, document_conversion_restrictions): 8886 """Sets the document_conversion_restrictions of this AccountSettingsInformation. 8887 8888 # noqa: E501 8889 8890 :param document_conversion_restrictions: The document_conversion_restrictions of this AccountSettingsInformation. # noqa: E501 8891 :type: str 8892 """ 8893 8894 self._document_conversion_restrictions = document_conversion_restrictions 8895 8896 @property 8897 def document_conversion_restrictions_metadata(self): 8898 """Gets the document_conversion_restrictions_metadata of this AccountSettingsInformation. # noqa: E501 8899 8900 Metadata that indicates whether the `documentConversionRestrictions` property is editable. # noqa: E501 8901 8902 :return: The document_conversion_restrictions_metadata of this AccountSettingsInformation. # noqa: E501 8903 :rtype: SettingsMetadata 8904 """ 8905 return self._document_conversion_restrictions_metadata 8906 8907 @document_conversion_restrictions_metadata.setter 8908 def document_conversion_restrictions_metadata(self, document_conversion_restrictions_metadata): 8909 """Sets the document_conversion_restrictions_metadata of this AccountSettingsInformation. 8910 8911 Metadata that indicates whether the `documentConversionRestrictions` property is editable. # noqa: E501 8912 8913 :param document_conversion_restrictions_metadata: The document_conversion_restrictions_metadata of this AccountSettingsInformation. # noqa: E501 8914 :type: SettingsMetadata 8915 """ 8916 8917 self._document_conversion_restrictions_metadata = document_conversion_restrictions_metadata 8918 8919 @property 8920 def document_retention(self): 8921 """Gets the document_retention of this AccountSettingsInformation. # noqa: E501 8922 8923 # noqa: E501 8924 8925 :return: The document_retention of this AccountSettingsInformation. # noqa: E501 8926 :rtype: str 8927 """ 8928 return self._document_retention 8929 8930 @document_retention.setter 8931 def document_retention(self, document_retention): 8932 """Sets the document_retention of this AccountSettingsInformation. 8933 8934 # noqa: E501 8935 8936 :param document_retention: The document_retention of this AccountSettingsInformation. # noqa: E501 8937 :type: str 8938 """ 8939 8940 self._document_retention = document_retention 8941 8942 @property 8943 def document_retention_metadata(self): 8944 """Gets the document_retention_metadata of this AccountSettingsInformation. # noqa: E501 8945 8946 Metadata that indicates whether the `documentRetention` property is editable. # noqa: E501 8947 8948 :return: The document_retention_metadata of this AccountSettingsInformation. # noqa: E501 8949 :rtype: SettingsMetadata 8950 """ 8951 return self._document_retention_metadata 8952 8953 @document_retention_metadata.setter 8954 def document_retention_metadata(self, document_retention_metadata): 8955 """Sets the document_retention_metadata of this AccountSettingsInformation. 8956 8957 Metadata that indicates whether the `documentRetention` property is editable. # noqa: E501 8958 8959 :param document_retention_metadata: The document_retention_metadata of this AccountSettingsInformation. # noqa: E501 8960 :type: SettingsMetadata 8961 """ 8962 8963 self._document_retention_metadata = document_retention_metadata 8964 8965 @property 8966 def document_retention_purge_tabs(self): 8967 """Gets the document_retention_purge_tabs of this AccountSettingsInformation. # noqa: E501 8968 8969 # noqa: E501 8970 8971 :return: The document_retention_purge_tabs of this AccountSettingsInformation. # noqa: E501 8972 :rtype: str 8973 """ 8974 return self._document_retention_purge_tabs 8975 8976 @document_retention_purge_tabs.setter 8977 def document_retention_purge_tabs(self, document_retention_purge_tabs): 8978 """Sets the document_retention_purge_tabs of this AccountSettingsInformation. 8979 8980 # noqa: E501 8981 8982 :param document_retention_purge_tabs: The document_retention_purge_tabs of this AccountSettingsInformation. # noqa: E501 8983 :type: str 8984 """ 8985 8986 self._document_retention_purge_tabs = document_retention_purge_tabs 8987 8988 @property 8989 def document_visibility(self): 8990 """Gets the document_visibility of this AccountSettingsInformation. # noqa: E501 8991 8992 # noqa: E501 8993 8994 :return: The document_visibility of this AccountSettingsInformation. # noqa: E501 8995 :rtype: str 8996 """ 8997 return self._document_visibility 8998 8999 @document_visibility.setter 9000 def document_visibility(self, document_visibility): 9001 """Sets the document_visibility of this AccountSettingsInformation. 9002 9003 # noqa: E501 9004 9005 :param document_visibility: The document_visibility of this AccountSettingsInformation. # noqa: E501 9006 :type: str 9007 """ 9008 9009 self._document_visibility = document_visibility 9010 9011 @property 9012 def document_visibility_metadata(self): 9013 """Gets the document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 9014 9015 Metadata that indicates whether the `documentVisibility` property is editable. # noqa: E501 9016 9017 :return: The document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 9018 :rtype: SettingsMetadata 9019 """ 9020 return self._document_visibility_metadata 9021 9022 @document_visibility_metadata.setter 9023 def document_visibility_metadata(self, document_visibility_metadata): 9024 """Sets the document_visibility_metadata of this AccountSettingsInformation. 9025 9026 Metadata that indicates whether the `documentVisibility` property is editable. # noqa: E501 9027 9028 :param document_visibility_metadata: The document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 9029 :type: SettingsMetadata 9030 """ 9031 9032 self._document_visibility_metadata = document_visibility_metadata 9033 9034 @property 9035 def dss_sign_28411_enable_leave_page_prompt_radmin_option(self): 9036 """Gets the dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. # noqa: E501 9037 9038 # noqa: E501 9039 9040 :return: The dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. # noqa: E501 9041 :rtype: str 9042 """ 9043 return self._dss_sign_28411_enable_leave_page_prompt_radmin_option 9044 9045 @dss_sign_28411_enable_leave_page_prompt_radmin_option.setter 9046 def dss_sign_28411_enable_leave_page_prompt_radmin_option(self, dss_sign_28411_enable_leave_page_prompt_radmin_option): 9047 """Sets the dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. 9048 9049 # noqa: E501 9050 9051 :param dss_sign_28411_enable_leave_page_prompt_radmin_option: The dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. # noqa: E501 9052 :type: str 9053 """ 9054 9055 self._dss_sign_28411_enable_leave_page_prompt_radmin_option = dss_sign_28411_enable_leave_page_prompt_radmin_option 9056 9057 @property 9058 def dss_sign_29182_slide_up_bar_radmin_option(self): 9059 """Gets the dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. # noqa: E501 9060 9061 # noqa: E501 9062 9063 :return: The dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. # noqa: E501 9064 :rtype: str 9065 """ 9066 return self._dss_sign_29182_slide_up_bar_radmin_option 9067 9068 @dss_sign_29182_slide_up_bar_radmin_option.setter 9069 def dss_sign_29182_slide_up_bar_radmin_option(self, dss_sign_29182_slide_up_bar_radmin_option): 9070 """Sets the dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. 9071 9072 # noqa: E501 9073 9074 :param dss_sign_29182_slide_up_bar_radmin_option: The dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. # noqa: E501 9075 :type: str 9076 """ 9077 9078 self._dss_sign_29182_slide_up_bar_radmin_option = dss_sign_29182_slide_up_bar_radmin_option 9079 9080 @property 9081 def email_template_version(self): 9082 """Gets the email_template_version of this AccountSettingsInformation. # noqa: E501 9083 9084 # noqa: E501 9085 9086 :return: The email_template_version of this AccountSettingsInformation. # noqa: E501 9087 :rtype: str 9088 """ 9089 return self._email_template_version 9090 9091 @email_template_version.setter 9092 def email_template_version(self, email_template_version): 9093 """Sets the email_template_version of this AccountSettingsInformation. 9094 9095 # noqa: E501 9096 9097 :param email_template_version: The email_template_version of this AccountSettingsInformation. # noqa: E501 9098 :type: str 9099 """ 9100 9101 self._email_template_version = email_template_version 9102 9103 @property 9104 def email_template_version_metadata(self): 9105 """Gets the email_template_version_metadata of this AccountSettingsInformation. # noqa: E501 9106 9107 Metadata that indicates whether the `emailTemplateVersion` property is editable. # noqa: E501 9108 9109 :return: The email_template_version_metadata of this AccountSettingsInformation. # noqa: E501 9110 :rtype: SettingsMetadata 9111 """ 9112 return self._email_template_version_metadata 9113 9114 @email_template_version_metadata.setter 9115 def email_template_version_metadata(self, email_template_version_metadata): 9116 """Sets the email_template_version_metadata of this AccountSettingsInformation. 9117 9118 Metadata that indicates whether the `emailTemplateVersion` property is editable. # noqa: E501 9119 9120 :param email_template_version_metadata: The email_template_version_metadata of this AccountSettingsInformation. # noqa: E501 9121 :type: SettingsMetadata 9122 """ 9123 9124 self._email_template_version_metadata = email_template_version_metadata 9125 9126 @property 9127 def enable_access_code_generator(self): 9128 """Gets the enable_access_code_generator of this AccountSettingsInformation. # noqa: E501 9129 9130 # noqa: E501 9131 9132 :return: The enable_access_code_generator of this AccountSettingsInformation. # noqa: E501 9133 :rtype: str 9134 """ 9135 return self._enable_access_code_generator 9136 9137 @enable_access_code_generator.setter 9138 def enable_access_code_generator(self, enable_access_code_generator): 9139 """Sets the enable_access_code_generator of this AccountSettingsInformation. 9140 9141 # noqa: E501 9142 9143 :param enable_access_code_generator: The enable_access_code_generator of this AccountSettingsInformation. # noqa: E501 9144 :type: str 9145 """ 9146 9147 self._enable_access_code_generator = enable_access_code_generator 9148 9149 @property 9150 def enable_access_code_generator_metadata(self): 9151 """Gets the enable_access_code_generator_metadata of this AccountSettingsInformation. # noqa: E501 9152 9153 Metadata that indicates whether the `enableAccessCodeGenerator` property is editable. # noqa: E501 9154 9155 :return: The enable_access_code_generator_metadata of this AccountSettingsInformation. # noqa: E501 9156 :rtype: SettingsMetadata 9157 """ 9158 return self._enable_access_code_generator_metadata 9159 9160 @enable_access_code_generator_metadata.setter 9161 def enable_access_code_generator_metadata(self, enable_access_code_generator_metadata): 9162 """Sets the enable_access_code_generator_metadata of this AccountSettingsInformation. 9163 9164 Metadata that indicates whether the `enableAccessCodeGenerator` property is editable. # noqa: E501 9165 9166 :param enable_access_code_generator_metadata: The enable_access_code_generator_metadata of this AccountSettingsInformation. # noqa: E501 9167 :type: SettingsMetadata 9168 """ 9169 9170 self._enable_access_code_generator_metadata = enable_access_code_generator_metadata 9171 9172 @property 9173 def enable_advanced_payments(self): 9174 """Gets the enable_advanced_payments of this AccountSettingsInformation. # noqa: E501 9175 9176 # noqa: E501 9177 9178 :return: The enable_advanced_payments of this AccountSettingsInformation. # noqa: E501 9179 :rtype: str 9180 """ 9181 return self._enable_advanced_payments 9182 9183 @enable_advanced_payments.setter 9184 def enable_advanced_payments(self, enable_advanced_payments): 9185 """Sets the enable_advanced_payments of this AccountSettingsInformation. 9186 9187 # noqa: E501 9188 9189 :param enable_advanced_payments: The enable_advanced_payments of this AccountSettingsInformation. # noqa: E501 9190 :type: str 9191 """ 9192 9193 self._enable_advanced_payments = enable_advanced_payments 9194 9195 @property 9196 def enable_advanced_payments_metadata(self): 9197 """Gets the enable_advanced_payments_metadata of this AccountSettingsInformation. # noqa: E501 9198 9199 Metadata that indicates whether the `enableAdvancedPayments` property is editable. # noqa: E501 9200 9201 :return: The enable_advanced_payments_metadata of this AccountSettingsInformation. # noqa: E501 9202 :rtype: SettingsMetadata 9203 """ 9204 return self._enable_advanced_payments_metadata 9205 9206 @enable_advanced_payments_metadata.setter 9207 def enable_advanced_payments_metadata(self, enable_advanced_payments_metadata): 9208 """Sets the enable_advanced_payments_metadata of this AccountSettingsInformation. 9209 9210 Metadata that indicates whether the `enableAdvancedPayments` property is editable. # noqa: E501 9211 9212 :param enable_advanced_payments_metadata: The enable_advanced_payments_metadata of this AccountSettingsInformation. # noqa: E501 9213 :type: SettingsMetadata 9214 """ 9215 9216 self._enable_advanced_payments_metadata = enable_advanced_payments_metadata 9217 9218 @property 9219 def enable_advanced_power_forms(self): 9220 """Gets the enable_advanced_power_forms of this AccountSettingsInformation. # noqa: E501 9221 9222 # noqa: E501 9223 9224 :return: The enable_advanced_power_forms of this AccountSettingsInformation. # noqa: E501 9225 :rtype: str 9226 """ 9227 return self._enable_advanced_power_forms 9228 9229 @enable_advanced_power_forms.setter 9230 def enable_advanced_power_forms(self, enable_advanced_power_forms): 9231 """Sets the enable_advanced_power_forms of this AccountSettingsInformation. 9232 9233 # noqa: E501 9234 9235 :param enable_advanced_power_forms: The enable_advanced_power_forms of this AccountSettingsInformation. # noqa: E501 9236 :type: str 9237 """ 9238 9239 self._enable_advanced_power_forms = enable_advanced_power_forms 9240 9241 @property 9242 def enable_advanced_power_forms_metadata(self): 9243 """Gets the enable_advanced_power_forms_metadata of this AccountSettingsInformation. # noqa: E501 9244 9245 Metadata that indicates whether the `enableAdvancedPowerForms` property is editable. # noqa: E501 9246 9247 :return: The enable_advanced_power_forms_metadata of this AccountSettingsInformation. # noqa: E501 9248 :rtype: SettingsMetadata 9249 """ 9250 return self._enable_advanced_power_forms_metadata 9251 9252 @enable_advanced_power_forms_metadata.setter 9253 def enable_advanced_power_forms_metadata(self, enable_advanced_power_forms_metadata): 9254 """Sets the enable_advanced_power_forms_metadata of this AccountSettingsInformation. 9255 9256 Metadata that indicates whether the `enableAdvancedPowerForms` property is editable. # noqa: E501 9257 9258 :param enable_advanced_power_forms_metadata: The enable_advanced_power_forms_metadata of this AccountSettingsInformation. # noqa: E501 9259 :type: SettingsMetadata 9260 """ 9261 9262 self._enable_advanced_power_forms_metadata = enable_advanced_power_forms_metadata 9263 9264 @property 9265 def enable_agreement_actions_for_clm(self): 9266 """Gets the enable_agreement_actions_for_clm of this AccountSettingsInformation. # noqa: E501 9267 9268 # noqa: E501 9269 9270 :return: The enable_agreement_actions_for_clm of this AccountSettingsInformation. # noqa: E501 9271 :rtype: str 9272 """ 9273 return self._enable_agreement_actions_for_clm 9274 9275 @enable_agreement_actions_for_clm.setter 9276 def enable_agreement_actions_for_clm(self, enable_agreement_actions_for_clm): 9277 """Sets the enable_agreement_actions_for_clm of this AccountSettingsInformation. 9278 9279 # noqa: E501 9280 9281 :param enable_agreement_actions_for_clm: The enable_agreement_actions_for_clm of this AccountSettingsInformation. # noqa: E501 9282 :type: str 9283 """ 9284 9285 self._enable_agreement_actions_for_clm = enable_agreement_actions_for_clm 9286 9287 @property 9288 def enable_agreement_actions_for_clm_metadata(self): 9289 """Gets the enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. # noqa: E501 9290 9291 # noqa: E501 9292 9293 :return: The enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. # noqa: E501 9294 :rtype: SettingsMetadata 9295 """ 9296 return self._enable_agreement_actions_for_clm_metadata 9297 9298 @enable_agreement_actions_for_clm_metadata.setter 9299 def enable_agreement_actions_for_clm_metadata(self, enable_agreement_actions_for_clm_metadata): 9300 """Sets the enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. 9301 9302 # noqa: E501 9303 9304 :param enable_agreement_actions_for_clm_metadata: The enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. # noqa: E501 9305 :type: SettingsMetadata 9306 """ 9307 9308 self._enable_agreement_actions_for_clm_metadata = enable_agreement_actions_for_clm_metadata 9309 9310 @property 9311 def enable_agreement_actions_for_e_sign(self): 9312 """Gets the enable_agreement_actions_for_e_sign of this AccountSettingsInformation. # noqa: E501 9313 9314 # noqa: E501 9315 9316 :return: The enable_agreement_actions_for_e_sign of this AccountSettingsInformation. # noqa: E501 9317 :rtype: str 9318 """ 9319 return self._enable_agreement_actions_for_e_sign 9320 9321 @enable_agreement_actions_for_e_sign.setter 9322 def enable_agreement_actions_for_e_sign(self, enable_agreement_actions_for_e_sign): 9323 """Sets the enable_agreement_actions_for_e_sign of this AccountSettingsInformation. 9324 9325 # noqa: E501 9326 9327 :param enable_agreement_actions_for_e_sign: The enable_agreement_actions_for_e_sign of this AccountSettingsInformation. # noqa: E501 9328 :type: str 9329 """ 9330 9331 self._enable_agreement_actions_for_e_sign = enable_agreement_actions_for_e_sign 9332 9333 @property 9334 def enable_agreement_actions_for_e_sign_metadata(self): 9335 """Gets the enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. # noqa: E501 9336 9337 # noqa: E501 9338 9339 :return: The enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. # noqa: E501 9340 :rtype: SettingsMetadata 9341 """ 9342 return self._enable_agreement_actions_for_e_sign_metadata 9343 9344 @enable_agreement_actions_for_e_sign_metadata.setter 9345 def enable_agreement_actions_for_e_sign_metadata(self, enable_agreement_actions_for_e_sign_metadata): 9346 """Sets the enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. 9347 9348 # noqa: E501 9349 9350 :param enable_agreement_actions_for_e_sign_metadata: The enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. # noqa: E501 9351 :type: SettingsMetadata 9352 """ 9353 9354 self._enable_agreement_actions_for_e_sign_metadata = enable_agreement_actions_for_e_sign_metadata 9355 9356 @property 9357 def enable_auto_nav(self): 9358 """Gets the enable_auto_nav of this AccountSettingsInformation. # noqa: E501 9359 9360 # noqa: E501 9361 9362 :return: The enable_auto_nav of this AccountSettingsInformation. # noqa: E501 9363 :rtype: str 9364 """ 9365 return self._enable_auto_nav 9366 9367 @enable_auto_nav.setter 9368 def enable_auto_nav(self, enable_auto_nav): 9369 """Sets the enable_auto_nav of this AccountSettingsInformation. 9370 9371 # noqa: E501 9372 9373 :param enable_auto_nav: The enable_auto_nav of this AccountSettingsInformation. # noqa: E501 9374 :type: str 9375 """ 9376 9377 self._enable_auto_nav = enable_auto_nav 9378 9379 @property 9380 def enable_auto_nav_metadata(self): 9381 """Gets the enable_auto_nav_metadata of this AccountSettingsInformation. # noqa: E501 9382 9383 Metadata that indicates whether the `enableAutoNav` property is editable. # noqa: E501 9384 9385 :return: The enable_auto_nav_metadata of this AccountSettingsInformation. # noqa: E501 9386 :rtype: SettingsMetadata 9387 """ 9388 return self._enable_auto_nav_metadata 9389 9390 @enable_auto_nav_metadata.setter 9391 def enable_auto_nav_metadata(self, enable_auto_nav_metadata): 9392 """Sets the enable_auto_nav_metadata of this AccountSettingsInformation. 9393 9394 Metadata that indicates whether the `enableAutoNav` property is editable. # noqa: E501 9395 9396 :param enable_auto_nav_metadata: The enable_auto_nav_metadata of this AccountSettingsInformation. # noqa: E501 9397 :type: SettingsMetadata 9398 """ 9399 9400 self._enable_auto_nav_metadata = enable_auto_nav_metadata 9401 9402 @property 9403 def enable_bcc_dummy_link(self): 9404 """Gets the enable_bcc_dummy_link of this AccountSettingsInformation. # noqa: E501 9405 9406 # noqa: E501 9407 9408 :return: The enable_bcc_dummy_link of this AccountSettingsInformation. # noqa: E501 9409 :rtype: str 9410 """ 9411 return self._enable_bcc_dummy_link 9412 9413 @enable_bcc_dummy_link.setter 9414 def enable_bcc_dummy_link(self, enable_bcc_dummy_link): 9415 """Sets the enable_bcc_dummy_link of this AccountSettingsInformation. 9416 9417 # noqa: E501 9418 9419 :param enable_bcc_dummy_link: The enable_bcc_dummy_link of this AccountSettingsInformation. # noqa: E501 9420 :type: str 9421 """ 9422 9423 self._enable_bcc_dummy_link = enable_bcc_dummy_link 9424 9425 @property 9426 def enable_bcc_dummy_link_metadata(self): 9427 """Gets the enable_bcc_dummy_link_metadata of this AccountSettingsInformation. # noqa: E501 9428 9429 # noqa: E501 9430 9431 :return: The enable_bcc_dummy_link_metadata of this AccountSettingsInformation. # noqa: E501 9432 :rtype: SettingsMetadata 9433 """ 9434 return self._enable_bcc_dummy_link_metadata 9435 9436 @enable_bcc_dummy_link_metadata.setter 9437 def enable_bcc_dummy_link_metadata(self, enable_bcc_dummy_link_metadata): 9438 """Sets the enable_bcc_dummy_link_metadata of this AccountSettingsInformation. 9439 9440 # noqa: E501 9441 9442 :param enable_bcc_dummy_link_metadata: The enable_bcc_dummy_link_metadata of this AccountSettingsInformation. # noqa: E501 9443 :type: SettingsMetadata 9444 """ 9445 9446 self._enable_bcc_dummy_link_metadata = enable_bcc_dummy_link_metadata 9447 9448 @property 9449 def enable_calculated_fields(self): 9450 """Gets the enable_calculated_fields of this AccountSettingsInformation. # noqa: E501 9451 9452 # noqa: E501 9453 9454 :return: The enable_calculated_fields of this AccountSettingsInformation. # noqa: E501 9455 :rtype: str 9456 """ 9457 return self._enable_calculated_fields 9458 9459 @enable_calculated_fields.setter 9460 def enable_calculated_fields(self, enable_calculated_fields): 9461 """Sets the enable_calculated_fields of this AccountSettingsInformation. 9462 9463 # noqa: E501 9464 9465 :param enable_calculated_fields: The enable_calculated_fields of this AccountSettingsInformation. # noqa: E501 9466 :type: str 9467 """ 9468 9469 self._enable_calculated_fields = enable_calculated_fields 9470 9471 @property 9472 def enable_calculated_fields_metadata(self): 9473 """Gets the enable_calculated_fields_metadata of this AccountSettingsInformation. # noqa: E501 9474 9475 Metadata that indicates whether the `enableCalculatedFields` property is editable. # noqa: E501 9476 9477 :return: The enable_calculated_fields_metadata of this AccountSettingsInformation. # noqa: E501 9478 :rtype: SettingsMetadata 9479 """ 9480 return self._enable_calculated_fields_metadata 9481 9482 @enable_calculated_fields_metadata.setter 9483 def enable_calculated_fields_metadata(self, enable_calculated_fields_metadata): 9484 """Sets the enable_calculated_fields_metadata of this AccountSettingsInformation. 9485 9486 Metadata that indicates whether the `enableCalculatedFields` property is editable. # noqa: E501 9487 9488 :param enable_calculated_fields_metadata: The enable_calculated_fields_metadata of this AccountSettingsInformation. # noqa: E501 9489 :type: SettingsMetadata 9490 """ 9491 9492 self._enable_calculated_fields_metadata = enable_calculated_fields_metadata 9493 9494 @property 9495 def enable_clickwraps(self): 9496 """Gets the enable_clickwraps of this AccountSettingsInformation. # noqa: E501 9497 9498 # noqa: E501 9499 9500 :return: The enable_clickwraps of this AccountSettingsInformation. # noqa: E501 9501 :rtype: str 9502 """ 9503 return self._enable_clickwraps 9504 9505 @enable_clickwraps.setter 9506 def enable_clickwraps(self, enable_clickwraps): 9507 """Sets the enable_clickwraps of this AccountSettingsInformation. 9508 9509 # noqa: E501 9510 9511 :param enable_clickwraps: The enable_clickwraps of this AccountSettingsInformation. # noqa: E501 9512 :type: str 9513 """ 9514 9515 self._enable_clickwraps = enable_clickwraps 9516 9517 @property 9518 def enable_clickwraps_metadata(self): 9519 """Gets the enable_clickwraps_metadata of this AccountSettingsInformation. # noqa: E501 9520 9521 Metadata that indicates whether the `enableClickwraps` property is editable. # noqa: E501 9522 9523 :return: The enable_clickwraps_metadata of this AccountSettingsInformation. # noqa: E501 9524 :rtype: SettingsMetadata 9525 """ 9526 return self._enable_clickwraps_metadata 9527 9528 @enable_clickwraps_metadata.setter 9529 def enable_clickwraps_metadata(self, enable_clickwraps_metadata): 9530 """Sets the enable_clickwraps_metadata of this AccountSettingsInformation. 9531 9532 Metadata that indicates whether the `enableClickwraps` property is editable. # noqa: E501 9533 9534 :param enable_clickwraps_metadata: The enable_clickwraps_metadata of this AccountSettingsInformation. # noqa: E501 9535 :type: SettingsMetadata 9536 """ 9537 9538 self._enable_clickwraps_metadata = enable_clickwraps_metadata 9539 9540 @property 9541 def enable_combined_pdf_download_for_sbs(self): 9542 """Gets the enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. # noqa: E501 9543 9544 # noqa: E501 9545 9546 :return: The enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. # noqa: E501 9547 :rtype: str 9548 """ 9549 return self._enable_combined_pdf_download_for_sbs 9550 9551 @enable_combined_pdf_download_for_sbs.setter 9552 def enable_combined_pdf_download_for_sbs(self, enable_combined_pdf_download_for_sbs): 9553 """Sets the enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. 9554 9555 # noqa: E501 9556 9557 :param enable_combined_pdf_download_for_sbs: The enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. # noqa: E501 9558 :type: str 9559 """ 9560 9561 self._enable_combined_pdf_download_for_sbs = enable_combined_pdf_download_for_sbs 9562 9563 @property 9564 def enable_comments_history_download_in_signing(self): 9565 """Gets the enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501 9566 9567 # noqa: E501 9568 9569 :return: The enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501 9570 :rtype: str 9571 """ 9572 return self._enable_comments_history_download_in_signing 9573 9574 @enable_comments_history_download_in_signing.setter 9575 def enable_comments_history_download_in_signing(self, enable_comments_history_download_in_signing): 9576 """Sets the enable_comments_history_download_in_signing of this AccountSettingsInformation. 9577 9578 # noqa: E501 9579 9580 :param enable_comments_history_download_in_signing: The enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501 9581 :type: str 9582 """ 9583 9584 self._enable_comments_history_download_in_signing = enable_comments_history_download_in_signing 9585 9586 @property 9587 def enable_comments_history_download_in_signing_metadata(self): 9588 """Gets the enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. # noqa: E501 9589 9590 # noqa: E501 9591 9592 :return: The enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. # noqa: E501 9593 :rtype: SettingsMetadata 9594 """ 9595 return self._enable_comments_history_download_in_signing_metadata 9596 9597 @enable_comments_history_download_in_signing_metadata.setter 9598 def enable_comments_history_download_in_signing_metadata(self, enable_comments_history_download_in_signing_metadata): 9599 """Sets the enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. 9600 9601 # noqa: E501 9602 9603 :param enable_comments_history_download_in_signing_metadata: The enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. # noqa: E501 9604 :type: SettingsMetadata 9605 """ 9606 9607 self._enable_comments_history_download_in_signing_metadata = enable_comments_history_download_in_signing_metadata 9608 9609 @property 9610 def enable_contact_suggestions(self): 9611 """Gets the enable_contact_suggestions of this AccountSettingsInformation. # noqa: E501 9612 9613 # noqa: E501 9614 9615 :return: The enable_contact_suggestions of this AccountSettingsInformation. # noqa: E501 9616 :rtype: str 9617 """ 9618 return self._enable_contact_suggestions 9619 9620 @enable_contact_suggestions.setter 9621 def enable_contact_suggestions(self, enable_contact_suggestions): 9622 """Sets the enable_contact_suggestions of this AccountSettingsInformation. 9623 9624 # noqa: E501 9625 9626 :param enable_contact_suggestions: The enable_contact_suggestions of this AccountSettingsInformation. # noqa: E501 9627 :type: str 9628 """ 9629 9630 self._enable_contact_suggestions = enable_contact_suggestions 9631 9632 @property 9633 def enable_contact_suggestions_metadata(self): 9634 """Gets the enable_contact_suggestions_metadata of this AccountSettingsInformation. # noqa: E501 9635 9636 9637 :return: The enable_contact_suggestions_metadata of this AccountSettingsInformation. # noqa: E501 9638 :rtype: SettingsMetadata 9639 """ 9640 return self._enable_contact_suggestions_metadata 9641 9642 @enable_contact_suggestions_metadata.setter 9643 def enable_contact_suggestions_metadata(self, enable_contact_suggestions_metadata): 9644 """Sets the enable_contact_suggestions_metadata of this AccountSettingsInformation. 9645 9646 9647 :param enable_contact_suggestions_metadata: The enable_contact_suggestions_metadata of this AccountSettingsInformation. # noqa: E501 9648 :type: SettingsMetadata 9649 """ 9650 9651 self._enable_contact_suggestions_metadata = enable_contact_suggestions_metadata 9652 9653 @property 9654 def enable_customer_satisfaction_metric_tracking(self): 9655 """Gets the enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501 9656 9657 # noqa: E501 9658 9659 :return: The enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501 9660 :rtype: str 9661 """ 9662 return self._enable_customer_satisfaction_metric_tracking 9663 9664 @enable_customer_satisfaction_metric_tracking.setter 9665 def enable_customer_satisfaction_metric_tracking(self, enable_customer_satisfaction_metric_tracking): 9666 """Sets the enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. 9667 9668 # noqa: E501 9669 9670 :param enable_customer_satisfaction_metric_tracking: The enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501 9671 :type: str 9672 """ 9673 9674 self._enable_customer_satisfaction_metric_tracking = enable_customer_satisfaction_metric_tracking 9675 9676 @property 9677 def enable_customer_satisfaction_metric_tracking_metadata(self): 9678 """Gets the enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. # noqa: E501 9679 9680 Metadata that indicates whether the `enableCustomerSatisfactionMetricTracking` property is editable. # noqa: E501 9681 9682 :return: The enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. # noqa: E501 9683 :rtype: SettingsMetadata 9684 """ 9685 return self._enable_customer_satisfaction_metric_tracking_metadata 9686 9687 @enable_customer_satisfaction_metric_tracking_metadata.setter 9688 def enable_customer_satisfaction_metric_tracking_metadata(self, enable_customer_satisfaction_metric_tracking_metadata): 9689 """Sets the enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. 9690 9691 Metadata that indicates whether the `enableCustomerSatisfactionMetricTracking` property is editable. # noqa: E501 9692 9693 :param enable_customer_satisfaction_metric_tracking_metadata: The enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. # noqa: E501 9694 :type: SettingsMetadata 9695 """ 9696 9697 self._enable_customer_satisfaction_metric_tracking_metadata = enable_customer_satisfaction_metric_tracking_metadata 9698 9699 @property 9700 def enable_ds_pro(self): 9701 """Gets the enable_ds_pro of this AccountSettingsInformation. # noqa: E501 9702 9703 # noqa: E501 9704 9705 :return: The enable_ds_pro of this AccountSettingsInformation. # noqa: E501 9706 :rtype: str 9707 """ 9708 return self._enable_ds_pro 9709 9710 @enable_ds_pro.setter 9711 def enable_ds_pro(self, enable_ds_pro): 9712 """Sets the enable_ds_pro of this AccountSettingsInformation. 9713 9714 # noqa: E501 9715 9716 :param enable_ds_pro: The enable_ds_pro of this AccountSettingsInformation. # noqa: E501 9717 :type: str 9718 """ 9719 9720 self._enable_ds_pro = enable_ds_pro 9721 9722 @property 9723 def enable_ds_pro_metadata(self): 9724 """Gets the enable_ds_pro_metadata of this AccountSettingsInformation. # noqa: E501 9725 9726 Metadata that indicates whether the `enableDSPro` property is editable. # noqa: E501 9727 9728 :return: The enable_ds_pro_metadata of this AccountSettingsInformation. # noqa: E501 9729 :rtype: SettingsMetadata 9730 """ 9731 return self._enable_ds_pro_metadata 9732 9733 @enable_ds_pro_metadata.setter 9734 def enable_ds_pro_metadata(self, enable_ds_pro_metadata): 9735 """Sets the enable_ds_pro_metadata of this AccountSettingsInformation. 9736 9737 Metadata that indicates whether the `enableDSPro` property is editable. # noqa: E501 9738 9739 :param enable_ds_pro_metadata: The enable_ds_pro_metadata of this AccountSettingsInformation. # noqa: E501 9740 :type: SettingsMetadata 9741 """ 9742 9743 self._enable_ds_pro_metadata = enable_ds_pro_metadata 9744 9745 @property 9746 def enable_envelope_stamping_by_account_admin(self): 9747 """Gets the enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. # noqa: E501 9748 9749 # noqa: E501 9750 9751 :return: The enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. # noqa: E501 9752 :rtype: str 9753 """ 9754 return self._enable_envelope_stamping_by_account_admin 9755 9756 @enable_envelope_stamping_by_account_admin.setter 9757 def enable_envelope_stamping_by_account_admin(self, enable_envelope_stamping_by_account_admin): 9758 """Sets the enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. 9759 9760 # noqa: E501 9761 9762 :param enable_envelope_stamping_by_account_admin: The enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. # noqa: E501 9763 :type: str 9764 """ 9765 9766 self._enable_envelope_stamping_by_account_admin = enable_envelope_stamping_by_account_admin 9767 9768 @property 9769 def enable_envelope_stamping_by_account_admin_metadata(self): 9770 """Gets the enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. # noqa: E501 9771 9772 Metadata that indicates whether the `enableEnvelopeStampingByAccountAdmin` property is editable. # noqa: E501 9773 9774 :return: The enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. # noqa: E501 9775 :rtype: SettingsMetadata 9776 """ 9777 return self._enable_envelope_stamping_by_account_admin_metadata 9778 9779 @enable_envelope_stamping_by_account_admin_metadata.setter 9780 def enable_envelope_stamping_by_account_admin_metadata(self, enable_envelope_stamping_by_account_admin_metadata): 9781 """Sets the enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. 9782 9783 Metadata that indicates whether the `enableEnvelopeStampingByAccountAdmin` property is editable. # noqa: E501 9784 9785 :param enable_envelope_stamping_by_account_admin_metadata: The enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. # noqa: E501 9786 :type: SettingsMetadata 9787 """ 9788 9789 self._enable_envelope_stamping_by_account_admin_metadata = enable_envelope_stamping_by_account_admin_metadata 9790 9791 @property 9792 def enable_envelope_stamping_by_ds_admin(self): 9793 """Gets the enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. # noqa: E501 9794 9795 # noqa: E501 9796 9797 :return: The enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. # noqa: E501 9798 :rtype: str 9799 """ 9800 return self._enable_envelope_stamping_by_ds_admin 9801 9802 @enable_envelope_stamping_by_ds_admin.setter 9803 def enable_envelope_stamping_by_ds_admin(self, enable_envelope_stamping_by_ds_admin): 9804 """Sets the enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. 9805 9806 # noqa: E501 9807 9808 :param enable_envelope_stamping_by_ds_admin: The enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. # noqa: E501 9809 :type: str 9810 """ 9811 9812 self._enable_envelope_stamping_by_ds_admin = enable_envelope_stamping_by_ds_admin 9813 9814 @property 9815 def enable_envelope_stamping_by_ds_admin_metadata(self): 9816 """Gets the enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. # noqa: E501 9817 9818 Metadata that indicates whether the `enableEnvelopeStampingByDSAdmin` property is editable. # noqa: E501 9819 9820 :return: The enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. # noqa: E501 9821 :rtype: SettingsMetadata 9822 """ 9823 return self._enable_envelope_stamping_by_ds_admin_metadata 9824 9825 @enable_envelope_stamping_by_ds_admin_metadata.setter 9826 def enable_envelope_stamping_by_ds_admin_metadata(self, enable_envelope_stamping_by_ds_admin_metadata): 9827 """Sets the enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. 9828 9829 Metadata that indicates whether the `enableEnvelopeStampingByDSAdmin` property is editable. # noqa: E501 9830 9831 :param enable_envelope_stamping_by_ds_admin_metadata: The enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. # noqa: E501 9832 :type: SettingsMetadata 9833 """ 9834 9835 self._enable_envelope_stamping_by_ds_admin_metadata = enable_envelope_stamping_by_ds_admin_metadata 9836 9837 @property 9838 def enable_e_sign_api_hourly_limit_management(self): 9839 """Gets the enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. # noqa: E501 9840 9841 # noqa: E501 9842 9843 :return: The enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. # noqa: E501 9844 :rtype: str 9845 """ 9846 return self._enable_e_sign_api_hourly_limit_management 9847 9848 @enable_e_sign_api_hourly_limit_management.setter 9849 def enable_e_sign_api_hourly_limit_management(self, enable_e_sign_api_hourly_limit_management): 9850 """Sets the enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. 9851 9852 # noqa: E501 9853 9854 :param enable_e_sign_api_hourly_limit_management: The enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. # noqa: E501 9855 :type: str 9856 """ 9857 9858 self._enable_e_sign_api_hourly_limit_management = enable_e_sign_api_hourly_limit_management 9859 9860 @property 9861 def enable_e_sign_api_hourly_limit_management_metadata(self): 9862 """Gets the enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. # noqa: E501 9863 9864 9865 :return: The enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. # noqa: E501 9866 :rtype: SettingsMetadata 9867 """ 9868 return self._enable_e_sign_api_hourly_limit_management_metadata 9869 9870 @enable_e_sign_api_hourly_limit_management_metadata.setter 9871 def enable_e_sign_api_hourly_limit_management_metadata(self, enable_e_sign_api_hourly_limit_management_metadata): 9872 """Sets the enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. 9873 9874 9875 :param enable_e_sign_api_hourly_limit_management_metadata: The enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. # noqa: E501 9876 :type: SettingsMetadata 9877 """ 9878 9879 self._enable_e_sign_api_hourly_limit_management_metadata = enable_e_sign_api_hourly_limit_management_metadata 9880 9881 @property 9882 def enable_esign_communities(self): 9883 """Gets the enable_esign_communities of this AccountSettingsInformation. # noqa: E501 9884 9885 # noqa: E501 9886 9887 :return: The enable_esign_communities of this AccountSettingsInformation. # noqa: E501 9888 :rtype: str 9889 """ 9890 return self._enable_esign_communities 9891 9892 @enable_esign_communities.setter 9893 def enable_esign_communities(self, enable_esign_communities): 9894 """Sets the enable_esign_communities of this AccountSettingsInformation. 9895 9896 # noqa: E501 9897 9898 :param enable_esign_communities: The enable_esign_communities of this AccountSettingsInformation. # noqa: E501 9899 :type: str 9900 """ 9901 9902 self._enable_esign_communities = enable_esign_communities 9903 9904 @property 9905 def enable_esign_communities_metadata(self): 9906 """Gets the enable_esign_communities_metadata of this AccountSettingsInformation. # noqa: E501 9907 9908 # noqa: E501 9909 9910 :return: The enable_esign_communities_metadata of this AccountSettingsInformation. # noqa: E501 9911 :rtype: SettingsMetadata 9912 """ 9913 return self._enable_esign_communities_metadata 9914 9915 @enable_esign_communities_metadata.setter 9916 def enable_esign_communities_metadata(self, enable_esign_communities_metadata): 9917 """Sets the enable_esign_communities_metadata of this AccountSettingsInformation. 9918 9919 # noqa: E501 9920 9921 :param enable_esign_communities_metadata: The enable_esign_communities_metadata of this AccountSettingsInformation. # noqa: E501 9922 :type: SettingsMetadata 9923 """ 9924 9925 self._enable_esign_communities_metadata = enable_esign_communities_metadata 9926 9927 @property 9928 def enable_id_fx_accountless_sms_auth_for_part11(self): 9929 """Gets the enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501 9930 9931 # noqa: E501 9932 9933 :return: The enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501 9934 :rtype: str 9935 """ 9936 return self._enable_id_fx_accountless_sms_auth_for_part11 9937 9938 @enable_id_fx_accountless_sms_auth_for_part11.setter 9939 def enable_id_fx_accountless_sms_auth_for_part11(self, enable_id_fx_accountless_sms_auth_for_part11): 9940 """Sets the enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. 9941 9942 # noqa: E501 9943 9944 :param enable_id_fx_accountless_sms_auth_for_part11: The enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501 9945 :type: str 9946 """ 9947 9948 self._enable_id_fx_accountless_sms_auth_for_part11 = enable_id_fx_accountless_sms_auth_for_part11 9949 9950 @property 9951 def enable_id_fx_accountless_sms_auth_for_part11_metadata(self): 9952 """Gets the enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. # noqa: E501 9953 9954 9955 :return: The enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. # noqa: E501 9956 :rtype: SettingsMetadata 9957 """ 9958 return self._enable_id_fx_accountless_sms_auth_for_part11_metadata 9959 9960 @enable_id_fx_accountless_sms_auth_for_part11_metadata.setter 9961 def enable_id_fx_accountless_sms_auth_for_part11_metadata(self, enable_id_fx_accountless_sms_auth_for_part11_metadata): 9962 """Sets the enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. 9963 9964 9965 :param enable_id_fx_accountless_sms_auth_for_part11_metadata: The enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. # noqa: E501 9966 :type: SettingsMetadata 9967 """ 9968 9969 self._enable_id_fx_accountless_sms_auth_for_part11_metadata = enable_id_fx_accountless_sms_auth_for_part11_metadata 9970 9971 @property 9972 def enable_id_fx_intuit_kba(self): 9973 """Gets the enable_id_fx_intuit_kba of this AccountSettingsInformation. # noqa: E501 9974 9975 # noqa: E501 9976 9977 :return: The enable_id_fx_intuit_kba of this AccountSettingsInformation. # noqa: E501 9978 :rtype: str 9979 """ 9980 return self._enable_id_fx_intuit_kba 9981 9982 @enable_id_fx_intuit_kba.setter 9983 def enable_id_fx_intuit_kba(self, enable_id_fx_intuit_kba): 9984 """Sets the enable_id_fx_intuit_kba of this AccountSettingsInformation. 9985 9986 # noqa: E501 9987 9988 :param enable_id_fx_intuit_kba: The enable_id_fx_intuit_kba of this AccountSettingsInformation. # noqa: E501 9989 :type: str 9990 """ 9991 9992 self._enable_id_fx_intuit_kba = enable_id_fx_intuit_kba 9993 9994 @property 9995 def enable_id_fx_intuit_kba_metadata(self): 9996 """Gets the enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. # noqa: E501 9997 9998 # noqa: E501 9999 10000 :return: The enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. # noqa: E501 10001 :rtype: SettingsMetadata 10002 """ 10003 return self._enable_id_fx_intuit_kba_metadata 10004 10005 @enable_id_fx_intuit_kba_metadata.setter 10006 def enable_id_fx_intuit_kba_metadata(self, enable_id_fx_intuit_kba_metadata): 10007 """Sets the enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. 10008 10009 # noqa: E501 10010 10011 :param enable_id_fx_intuit_kba_metadata: The enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. # noqa: E501 10012 :type: SettingsMetadata 10013 """ 10014 10015 self._enable_id_fx_intuit_kba_metadata = enable_id_fx_intuit_kba_metadata 10016 10017 @property 10018 def enable_id_fx_phone_authentication(self): 10019 """Gets the enable_id_fx_phone_authentication of this AccountSettingsInformation. # noqa: E501 10020 10021 # noqa: E501 10022 10023 :return: The enable_id_fx_phone_authentication of this AccountSettingsInformation. # noqa: E501 10024 :rtype: str 10025 """ 10026 return self._enable_id_fx_phone_authentication 10027 10028 @enable_id_fx_phone_authentication.setter 10029 def enable_id_fx_phone_authentication(self, enable_id_fx_phone_authentication): 10030 """Sets the enable_id_fx_phone_authentication of this AccountSettingsInformation. 10031 10032 # noqa: E501 10033 10034 :param enable_id_fx_phone_authentication: The enable_id_fx_phone_authentication of this AccountSettingsInformation. # noqa: E501 10035 :type: str 10036 """ 10037 10038 self._enable_id_fx_phone_authentication = enable_id_fx_phone_authentication 10039 10040 @property 10041 def enable_id_fx_phone_authentication_metadata(self): 10042 """Gets the enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 10043 10044 # noqa: E501 10045 10046 :return: The enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 10047 :rtype: SettingsMetadata 10048 """ 10049 return self._enable_id_fx_phone_authentication_metadata 10050 10051 @enable_id_fx_phone_authentication_metadata.setter 10052 def enable_id_fx_phone_authentication_metadata(self, enable_id_fx_phone_authentication_metadata): 10053 """Sets the enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. 10054 10055 # noqa: E501 10056 10057 :param enable_id_fx_phone_authentication_metadata: The enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501 10058 :type: SettingsMetadata 10059 """ 10060 10061 self._enable_id_fx_phone_authentication_metadata = enable_id_fx_phone_authentication_metadata 10062 10063 @property 10064 def enable_in_browser_editor(self): 10065 """Gets the enable_in_browser_editor of this AccountSettingsInformation. # noqa: E501 10066 10067 # noqa: E501 10068 10069 :return: The enable_in_browser_editor of this AccountSettingsInformation. # noqa: E501 10070 :rtype: str 10071 """ 10072 return self._enable_in_browser_editor 10073 10074 @enable_in_browser_editor.setter 10075 def enable_in_browser_editor(self, enable_in_browser_editor): 10076 """Sets the enable_in_browser_editor of this AccountSettingsInformation. 10077 10078 # noqa: E501 10079 10080 :param enable_in_browser_editor: The enable_in_browser_editor of this AccountSettingsInformation. # noqa: E501 10081 :type: str 10082 """ 10083 10084 self._enable_in_browser_editor = enable_in_browser_editor 10085 10086 @property 10087 def enable_in_browser_editor_metadata(self): 10088 """Gets the enable_in_browser_editor_metadata of this AccountSettingsInformation. # noqa: E501 10089 10090 # noqa: E501 10091 10092 :return: The enable_in_browser_editor_metadata of this AccountSettingsInformation. # noqa: E501 10093 :rtype: SettingsMetadata 10094 """ 10095 return self._enable_in_browser_editor_metadata 10096 10097 @enable_in_browser_editor_metadata.setter 10098 def enable_in_browser_editor_metadata(self, enable_in_browser_editor_metadata): 10099 """Sets the enable_in_browser_editor_metadata of this AccountSettingsInformation. 10100 10101 # noqa: E501 10102 10103 :param enable_in_browser_editor_metadata: The enable_in_browser_editor_metadata of this AccountSettingsInformation. # noqa: E501 10104 :type: SettingsMetadata 10105 """ 10106 10107 self._enable_in_browser_editor_metadata = enable_in_browser_editor_metadata 10108 10109 @property 10110 def enable_key_terms_suggestions_by_document_type(self): 10111 """Gets the enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. # noqa: E501 10112 10113 # noqa: E501 10114 10115 :return: The enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. # noqa: E501 10116 :rtype: str 10117 """ 10118 return self._enable_key_terms_suggestions_by_document_type 10119 10120 @enable_key_terms_suggestions_by_document_type.setter 10121 def enable_key_terms_suggestions_by_document_type(self, enable_key_terms_suggestions_by_document_type): 10122 """Sets the enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. 10123 10124 # noqa: E501 10125 10126 :param enable_key_terms_suggestions_by_document_type: The enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. # noqa: E501 10127 :type: str 10128 """ 10129 10130 self._enable_key_terms_suggestions_by_document_type = enable_key_terms_suggestions_by_document_type 10131 10132 @property 10133 def enable_key_terms_suggestions_by_document_type_metadata(self): 10134 """Gets the enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. # noqa: E501 10135 10136 10137 :return: The enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. # noqa: E501 10138 :rtype: SettingsMetadata 10139 """ 10140 return self._enable_key_terms_suggestions_by_document_type_metadata 10141 10142 @enable_key_terms_suggestions_by_document_type_metadata.setter 10143 def enable_key_terms_suggestions_by_document_type_metadata(self, enable_key_terms_suggestions_by_document_type_metadata): 10144 """Sets the enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. 10145 10146 10147 :param enable_key_terms_suggestions_by_document_type_metadata: The enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. # noqa: E501 10148 :type: SettingsMetadata 10149 """ 10150 10151 self._enable_key_terms_suggestions_by_document_type_metadata = enable_key_terms_suggestions_by_document_type_metadata 10152 10153 @property 10154 def enable_participant_recipient_setting_metadata(self): 10155 """Gets the enable_participant_recipient_setting_metadata of this AccountSettingsInformation. # noqa: E501 10156 10157 10158 :return: The enable_participant_recipient_setting_metadata of this AccountSettingsInformation. # noqa: E501 10159 :rtype: SettingsMetadata 10160 """ 10161 return self._enable_participant_recipient_setting_metadata 10162 10163 @enable_participant_recipient_setting_metadata.setter 10164 def enable_participant_recipient_setting_metadata(self, enable_participant_recipient_setting_metadata): 10165 """Sets the enable_participant_recipient_setting_metadata of this AccountSettingsInformation. 10166 10167 10168 :param enable_participant_recipient_setting_metadata: The enable_participant_recipient_setting_metadata of this AccountSettingsInformation. # noqa: E501 10169 :type: SettingsMetadata 10170 """ 10171 10172 self._enable_participant_recipient_setting_metadata = enable_participant_recipient_setting_metadata 10173 10174 @property 10175 def enable_payment_processing(self): 10176 """Gets the enable_payment_processing of this AccountSettingsInformation. # noqa: E501 10177 10178 # noqa: E501 10179 10180 :return: The enable_payment_processing of this AccountSettingsInformation. # noqa: E501 10181 :rtype: str 10182 """ 10183 return self._enable_payment_processing 10184 10185 @enable_payment_processing.setter 10186 def enable_payment_processing(self, enable_payment_processing): 10187 """Sets the enable_payment_processing of this AccountSettingsInformation. 10188 10189 # noqa: E501 10190 10191 :param enable_payment_processing: The enable_payment_processing of this AccountSettingsInformation. # noqa: E501 10192 :type: str 10193 """ 10194 10195 self._enable_payment_processing = enable_payment_processing 10196 10197 @property 10198 def enable_payment_processing_metadata(self): 10199 """Gets the enable_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 10200 10201 Metadata that indicates whether the `enablePaymentProcessing` property is editable. # noqa: E501 10202 10203 :return: The enable_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 10204 :rtype: SettingsMetadata 10205 """ 10206 return self._enable_payment_processing_metadata 10207 10208 @enable_payment_processing_metadata.setter 10209 def enable_payment_processing_metadata(self, enable_payment_processing_metadata): 10210 """Sets the enable_payment_processing_metadata of this AccountSettingsInformation. 10211 10212 Metadata that indicates whether the `enablePaymentProcessing` property is editable. # noqa: E501 10213 10214 :param enable_payment_processing_metadata: The enable_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501 10215 :type: SettingsMetadata 10216 """ 10217 10218 self._enable_payment_processing_metadata = enable_payment_processing_metadata 10219 10220 @property 10221 def enable_pdfa_conversion(self): 10222 """Gets the enable_pdfa_conversion of this AccountSettingsInformation. # noqa: E501 10223 10224 # noqa: E501 10225 10226 :return: The enable_pdfa_conversion of this AccountSettingsInformation. # noqa: E501 10227 :rtype: str 10228 """ 10229 return self._enable_pdfa_conversion 10230 10231 @enable_pdfa_conversion.setter 10232 def enable_pdfa_conversion(self, enable_pdfa_conversion): 10233 """Sets the enable_pdfa_conversion of this AccountSettingsInformation. 10234 10235 # noqa: E501 10236 10237 :param enable_pdfa_conversion: The enable_pdfa_conversion of this AccountSettingsInformation. # noqa: E501 10238 :type: str 10239 """ 10240 10241 self._enable_pdfa_conversion = enable_pdfa_conversion 10242 10243 @property 10244 def enable_pdfa_conversion_metadata(self): 10245 """Gets the enable_pdfa_conversion_metadata of this AccountSettingsInformation. # noqa: E501 10246 10247 # noqa: E501 10248 10249 :return: The enable_pdfa_conversion_metadata of this AccountSettingsInformation. # noqa: E501 10250 :rtype: SettingsMetadata 10251 """ 10252 return self._enable_pdfa_conversion_metadata 10253 10254 @enable_pdfa_conversion_metadata.setter 10255 def enable_pdfa_conversion_metadata(self, enable_pdfa_conversion_metadata): 10256 """Sets the enable_pdfa_conversion_metadata of this AccountSettingsInformation. 10257 10258 # noqa: E501 10259 10260 :param enable_pdfa_conversion_metadata: The enable_pdfa_conversion_metadata of this AccountSettingsInformation. # noqa: E501 10261 :type: SettingsMetadata 10262 """ 10263 10264 self._enable_pdfa_conversion_metadata = enable_pdfa_conversion_metadata 10265 10266 @property 10267 def enable_power_form(self): 10268 """Gets the enable_power_form of this AccountSettingsInformation. # noqa: E501 10269 10270 # noqa: E501 10271 10272 :return: The enable_power_form of this AccountSettingsInformation. # noqa: E501 10273 :rtype: str 10274 """ 10275 return self._enable_power_form 10276 10277 @enable_power_form.setter 10278 def enable_power_form(self, enable_power_form): 10279 """Sets the enable_power_form of this AccountSettingsInformation. 10280 10281 # noqa: E501 10282 10283 :param enable_power_form: The enable_power_form of this AccountSettingsInformation. # noqa: E501 10284 :type: str 10285 """ 10286 10287 self._enable_power_form = enable_power_form 10288 10289 @property 10290 def enable_power_form_direct(self): 10291 """Gets the enable_power_form_direct of this AccountSettingsInformation. # noqa: E501 10292 10293 # noqa: E501 10294 10295 :return: The enable_power_form_direct of this AccountSettingsInformation. # noqa: E501 10296 :rtype: str 10297 """ 10298 return self._enable_power_form_direct 10299 10300 @enable_power_form_direct.setter 10301 def enable_power_form_direct(self, enable_power_form_direct): 10302 """Sets the enable_power_form_direct of this AccountSettingsInformation. 10303 10304 # noqa: E501 10305 10306 :param enable_power_form_direct: The enable_power_form_direct of this AccountSettingsInformation. # noqa: E501 10307 :type: str 10308 """ 10309 10310 self._enable_power_form_direct = enable_power_form_direct 10311 10312 @property 10313 def enable_power_form_direct_metadata(self): 10314 """Gets the enable_power_form_direct_metadata of this AccountSettingsInformation. # noqa: E501 10315 10316 Metadata that indicates whether the `enablePowerFormDirect` property is editable. # noqa: E501 10317 10318 :return: The enable_power_form_direct_metadata of this AccountSettingsInformation. # noqa: E501 10319 :rtype: SettingsMetadata 10320 """ 10321 return self._enable_power_form_direct_metadata 10322 10323 @enable_power_form_direct_metadata.setter 10324 def enable_power_form_direct_metadata(self, enable_power_form_direct_metadata): 10325 """Sets the enable_power_form_direct_metadata of this AccountSettingsInformation. 10326 10327 Metadata that indicates whether the `enablePowerFormDirect` property is editable. # noqa: E501 10328 10329 :param enable_power_form_direct_metadata: The enable_power_form_direct_metadata of this AccountSettingsInformation. # noqa: E501 10330 :type: SettingsMetadata 10331 """ 10332 10333 self._enable_power_form_direct_metadata = enable_power_form_direct_metadata 10334 10335 @property 10336 def enable_power_form_metadata(self): 10337 """Gets the enable_power_form_metadata of this AccountSettingsInformation. # noqa: E501 10338 10339 Metadata that indicates whether the `enablePowerForm` property is editable. # noqa: E501 10340 10341 :return: The enable_power_form_metadata of this AccountSettingsInformation. # noqa: E501 10342 :rtype: SettingsMetadata 10343 """ 10344 return self._enable_power_form_metadata 10345 10346 @enable_power_form_metadata.setter 10347 def enable_power_form_metadata(self, enable_power_form_metadata): 10348 """Sets the enable_power_form_metadata of this AccountSettingsInformation. 10349 10350 Metadata that indicates whether the `enablePowerForm` property is editable. # noqa: E501 10351 10352 :param enable_power_form_metadata: The enable_power_form_metadata of this AccountSettingsInformation. # noqa: E501 10353 :type: SettingsMetadata 10354 """ 10355 10356 self._enable_power_form_metadata = enable_power_form_metadata 10357 10358 @property 10359 def enable_recipient_domain_validation(self): 10360 """Gets the enable_recipient_domain_validation of this AccountSettingsInformation. # noqa: E501 10361 10362 # noqa: E501 10363 10364 :return: The enable_recipient_domain_validation of this AccountSettingsInformation. # noqa: E501 10365 :rtype: str 10366 """ 10367 return self._enable_recipient_domain_validation 10368 10369 @enable_recipient_domain_validation.setter 10370 def enable_recipient_domain_validation(self, enable_recipient_domain_validation): 10371 """Sets the enable_recipient_domain_validation of this AccountSettingsInformation. 10372 10373 # noqa: E501 10374 10375 :param enable_recipient_domain_validation: The enable_recipient_domain_validation of this AccountSettingsInformation. # noqa: E501 10376 :type: str 10377 """ 10378 10379 self._enable_recipient_domain_validation = enable_recipient_domain_validation 10380 10381 @property 10382 def enable_recipient_domain_validation_metadata(self): 10383 """Gets the enable_recipient_domain_validation_metadata of this AccountSettingsInformation. # noqa: E501 10384 10385 Metadata that indicates whether the `enableRecipientDomainValidation` property is editable. # noqa: E501 10386 10387 :return: The enable_recipient_domain_validation_metadata of this AccountSettingsInformation. # noqa: E501 10388 :rtype: SettingsMetadata 10389 """ 10390 return self._enable_recipient_domain_validation_metadata 10391 10392 @enable_recipient_domain_validation_metadata.setter 10393 def enable_recipient_domain_validation_metadata(self, enable_recipient_domain_validation_metadata): 10394 """Sets the enable_recipient_domain_validation_metadata of this AccountSettingsInformation. 10395 10396 Metadata that indicates whether the `enableRecipientDomainValidation` property is editable. # noqa: E501 10397 10398 :param enable_recipient_domain_validation_metadata: The enable_recipient_domain_validation_metadata of this AccountSettingsInformation. # noqa: E501 10399 :type: SettingsMetadata 10400 """ 10401 10402 self._enable_recipient_domain_validation_metadata = enable_recipient_domain_validation_metadata 10403 10404 @property 10405 def enable_recipient_may_provide_phone_number(self): 10406 """Gets the enable_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 10407 10408 # noqa: E501 10409 10410 :return: The enable_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 10411 :rtype: str 10412 """ 10413 return self._enable_recipient_may_provide_phone_number 10414 10415 @enable_recipient_may_provide_phone_number.setter 10416 def enable_recipient_may_provide_phone_number(self, enable_recipient_may_provide_phone_number): 10417 """Sets the enable_recipient_may_provide_phone_number of this AccountSettingsInformation. 10418 10419 # noqa: E501 10420 10421 :param enable_recipient_may_provide_phone_number: The enable_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 10422 :type: str 10423 """ 10424 10425 self._enable_recipient_may_provide_phone_number = enable_recipient_may_provide_phone_number 10426 10427 @property 10428 def enable_recipient_may_provide_phone_number_metadata(self): 10429 """Gets the enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 10430 10431 # noqa: E501 10432 10433 :return: The enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 10434 :rtype: SettingsMetadata 10435 """ 10436 return self._enable_recipient_may_provide_phone_number_metadata 10437 10438 @enable_recipient_may_provide_phone_number_metadata.setter 10439 def enable_recipient_may_provide_phone_number_metadata(self, enable_recipient_may_provide_phone_number_metadata): 10440 """Sets the enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. 10441 10442 # noqa: E501 10443 10444 :param enable_recipient_may_provide_phone_number_metadata: The enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 10445 :type: SettingsMetadata 10446 """ 10447 10448 self._enable_recipient_may_provide_phone_number_metadata = enable_recipient_may_provide_phone_number_metadata 10449 10450 @property 10451 def enable_report_links(self): 10452 """Gets the enable_report_links of this AccountSettingsInformation. # noqa: E501 10453 10454 # noqa: E501 10455 10456 :return: The enable_report_links of this AccountSettingsInformation. # noqa: E501 10457 :rtype: str 10458 """ 10459 return self._enable_report_links 10460 10461 @enable_report_links.setter 10462 def enable_report_links(self, enable_report_links): 10463 """Sets the enable_report_links of this AccountSettingsInformation. 10464 10465 # noqa: E501 10466 10467 :param enable_report_links: The enable_report_links of this AccountSettingsInformation. # noqa: E501 10468 :type: str 10469 """ 10470 10471 self._enable_report_links = enable_report_links 10472 10473 @property 10474 def enable_report_links_metadata(self): 10475 """Gets the enable_report_links_metadata of this AccountSettingsInformation. # noqa: E501 10476 10477 Metadata that indicates whether the `enableReportLinks` property is editable. # noqa: E501 10478 10479 :return: The enable_report_links_metadata of this AccountSettingsInformation. # noqa: E501 10480 :rtype: SettingsMetadata 10481 """ 10482 return self._enable_report_links_metadata 10483 10484 @enable_report_links_metadata.setter 10485 def enable_report_links_metadata(self, enable_report_links_metadata): 10486 """Sets the enable_report_links_metadata of this AccountSettingsInformation. 10487 10488 Metadata that indicates whether the `enableReportLinks` property is editable. # noqa: E501 10489 10490 :param enable_report_links_metadata: The enable_report_links_metadata of this AccountSettingsInformation. # noqa: E501 10491 :type: SettingsMetadata 10492 """ 10493 10494 self._enable_report_links_metadata = enable_report_links_metadata 10495 10496 @property 10497 def enable_require_sign_on_paper(self): 10498 """Gets the enable_require_sign_on_paper of this AccountSettingsInformation. # noqa: E501 10499 10500 # noqa: E501 10501 10502 :return: The enable_require_sign_on_paper of this AccountSettingsInformation. # noqa: E501 10503 :rtype: str 10504 """ 10505 return self._enable_require_sign_on_paper 10506 10507 @enable_require_sign_on_paper.setter 10508 def enable_require_sign_on_paper(self, enable_require_sign_on_paper): 10509 """Sets the enable_require_sign_on_paper of this AccountSettingsInformation. 10510 10511 # noqa: E501 10512 10513 :param enable_require_sign_on_paper: The enable_require_sign_on_paper of this AccountSettingsInformation. # noqa: E501 10514 :type: str 10515 """ 10516 10517 self._enable_require_sign_on_paper = enable_require_sign_on_paper 10518 10519 @property 10520 def enable_require_sign_on_paper_metadata(self): 10521 """Gets the enable_require_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 10522 10523 Metadata that indicates whether the `enableRequireSignOnPaper` property is editable. # noqa: E501 10524 10525 :return: The enable_require_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 10526 :rtype: SettingsMetadata 10527 """ 10528 return self._enable_require_sign_on_paper_metadata 10529 10530 @enable_require_sign_on_paper_metadata.setter 10531 def enable_require_sign_on_paper_metadata(self, enable_require_sign_on_paper_metadata): 10532 """Sets the enable_require_sign_on_paper_metadata of this AccountSettingsInformation. 10533 10534 Metadata that indicates whether the `enableRequireSignOnPaper` property is editable. # noqa: E501 10535 10536 :param enable_require_sign_on_paper_metadata: The enable_require_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 10537 :type: SettingsMetadata 10538 """ 10539 10540 self._enable_require_sign_on_paper_metadata = enable_require_sign_on_paper_metadata 10541 10542 @property 10543 def enable_reserved_domain(self): 10544 """Gets the enable_reserved_domain of this AccountSettingsInformation. # noqa: E501 10545 10546 # noqa: E501 10547 10548 :return: The enable_reserved_domain of this AccountSettingsInformation. # noqa: E501 10549 :rtype: str 10550 """ 10551 return self._enable_reserved_domain 10552 10553 @enable_reserved_domain.setter 10554 def enable_reserved_domain(self, enable_reserved_domain): 10555 """Sets the enable_reserved_domain of this AccountSettingsInformation. 10556 10557 # noqa: E501 10558 10559 :param enable_reserved_domain: The enable_reserved_domain of this AccountSettingsInformation. # noqa: E501 10560 :type: str 10561 """ 10562 10563 self._enable_reserved_domain = enable_reserved_domain 10564 10565 @property 10566 def enable_reserved_domain_metadata(self): 10567 """Gets the enable_reserved_domain_metadata of this AccountSettingsInformation. # noqa: E501 10568 10569 Metadata that indicates whether the `enableReservedDomain` property is editable. # noqa: E501 10570 10571 :return: The enable_reserved_domain_metadata of this AccountSettingsInformation. # noqa: E501 10572 :rtype: SettingsMetadata 10573 """ 10574 return self._enable_reserved_domain_metadata 10575 10576 @enable_reserved_domain_metadata.setter 10577 def enable_reserved_domain_metadata(self, enable_reserved_domain_metadata): 10578 """Sets the enable_reserved_domain_metadata of this AccountSettingsInformation. 10579 10580 Metadata that indicates whether the `enableReservedDomain` property is editable. # noqa: E501 10581 10582 :param enable_reserved_domain_metadata: The enable_reserved_domain_metadata of this AccountSettingsInformation. # noqa: E501 10583 :type: SettingsMetadata 10584 """ 10585 10586 self._enable_reserved_domain_metadata = enable_reserved_domain_metadata 10587 10588 @property 10589 def enable_responsive_signing(self): 10590 """Gets the enable_responsive_signing of this AccountSettingsInformation. # noqa: E501 10591 10592 # noqa: E501 10593 10594 :return: The enable_responsive_signing of this AccountSettingsInformation. # noqa: E501 10595 :rtype: str 10596 """ 10597 return self._enable_responsive_signing 10598 10599 @enable_responsive_signing.setter 10600 def enable_responsive_signing(self, enable_responsive_signing): 10601 """Sets the enable_responsive_signing of this AccountSettingsInformation. 10602 10603 # noqa: E501 10604 10605 :param enable_responsive_signing: The enable_responsive_signing of this AccountSettingsInformation. # noqa: E501 10606 :type: str 10607 """ 10608 10609 self._enable_responsive_signing = enable_responsive_signing 10610 10611 @property 10612 def enable_responsive_signing_metadata(self): 10613 """Gets the enable_responsive_signing_metadata of this AccountSettingsInformation. # noqa: E501 10614 10615 Metadata that indicates whether the `enableResponsiveSigning` property is editable. # noqa: E501 10616 10617 :return: The enable_responsive_signing_metadata of this AccountSettingsInformation. # noqa: E501 10618 :rtype: SettingsMetadata 10619 """ 10620 return self._enable_responsive_signing_metadata 10621 10622 @enable_responsive_signing_metadata.setter 10623 def enable_responsive_signing_metadata(self, enable_responsive_signing_metadata): 10624 """Sets the enable_responsive_signing_metadata of this AccountSettingsInformation. 10625 10626 Metadata that indicates whether the `enableResponsiveSigning` property is editable. # noqa: E501 10627 10628 :param enable_responsive_signing_metadata: The enable_responsive_signing_metadata of this AccountSettingsInformation. # noqa: E501 10629 :type: SettingsMetadata 10630 """ 10631 10632 self._enable_responsive_signing_metadata = enable_responsive_signing_metadata 10633 10634 @property 10635 def enable_scheduled_release(self): 10636 """Gets the enable_scheduled_release of this AccountSettingsInformation. # noqa: E501 10637 10638 # noqa: E501 10639 10640 :return: The enable_scheduled_release of this AccountSettingsInformation. # noqa: E501 10641 :rtype: str 10642 """ 10643 return self._enable_scheduled_release 10644 10645 @enable_scheduled_release.setter 10646 def enable_scheduled_release(self, enable_scheduled_release): 10647 """Sets the enable_scheduled_release of this AccountSettingsInformation. 10648 10649 # noqa: E501 10650 10651 :param enable_scheduled_release: The enable_scheduled_release of this AccountSettingsInformation. # noqa: E501 10652 :type: str 10653 """ 10654 10655 self._enable_scheduled_release = enable_scheduled_release 10656 10657 @property 10658 def enable_scheduled_release_metadata(self): 10659 """Gets the enable_scheduled_release_metadata of this AccountSettingsInformation. # noqa: E501 10660 10661 Metadata that indicates whether the `enableScheduledRelease` property is editable. # noqa: E501 10662 10663 :return: The enable_scheduled_release_metadata of this AccountSettingsInformation. # noqa: E501 10664 :rtype: SettingsMetadata 10665 """ 10666 return self._enable_scheduled_release_metadata 10667 10668 @enable_scheduled_release_metadata.setter 10669 def enable_scheduled_release_metadata(self, enable_scheduled_release_metadata): 10670 """Sets the enable_scheduled_release_metadata of this AccountSettingsInformation. 10671 10672 Metadata that indicates whether the `enableScheduledRelease` property is editable. # noqa: E501 10673 10674 :param enable_scheduled_release_metadata: The enable_scheduled_release_metadata of this AccountSettingsInformation. # noqa: E501 10675 :type: SettingsMetadata 10676 """ 10677 10678 self._enable_scheduled_release_metadata = enable_scheduled_release_metadata 10679 10680 @property 10681 def enable_search(self): 10682 """Gets the enable_search of this AccountSettingsInformation. # noqa: E501 10683 10684 # noqa: E501 10685 10686 :return: The enable_search of this AccountSettingsInformation. # noqa: E501 10687 :rtype: str 10688 """ 10689 return self._enable_search 10690 10691 @enable_search.setter 10692 def enable_search(self, enable_search): 10693 """Sets the enable_search of this AccountSettingsInformation. 10694 10695 # noqa: E501 10696 10697 :param enable_search: The enable_search of this AccountSettingsInformation. # noqa: E501 10698 :type: str 10699 """ 10700 10701 self._enable_search = enable_search 10702 10703 @property 10704 def enable_search_metadata(self): 10705 """Gets the enable_search_metadata of this AccountSettingsInformation. # noqa: E501 10706 10707 # noqa: E501 10708 10709 :return: The enable_search_metadata of this AccountSettingsInformation. # noqa: E501 10710 :rtype: SettingsMetadata 10711 """ 10712 return self._enable_search_metadata 10713 10714 @enable_search_metadata.setter 10715 def enable_search_metadata(self, enable_search_metadata): 10716 """Sets the enable_search_metadata of this AccountSettingsInformation. 10717 10718 # noqa: E501 10719 10720 :param enable_search_metadata: The enable_search_metadata of this AccountSettingsInformation. # noqa: E501 10721 :type: SettingsMetadata 10722 """ 10723 10724 self._enable_search_metadata = enable_search_metadata 10725 10726 @property 10727 def enable_search_site_specific_api(self): 10728 """Gets the enable_search_site_specific_api of this AccountSettingsInformation. # noqa: E501 10729 10730 # noqa: E501 10731 10732 :return: The enable_search_site_specific_api of this AccountSettingsInformation. # noqa: E501 10733 :rtype: str 10734 """ 10735 return self._enable_search_site_specific_api 10736 10737 @enable_search_site_specific_api.setter 10738 def enable_search_site_specific_api(self, enable_search_site_specific_api): 10739 """Sets the enable_search_site_specific_api of this AccountSettingsInformation. 10740 10741 # noqa: E501 10742 10743 :param enable_search_site_specific_api: The enable_search_site_specific_api of this AccountSettingsInformation. # noqa: E501 10744 :type: str 10745 """ 10746 10747 self._enable_search_site_specific_api = enable_search_site_specific_api 10748 10749 @property 10750 def enable_search_site_specific_api_metadata(self): 10751 """Gets the enable_search_site_specific_api_metadata of this AccountSettingsInformation. # noqa: E501 10752 10753 10754 :return: The enable_search_site_specific_api_metadata of this AccountSettingsInformation. # noqa: E501 10755 :rtype: SettingsMetadata 10756 """ 10757 return self._enable_search_site_specific_api_metadata 10758 10759 @enable_search_site_specific_api_metadata.setter 10760 def enable_search_site_specific_api_metadata(self, enable_search_site_specific_api_metadata): 10761 """Sets the enable_search_site_specific_api_metadata of this AccountSettingsInformation. 10762 10763 10764 :param enable_search_site_specific_api_metadata: The enable_search_site_specific_api_metadata of this AccountSettingsInformation. # noqa: E501 10765 :type: SettingsMetadata 10766 """ 10767 10768 self._enable_search_site_specific_api_metadata = enable_search_site_specific_api_metadata 10769 10770 @property 10771 def enable_search_ui(self): 10772 """Gets the enable_search_ui of this AccountSettingsInformation. # noqa: E501 10773 10774 # noqa: E501 10775 10776 :return: The enable_search_ui of this AccountSettingsInformation. # noqa: E501 10777 :rtype: str 10778 """ 10779 return self._enable_search_ui 10780 10781 @enable_search_ui.setter 10782 def enable_search_ui(self, enable_search_ui): 10783 """Sets the enable_search_ui of this AccountSettingsInformation. 10784 10785 # noqa: E501 10786 10787 :param enable_search_ui: The enable_search_ui of this AccountSettingsInformation. # noqa: E501 10788 :type: str 10789 """ 10790 10791 self._enable_search_ui = enable_search_ui 10792 10793 @property 10794 def enable_search_ui_metadata(self): 10795 """Gets the enable_search_ui_metadata of this AccountSettingsInformation. # noqa: E501 10796 10797 # noqa: E501 10798 10799 :return: The enable_search_ui_metadata of this AccountSettingsInformation. # noqa: E501 10800 :rtype: SettingsMetadata 10801 """ 10802 return self._enable_search_ui_metadata 10803 10804 @enable_search_ui_metadata.setter 10805 def enable_search_ui_metadata(self, enable_search_ui_metadata): 10806 """Sets the enable_search_ui_metadata of this AccountSettingsInformation. 10807 10808 # noqa: E501 10809 10810 :param enable_search_ui_metadata: The enable_search_ui_metadata of this AccountSettingsInformation. # noqa: E501 10811 :type: SettingsMetadata 10812 """ 10813 10814 self._enable_search_ui_metadata = enable_search_ui_metadata 10815 10816 @property 10817 def enable_sending_tags_font_settings(self): 10818 """Gets the enable_sending_tags_font_settings of this AccountSettingsInformation. # noqa: E501 10819 10820 # noqa: E501 10821 10822 :return: The enable_sending_tags_font_settings of this AccountSettingsInformation. # noqa: E501 10823 :rtype: str 10824 """ 10825 return self._enable_sending_tags_font_settings 10826 10827 @enable_sending_tags_font_settings.setter 10828 def enable_sending_tags_font_settings(self, enable_sending_tags_font_settings): 10829 """Sets the enable_sending_tags_font_settings of this AccountSettingsInformation. 10830 10831 # noqa: E501 10832 10833 :param enable_sending_tags_font_settings: The enable_sending_tags_font_settings of this AccountSettingsInformation. # noqa: E501 10834 :type: str 10835 """ 10836 10837 self._enable_sending_tags_font_settings = enable_sending_tags_font_settings 10838 10839 @property 10840 def enable_sending_tags_font_settings_metadata(self): 10841 """Gets the enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. # noqa: E501 10842 10843 Metadata that indicates whether the `enableSendingTagsFontSettings` property is editable. # noqa: E501 10844 10845 :return: The enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. # noqa: E501 10846 :rtype: SettingsMetadata 10847 """ 10848 return self._enable_sending_tags_font_settings_metadata 10849 10850 @enable_sending_tags_font_settings_metadata.setter 10851 def enable_sending_tags_font_settings_metadata(self, enable_sending_tags_font_settings_metadata): 10852 """Sets the enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. 10853 10854 Metadata that indicates whether the `enableSendingTagsFontSettings` property is editable. # noqa: E501 10855 10856 :param enable_sending_tags_font_settings_metadata: The enable_sending_tags_font_settings_metadata of this AccountSettingsInformation. # noqa: E501 10857 :type: SettingsMetadata 10858 """ 10859 10860 self._enable_sending_tags_font_settings_metadata = enable_sending_tags_font_settings_metadata 10861 10862 @property 10863 def enable_send_to_agent(self): 10864 """Gets the enable_send_to_agent of this AccountSettingsInformation. # noqa: E501 10865 10866 # noqa: E501 10867 10868 :return: The enable_send_to_agent of this AccountSettingsInformation. # noqa: E501 10869 :rtype: str 10870 """ 10871 return self._enable_send_to_agent 10872 10873 @enable_send_to_agent.setter 10874 def enable_send_to_agent(self, enable_send_to_agent): 10875 """Sets the enable_send_to_agent of this AccountSettingsInformation. 10876 10877 # noqa: E501 10878 10879 :param enable_send_to_agent: The enable_send_to_agent of this AccountSettingsInformation. # noqa: E501 10880 :type: str 10881 """ 10882 10883 self._enable_send_to_agent = enable_send_to_agent 10884 10885 @property 10886 def enable_send_to_agent_metadata(self): 10887 """Gets the enable_send_to_agent_metadata of this AccountSettingsInformation. # noqa: E501 10888 10889 Metadata that indicates whether the `enableSendToAgent` property is editable. # noqa: E501 10890 10891 :return: The enable_send_to_agent_metadata of this AccountSettingsInformation. # noqa: E501 10892 :rtype: SettingsMetadata 10893 """ 10894 return self._enable_send_to_agent_metadata 10895 10896 @enable_send_to_agent_metadata.setter 10897 def enable_send_to_agent_metadata(self, enable_send_to_agent_metadata): 10898 """Sets the enable_send_to_agent_metadata of this AccountSettingsInformation. 10899 10900 Metadata that indicates whether the `enableSendToAgent` property is editable. # noqa: E501 10901 10902 :param enable_send_to_agent_metadata: The enable_send_to_agent_metadata of this AccountSettingsInformation. # noqa: E501 10903 :type: SettingsMetadata 10904 """ 10905 10906 self._enable_send_to_agent_metadata = enable_send_to_agent_metadata 10907 10908 @property 10909 def enable_send_to_intermediary(self): 10910 """Gets the enable_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 10911 10912 # noqa: E501 10913 10914 :return: The enable_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 10915 :rtype: str 10916 """ 10917 return self._enable_send_to_intermediary 10918 10919 @enable_send_to_intermediary.setter 10920 def enable_send_to_intermediary(self, enable_send_to_intermediary): 10921 """Sets the enable_send_to_intermediary of this AccountSettingsInformation. 10922 10923 # noqa: E501 10924 10925 :param enable_send_to_intermediary: The enable_send_to_intermediary of this AccountSettingsInformation. # noqa: E501 10926 :type: str 10927 """ 10928 10929 self._enable_send_to_intermediary = enable_send_to_intermediary 10930 10931 @property 10932 def enable_send_to_intermediary_metadata(self): 10933 """Gets the enable_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 10934 10935 Metadata that indicates whether the `enableSendToIntermediary` property is editable. # noqa: E501 10936 10937 :return: The enable_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 10938 :rtype: SettingsMetadata 10939 """ 10940 return self._enable_send_to_intermediary_metadata 10941 10942 @enable_send_to_intermediary_metadata.setter 10943 def enable_send_to_intermediary_metadata(self, enable_send_to_intermediary_metadata): 10944 """Sets the enable_send_to_intermediary_metadata of this AccountSettingsInformation. 10945 10946 Metadata that indicates whether the `enableSendToIntermediary` property is editable. # noqa: E501 10947 10948 :param enable_send_to_intermediary_metadata: The enable_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501 10949 :type: SettingsMetadata 10950 """ 10951 10952 self._enable_send_to_intermediary_metadata = enable_send_to_intermediary_metadata 10953 10954 @property 10955 def enable_send_to_manage(self): 10956 """Gets the enable_send_to_manage of this AccountSettingsInformation. # noqa: E501 10957 10958 # noqa: E501 10959 10960 :return: The enable_send_to_manage of this AccountSettingsInformation. # noqa: E501 10961 :rtype: str 10962 """ 10963 return self._enable_send_to_manage 10964 10965 @enable_send_to_manage.setter 10966 def enable_send_to_manage(self, enable_send_to_manage): 10967 """Sets the enable_send_to_manage of this AccountSettingsInformation. 10968 10969 # noqa: E501 10970 10971 :param enable_send_to_manage: The enable_send_to_manage of this AccountSettingsInformation. # noqa: E501 10972 :type: str 10973 """ 10974 10975 self._enable_send_to_manage = enable_send_to_manage 10976 10977 @property 10978 def enable_send_to_manage_metadata(self): 10979 """Gets the enable_send_to_manage_metadata of this AccountSettingsInformation. # noqa: E501 10980 10981 Metadata that indicates whether the `enableSendToManage` property is editable. # noqa: E501 10982 10983 :return: The enable_send_to_manage_metadata of this AccountSettingsInformation. # noqa: E501 10984 :rtype: SettingsMetadata 10985 """ 10986 return self._enable_send_to_manage_metadata 10987 10988 @enable_send_to_manage_metadata.setter 10989 def enable_send_to_manage_metadata(self, enable_send_to_manage_metadata): 10990 """Sets the enable_send_to_manage_metadata of this AccountSettingsInformation. 10991 10992 Metadata that indicates whether the `enableSendToManage` property is editable. # noqa: E501 10993 10994 :param enable_send_to_manage_metadata: The enable_send_to_manage_metadata of this AccountSettingsInformation. # noqa: E501 10995 :type: SettingsMetadata 10996 """ 10997 10998 self._enable_send_to_manage_metadata = enable_send_to_manage_metadata 10999 11000 @property 11001 def enable_sequential_signing_api(self): 11002 """Gets the enable_sequential_signing_api of this AccountSettingsInformation. # noqa: E501 11003 11004 # noqa: E501 11005 11006 :return: The enable_sequential_signing_api of this AccountSettingsInformation. # noqa: E501 11007 :rtype: str 11008 """ 11009 return self._enable_sequential_signing_api 11010 11011 @enable_sequential_signing_api.setter 11012 def enable_sequential_signing_api(self, enable_sequential_signing_api): 11013 """Sets the enable_sequential_signing_api of this AccountSettingsInformation. 11014 11015 # noqa: E501 11016 11017 :param enable_sequential_signing_api: The enable_sequential_signing_api of this AccountSettingsInformation. # noqa: E501 11018 :type: str 11019 """ 11020 11021 self._enable_sequential_signing_api = enable_sequential_signing_api 11022 11023 @property 11024 def enable_sequential_signing_api_metadata(self): 11025 """Gets the enable_sequential_signing_api_metadata of this AccountSettingsInformation. # noqa: E501 11026 11027 Metadata that indicates whether the `enableSequentialSigningAPI` property is editable. # noqa: E501 11028 11029 :return: The enable_sequential_signing_api_metadata of this AccountSettingsInformation. # noqa: E501 11030 :rtype: SettingsMetadata 11031 """ 11032 return self._enable_sequential_signing_api_metadata 11033 11034 @enable_sequential_signing_api_metadata.setter 11035 def enable_sequential_signing_api_metadata(self, enable_sequential_signing_api_metadata): 11036 """Sets the enable_sequential_signing_api_metadata of this AccountSettingsInformation. 11037 11038 Metadata that indicates whether the `enableSequentialSigningAPI` property is editable. # noqa: E501 11039 11040 :param enable_sequential_signing_api_metadata: The enable_sequential_signing_api_metadata of this AccountSettingsInformation. # noqa: E501 11041 :type: SettingsMetadata 11042 """ 11043 11044 self._enable_sequential_signing_api_metadata = enable_sequential_signing_api_metadata 11045 11046 @property 11047 def enable_sequential_signing_ui(self): 11048 """Gets the enable_sequential_signing_ui of this AccountSettingsInformation. # noqa: E501 11049 11050 # noqa: E501 11051 11052 :return: The enable_sequential_signing_ui of this AccountSettingsInformation. # noqa: E501 11053 :rtype: str 11054 """ 11055 return self._enable_sequential_signing_ui 11056 11057 @enable_sequential_signing_ui.setter 11058 def enable_sequential_signing_ui(self, enable_sequential_signing_ui): 11059 """Sets the enable_sequential_signing_ui of this AccountSettingsInformation. 11060 11061 # noqa: E501 11062 11063 :param enable_sequential_signing_ui: The enable_sequential_signing_ui of this AccountSettingsInformation. # noqa: E501 11064 :type: str 11065 """ 11066 11067 self._enable_sequential_signing_ui = enable_sequential_signing_ui 11068 11069 @property 11070 def enable_sequential_signing_ui_metadata(self): 11071 """Gets the enable_sequential_signing_ui_metadata of this AccountSettingsInformation. # noqa: E501 11072 11073 Metadata that indicates whether the `enableSequentialSigningUI` property is editable. # noqa: E501 11074 11075 :return: The enable_sequential_signing_ui_metadata of this AccountSettingsInformation. # noqa: E501 11076 :rtype: SettingsMetadata 11077 """ 11078 return self._enable_sequential_signing_ui_metadata 11079 11080 @enable_sequential_signing_ui_metadata.setter 11081 def enable_sequential_signing_ui_metadata(self, enable_sequential_signing_ui_metadata): 11082 """Sets the enable_sequential_signing_ui_metadata of this AccountSettingsInformation. 11083 11084 Metadata that indicates whether the `enableSequentialSigningUI` property is editable. # noqa: E501 11085 11086 :param enable_sequential_signing_ui_metadata: The enable_sequential_signing_ui_metadata of this AccountSettingsInformation. # noqa: E501 11087 :type: SettingsMetadata 11088 """ 11089 11090 self._enable_sequential_signing_ui_metadata = enable_sequential_signing_ui_metadata 11091 11092 @property 11093 def enable_signer_attachments(self): 11094 """Gets the enable_signer_attachments of this AccountSettingsInformation. # noqa: E501 11095 11096 # noqa: E501 11097 11098 :return: The enable_signer_attachments of this AccountSettingsInformation. # noqa: E501 11099 :rtype: str 11100 """ 11101 return self._enable_signer_attachments 11102 11103 @enable_signer_attachments.setter 11104 def enable_signer_attachments(self, enable_signer_attachments): 11105 """Sets the enable_signer_attachments of this AccountSettingsInformation. 11106 11107 # noqa: E501 11108 11109 :param enable_signer_attachments: The enable_signer_attachments of this AccountSettingsInformation. # noqa: E501 11110 :type: str 11111 """ 11112 11113 self._enable_signer_attachments = enable_signer_attachments 11114 11115 @property 11116 def enable_signer_attachments_metadata(self): 11117 """Gets the enable_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 11118 11119 Metadata that indicates whether the `enableSignerAttachments` property is editable. # noqa: E501 11120 11121 :return: The enable_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 11122 :rtype: SettingsMetadata 11123 """ 11124 return self._enable_signer_attachments_metadata 11125 11126 @enable_signer_attachments_metadata.setter 11127 def enable_signer_attachments_metadata(self, enable_signer_attachments_metadata): 11128 """Sets the enable_signer_attachments_metadata of this AccountSettingsInformation. 11129 11130 Metadata that indicates whether the `enableSignerAttachments` property is editable. # noqa: E501 11131 11132 :param enable_signer_attachments_metadata: The enable_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501 11133 :type: SettingsMetadata 11134 """ 11135 11136 self._enable_signer_attachments_metadata = enable_signer_attachments_metadata 11137 11138 @property 11139 def enable_signing_extension_comments(self): 11140 """Gets the enable_signing_extension_comments of this AccountSettingsInformation. # noqa: E501 11141 11142 # noqa: E501 11143 11144 :return: The enable_signing_extension_comments of this AccountSettingsInformation. # noqa: E501 11145 :rtype: str 11146 """ 11147 return self._enable_signing_extension_comments 11148 11149 @enable_signing_extension_comments.setter 11150 def enable_signing_extension_comments(self, enable_signing_extension_comments): 11151 """Sets the enable_signing_extension_comments of this AccountSettingsInformation. 11152 11153 # noqa: E501 11154 11155 :param enable_signing_extension_comments: The enable_signing_extension_comments of this AccountSettingsInformation. # noqa: E501 11156 :type: str 11157 """ 11158 11159 self._enable_signing_extension_comments = enable_signing_extension_comments 11160 11161 @property 11162 def enable_signing_extension_comments_metadata(self): 11163 """Gets the enable_signing_extension_comments_metadata of this AccountSettingsInformation. # noqa: E501 11164 11165 Metadata that indicates whether the `enableSigningExtensionComments` property is editable. # noqa: E501 11166 11167 :return: The enable_signing_extension_comments_metadata of this AccountSettingsInformation. # noqa: E501 11168 :rtype: SettingsMetadata 11169 """ 11170 return self._enable_signing_extension_comments_metadata 11171 11172 @enable_signing_extension_comments_metadata.setter 11173 def enable_signing_extension_comments_metadata(self, enable_signing_extension_comments_metadata): 11174 """Sets the enable_signing_extension_comments_metadata of this AccountSettingsInformation. 11175 11176 Metadata that indicates whether the `enableSigningExtensionComments` property is editable. # noqa: E501 11177 11178 :param enable_signing_extension_comments_metadata: The enable_signing_extension_comments_metadata of this AccountSettingsInformation. # noqa: E501 11179 :type: SettingsMetadata 11180 """ 11181 11182 self._enable_signing_extension_comments_metadata = enable_signing_extension_comments_metadata 11183 11184 @property 11185 def enable_signing_extension_conversations(self): 11186 """Gets the enable_signing_extension_conversations of this AccountSettingsInformation. # noqa: E501 11187 11188 # noqa: E501 11189 11190 :return: The enable_signing_extension_conversations of this AccountSettingsInformation. # noqa: E501 11191 :rtype: str 11192 """ 11193 return self._enable_signing_extension_conversations 11194 11195 @enable_signing_extension_conversations.setter 11196 def enable_signing_extension_conversations(self, enable_signing_extension_conversations): 11197 """Sets the enable_signing_extension_conversations of this AccountSettingsInformation. 11198 11199 # noqa: E501 11200 11201 :param enable_signing_extension_conversations: The enable_signing_extension_conversations of this AccountSettingsInformation. # noqa: E501 11202 :type: str 11203 """ 11204 11205 self._enable_signing_extension_conversations = enable_signing_extension_conversations 11206 11207 @property 11208 def enable_signing_extension_conversations_metadata(self): 11209 """Gets the enable_signing_extension_conversations_metadata of this AccountSettingsInformation. # noqa: E501 11210 11211 Metadata that indicates whether the `enableSigningExtensionConversations` property is editable. # noqa: E501 11212 11213 :return: The enable_signing_extension_conversations_metadata of this AccountSettingsInformation. # noqa: E501 11214 :rtype: SettingsMetadata 11215 """ 11216 return self._enable_signing_extension_conversations_metadata 11217 11218 @enable_signing_extension_conversations_metadata.setter 11219 def enable_signing_extension_conversations_metadata(self, enable_signing_extension_conversations_metadata): 11220 """Sets the enable_signing_extension_conversations_metadata of this AccountSettingsInformation. 11221 11222 Metadata that indicates whether the `enableSigningExtensionConversations` property is editable. # noqa: E501 11223 11224 :param enable_signing_extension_conversations_metadata: The enable_signing_extension_conversations_metadata of this AccountSettingsInformation. # noqa: E501 11225 :type: SettingsMetadata 11226 """ 11227 11228 self._enable_signing_extension_conversations_metadata = enable_signing_extension_conversations_metadata 11229 11230 @property 11231 def enable_signing_order_settings_for_account(self): 11232 """Gets the enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501 11233 11234 # noqa: E501 11235 11236 :return: The enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501 11237 :rtype: str 11238 """ 11239 return self._enable_signing_order_settings_for_account 11240 11241 @enable_signing_order_settings_for_account.setter 11242 def enable_signing_order_settings_for_account(self, enable_signing_order_settings_for_account): 11243 """Sets the enable_signing_order_settings_for_account of this AccountSettingsInformation. 11244 11245 # noqa: E501 11246 11247 :param enable_signing_order_settings_for_account: The enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501 11248 :type: str 11249 """ 11250 11251 self._enable_signing_order_settings_for_account = enable_signing_order_settings_for_account 11252 11253 @property 11254 def enable_signing_order_settings_for_account_metadata(self): 11255 """Gets the enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. # noqa: E501 11256 11257 Metadata that indicates whether the `enableSigningOrderSettingsForAccount` property is editable. # noqa: E501 11258 11259 :return: The enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. # noqa: E501 11260 :rtype: SettingsMetadata 11261 """ 11262 return self._enable_signing_order_settings_for_account_metadata 11263 11264 @enable_signing_order_settings_for_account_metadata.setter 11265 def enable_signing_order_settings_for_account_metadata(self, enable_signing_order_settings_for_account_metadata): 11266 """Sets the enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. 11267 11268 Metadata that indicates whether the `enableSigningOrderSettingsForAccount` property is editable. # noqa: E501 11269 11270 :param enable_signing_order_settings_for_account_metadata: The enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. # noqa: E501 11271 :type: SettingsMetadata 11272 """ 11273 11274 self._enable_signing_order_settings_for_account_metadata = enable_signing_order_settings_for_account_metadata 11275 11276 @property 11277 def enable_sign_on_paper(self): 11278 """Gets the enable_sign_on_paper of this AccountSettingsInformation. # noqa: E501 11279 11280 # noqa: E501 11281 11282 :return: The enable_sign_on_paper of this AccountSettingsInformation. # noqa: E501 11283 :rtype: str 11284 """ 11285 return self._enable_sign_on_paper 11286 11287 @enable_sign_on_paper.setter 11288 def enable_sign_on_paper(self, enable_sign_on_paper): 11289 """Sets the enable_sign_on_paper of this AccountSettingsInformation. 11290 11291 # noqa: E501 11292 11293 :param enable_sign_on_paper: The enable_sign_on_paper of this AccountSettingsInformation. # noqa: E501 11294 :type: str 11295 """ 11296 11297 self._enable_sign_on_paper = enable_sign_on_paper 11298 11299 @property 11300 def enable_sign_on_paper_metadata(self): 11301 """Gets the enable_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 11302 11303 Metadata that indicates whether the `enableSignOnPaper` property is editable. # noqa: E501 11304 11305 :return: The enable_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 11306 :rtype: SettingsMetadata 11307 """ 11308 return self._enable_sign_on_paper_metadata 11309 11310 @enable_sign_on_paper_metadata.setter 11311 def enable_sign_on_paper_metadata(self, enable_sign_on_paper_metadata): 11312 """Sets the enable_sign_on_paper_metadata of this AccountSettingsInformation. 11313 11314 Metadata that indicates whether the `enableSignOnPaper` property is editable. # noqa: E501 11315 11316 :param enable_sign_on_paper_metadata: The enable_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501 11317 :type: SettingsMetadata 11318 """ 11319 11320 self._enable_sign_on_paper_metadata = enable_sign_on_paper_metadata 11321 11322 @property 11323 def enable_sign_on_paper_override(self): 11324 """Gets the enable_sign_on_paper_override of this AccountSettingsInformation. # noqa: E501 11325 11326 # noqa: E501 11327 11328 :return: The enable_sign_on_paper_override of this AccountSettingsInformation. # noqa: E501 11329 :rtype: str 11330 """ 11331 return self._enable_sign_on_paper_override 11332 11333 @enable_sign_on_paper_override.setter 11334 def enable_sign_on_paper_override(self, enable_sign_on_paper_override): 11335 """Sets the enable_sign_on_paper_override of this AccountSettingsInformation. 11336 11337 # noqa: E501 11338 11339 :param enable_sign_on_paper_override: The enable_sign_on_paper_override of this AccountSettingsInformation. # noqa: E501 11340 :type: str 11341 """ 11342 11343 self._enable_sign_on_paper_override = enable_sign_on_paper_override 11344 11345 @property 11346 def enable_sign_on_paper_override_metadata(self): 11347 """Gets the enable_sign_on_paper_override_metadata of this AccountSettingsInformation. # noqa: E501 11348 11349 Metadata that indicates whether the `enableSignOnPaperOverride` property is editable. # noqa: E501 11350 11351 :return: The enable_sign_on_paper_override_metadata of this AccountSettingsInformation. # noqa: E501 11352 :rtype: SettingsMetadata 11353 """ 11354 return self._enable_sign_on_paper_override_metadata 11355 11356 @enable_sign_on_paper_override_metadata.setter 11357 def enable_sign_on_paper_override_metadata(self, enable_sign_on_paper_override_metadata): 11358 """Sets the enable_sign_on_paper_override_metadata of this AccountSettingsInformation. 11359 11360 Metadata that indicates whether the `enableSignOnPaperOverride` property is editable. # noqa: E501 11361 11362 :param enable_sign_on_paper_override_metadata: The enable_sign_on_paper_override_metadata of this AccountSettingsInformation. # noqa: E501 11363 :type: SettingsMetadata 11364 """ 11365 11366 self._enable_sign_on_paper_override_metadata = enable_sign_on_paper_override_metadata 11367 11368 @property 11369 def enable_sign_with_notary(self): 11370 """Gets the enable_sign_with_notary of this AccountSettingsInformation. # noqa: E501 11371 11372 # noqa: E501 11373 11374 :return: The enable_sign_with_notary of this AccountSettingsInformation. # noqa: E501 11375 :rtype: str 11376 """ 11377 return self._enable_sign_with_notary 11378 11379 @enable_sign_with_notary.setter 11380 def enable_sign_with_notary(self, enable_sign_with_notary): 11381 """Sets the enable_sign_with_notary of this AccountSettingsInformation. 11382 11383 # noqa: E501 11384 11385 :param enable_sign_with_notary: The enable_sign_with_notary of this AccountSettingsInformation. # noqa: E501 11386 :type: str 11387 """ 11388 11389 self._enable_sign_with_notary = enable_sign_with_notary 11390 11391 @property 11392 def enable_sign_with_notary_metadata(self): 11393 """Gets the enable_sign_with_notary_metadata of this AccountSettingsInformation. # noqa: E501 11394 11395 Metadata that indicates whether the `enableSignWithNotary` property is editable. # noqa: E501 11396 11397 :return: The enable_sign_with_notary_metadata of this AccountSettingsInformation. # noqa: E501 11398 :rtype: SettingsMetadata 11399 """ 11400 return self._enable_sign_with_notary_metadata 11401 11402 @enable_sign_with_notary_metadata.setter 11403 def enable_sign_with_notary_metadata(self, enable_sign_with_notary_metadata): 11404 """Sets the enable_sign_with_notary_metadata of this AccountSettingsInformation. 11405 11406 Metadata that indicates whether the `enableSignWithNotary` property is editable. # noqa: E501 11407 11408 :param enable_sign_with_notary_metadata: The enable_sign_with_notary_metadata of this AccountSettingsInformation. # noqa: E501 11409 :type: SettingsMetadata 11410 """ 11411 11412 self._enable_sign_with_notary_metadata = enable_sign_with_notary_metadata 11413 11414 @property 11415 def enable_smart_contracts(self): 11416 """Gets the enable_smart_contracts of this AccountSettingsInformation. # noqa: E501 11417 11418 # noqa: E501 11419 11420 :return: The enable_smart_contracts of this AccountSettingsInformation. # noqa: E501 11421 :rtype: str 11422 """ 11423 return self._enable_smart_contracts 11424 11425 @enable_smart_contracts.setter 11426 def enable_smart_contracts(self, enable_smart_contracts): 11427 """Sets the enable_smart_contracts of this AccountSettingsInformation. 11428 11429 # noqa: E501 11430 11431 :param enable_smart_contracts: The enable_smart_contracts of this AccountSettingsInformation. # noqa: E501 11432 :type: str 11433 """ 11434 11435 self._enable_smart_contracts = enable_smart_contracts 11436 11437 @property 11438 def enable_smart_contracts_metadata(self): 11439 """Gets the enable_smart_contracts_metadata of this AccountSettingsInformation. # noqa: E501 11440 11441 Metadata that indicates whether the `enableSmartContracts` property is editable. # noqa: E501 11442 11443 :return: The enable_smart_contracts_metadata of this AccountSettingsInformation. # noqa: E501 11444 :rtype: SettingsMetadata 11445 """ 11446 return self._enable_smart_contracts_metadata 11447 11448 @enable_smart_contracts_metadata.setter 11449 def enable_smart_contracts_metadata(self, enable_smart_contracts_metadata): 11450 """Sets the enable_smart_contracts_metadata of this AccountSettingsInformation. 11451 11452 Metadata that indicates whether the `enableSmartContracts` property is editable. # noqa: E501 11453 11454 :param enable_smart_contracts_metadata: The enable_smart_contracts_metadata of this AccountSettingsInformation. # noqa: E501 11455 :type: SettingsMetadata 11456 """ 11457 11458 self._enable_smart_contracts_metadata = enable_smart_contracts_metadata 11459 11460 @property 11461 def enable_sms_authentication(self): 11462 """Gets the enable_sms_authentication of this AccountSettingsInformation. # noqa: E501 11463 11464 # noqa: E501 11465 11466 :return: The enable_sms_authentication of this AccountSettingsInformation. # noqa: E501 11467 :rtype: str 11468 """ 11469 return self._enable_sms_authentication 11470 11471 @enable_sms_authentication.setter 11472 def enable_sms_authentication(self, enable_sms_authentication): 11473 """Sets the enable_sms_authentication of this AccountSettingsInformation. 11474 11475 # noqa: E501 11476 11477 :param enable_sms_authentication: The enable_sms_authentication of this AccountSettingsInformation. # noqa: E501 11478 :type: str 11479 """ 11480 11481 self._enable_sms_authentication = enable_sms_authentication 11482 11483 @property 11484 def enable_sms_authentication_metadata(self): 11485 """Gets the enable_sms_authentication_metadata of this AccountSettingsInformation. # noqa: E501 11486 11487 Metadata that indicates whether the `enableSMSAuthentication` property is editable. # noqa: E501 11488 11489 :return: The enable_sms_authentication_metadata of this AccountSettingsInformation. # noqa: E501 11490 :rtype: SettingsMetadata 11491 """ 11492 return self._enable_sms_authentication_metadata 11493 11494 @enable_sms_authentication_metadata.setter 11495 def enable_sms_authentication_metadata(self, enable_sms_authentication_metadata): 11496 """Sets the enable_sms_authentication_metadata of this AccountSettingsInformation. 11497 11498 Metadata that indicates whether the `enableSMSAuthentication` property is editable. # noqa: E501 11499 11500 :param enable_sms_authentication_metadata: The enable_sms_authentication_metadata of this AccountSettingsInformation. # noqa: E501 11501 :type: SettingsMetadata 11502 """ 11503 11504 self._enable_sms_authentication_metadata = enable_sms_authentication_metadata 11505 11506 @property 11507 def enable_sms_delivery_additional_notification(self): 11508 """Gets the enable_sms_delivery_additional_notification of this AccountSettingsInformation. # noqa: E501 11509 11510 # noqa: E501 11511 11512 :return: The enable_sms_delivery_additional_notification of this AccountSettingsInformation. # noqa: E501 11513 :rtype: str 11514 """ 11515 return self._enable_sms_delivery_additional_notification 11516 11517 @enable_sms_delivery_additional_notification.setter 11518 def enable_sms_delivery_additional_notification(self, enable_sms_delivery_additional_notification): 11519 """Sets the enable_sms_delivery_additional_notification of this AccountSettingsInformation. 11520 11521 # noqa: E501 11522 11523 :param enable_sms_delivery_additional_notification: The enable_sms_delivery_additional_notification of this AccountSettingsInformation. # noqa: E501 11524 :type: str 11525 """ 11526 11527 self._enable_sms_delivery_additional_notification = enable_sms_delivery_additional_notification 11528 11529 @property 11530 def enable_sms_delivery_additional_notification_metadata(self): 11531 """Gets the enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. # noqa: E501 11532 11533 # noqa: E501 11534 11535 :return: The enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. # noqa: E501 11536 :rtype: SettingsMetadata 11537 """ 11538 return self._enable_sms_delivery_additional_notification_metadata 11539 11540 @enable_sms_delivery_additional_notification_metadata.setter 11541 def enable_sms_delivery_additional_notification_metadata(self, enable_sms_delivery_additional_notification_metadata): 11542 """Sets the enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. 11543 11544 # noqa: E501 11545 11546 :param enable_sms_delivery_additional_notification_metadata: The enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. # noqa: E501 11547 :type: SettingsMetadata 11548 """ 11549 11550 self._enable_sms_delivery_additional_notification_metadata = enable_sms_delivery_additional_notification_metadata 11551 11552 @property 11553 def enable_sms_delivery_primary(self): 11554 """Gets the enable_sms_delivery_primary of this AccountSettingsInformation. # noqa: E501 11555 11556 # noqa: E501 11557 11558 :return: The enable_sms_delivery_primary of this AccountSettingsInformation. # noqa: E501 11559 :rtype: str 11560 """ 11561 return self._enable_sms_delivery_primary 11562 11563 @enable_sms_delivery_primary.setter 11564 def enable_sms_delivery_primary(self, enable_sms_delivery_primary): 11565 """Sets the enable_sms_delivery_primary of this AccountSettingsInformation. 11566 11567 # noqa: E501 11568 11569 :param enable_sms_delivery_primary: The enable_sms_delivery_primary of this AccountSettingsInformation. # noqa: E501 11570 :type: str 11571 """ 11572 11573 self._enable_sms_delivery_primary = enable_sms_delivery_primary 11574 11575 @property 11576 def enable_social_id_login(self): 11577 """Gets the enable_social_id_login of this AccountSettingsInformation. # noqa: E501 11578 11579 # noqa: E501 11580 11581 :return: The enable_social_id_login of this AccountSettingsInformation. # noqa: E501 11582 :rtype: str 11583 """ 11584 return self._enable_social_id_login 11585 11586 @enable_social_id_login.setter 11587 def enable_social_id_login(self, enable_social_id_login): 11588 """Sets the enable_social_id_login of this AccountSettingsInformation. 11589 11590 # noqa: E501 11591 11592 :param enable_social_id_login: The enable_social_id_login of this AccountSettingsInformation. # noqa: E501 11593 :type: str 11594 """ 11595 11596 self._enable_social_id_login = enable_social_id_login 11597 11598 @property 11599 def enable_social_id_login_metadata(self): 11600 """Gets the enable_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 11601 11602 Deprecated. # noqa: E501 11603 11604 :return: The enable_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 11605 :rtype: SettingsMetadata 11606 """ 11607 return self._enable_social_id_login_metadata 11608 11609 @enable_social_id_login_metadata.setter 11610 def enable_social_id_login_metadata(self, enable_social_id_login_metadata): 11611 """Sets the enable_social_id_login_metadata of this AccountSettingsInformation. 11612 11613 Deprecated. # noqa: E501 11614 11615 :param enable_social_id_login_metadata: The enable_social_id_login_metadata of this AccountSettingsInformation. # noqa: E501 11616 :type: SettingsMetadata 11617 """ 11618 11619 self._enable_social_id_login_metadata = enable_social_id_login_metadata 11620 11621 @property 11622 def enable_strike_through(self): 11623 """Gets the enable_strike_through of this AccountSettingsInformation. # noqa: E501 11624 11625 # noqa: E501 11626 11627 :return: The enable_strike_through of this AccountSettingsInformation. # noqa: E501 11628 :rtype: str 11629 """ 11630 return self._enable_strike_through 11631 11632 @enable_strike_through.setter 11633 def enable_strike_through(self, enable_strike_through): 11634 """Sets the enable_strike_through of this AccountSettingsInformation. 11635 11636 # noqa: E501 11637 11638 :param enable_strike_through: The enable_strike_through of this AccountSettingsInformation. # noqa: E501 11639 :type: str 11640 """ 11641 11642 self._enable_strike_through = enable_strike_through 11643 11644 @property 11645 def enable_strike_through_metadata(self): 11646 """Gets the enable_strike_through_metadata of this AccountSettingsInformation. # noqa: E501 11647 11648 Metadata that indicates whether the `enableStrikeThrough` property is editable. # noqa: E501 11649 11650 :return: The enable_strike_through_metadata of this AccountSettingsInformation. # noqa: E501 11651 :rtype: SettingsMetadata 11652 """ 11653 return self._enable_strike_through_metadata 11654 11655 @enable_strike_through_metadata.setter 11656 def enable_strike_through_metadata(self, enable_strike_through_metadata): 11657 """Sets the enable_strike_through_metadata of this AccountSettingsInformation. 11658 11659 Metadata that indicates whether the `enableStrikeThrough` property is editable. # noqa: E501 11660 11661 :param enable_strike_through_metadata: The enable_strike_through_metadata of this AccountSettingsInformation. # noqa: E501 11662 :type: SettingsMetadata 11663 """ 11664 11665 self._enable_strike_through_metadata = enable_strike_through_metadata 11666 11667 @property 11668 def enable_transaction_point(self): 11669 """Gets the enable_transaction_point of this AccountSettingsInformation. # noqa: E501 11670 11671 # noqa: E501 11672 11673 :return: The enable_transaction_point of this AccountSettingsInformation. # noqa: E501 11674 :rtype: str 11675 """ 11676 return self._enable_transaction_point 11677 11678 @enable_transaction_point.setter 11679 def enable_transaction_point(self, enable_transaction_point): 11680 """Sets the enable_transaction_point of this AccountSettingsInformation. 11681 11682 # noqa: E501 11683 11684 :param enable_transaction_point: The enable_transaction_point of this AccountSettingsInformation. # noqa: E501 11685 :type: str 11686 """ 11687 11688 self._enable_transaction_point = enable_transaction_point 11689 11690 @property 11691 def enable_transaction_point_metadata(self): 11692 """Gets the enable_transaction_point_metadata of this AccountSettingsInformation. # noqa: E501 11693 11694 Reserved for DocuSign. # noqa: E501 11695 11696 :return: The enable_transaction_point_metadata of this AccountSettingsInformation. # noqa: E501 11697 :rtype: SettingsMetadata 11698 """ 11699 return self._enable_transaction_point_metadata 11700 11701 @enable_transaction_point_metadata.setter 11702 def enable_transaction_point_metadata(self, enable_transaction_point_metadata): 11703 """Sets the enable_transaction_point_metadata of this AccountSettingsInformation. 11704 11705 Reserved for DocuSign. # noqa: E501 11706 11707 :param enable_transaction_point_metadata: The enable_transaction_point_metadata of this AccountSettingsInformation. # noqa: E501 11708 :type: SettingsMetadata 11709 """ 11710 11711 self._enable_transaction_point_metadata = enable_transaction_point_metadata 11712 11713 @property 11714 def enable_vaulting(self): 11715 """Gets the enable_vaulting of this AccountSettingsInformation. # noqa: E501 11716 11717 # noqa: E501 11718 11719 :return: The enable_vaulting of this AccountSettingsInformation. # noqa: E501 11720 :rtype: str 11721 """ 11722 return self._enable_vaulting 11723 11724 @enable_vaulting.setter 11725 def enable_vaulting(self, enable_vaulting): 11726 """Sets the enable_vaulting of this AccountSettingsInformation. 11727 11728 # noqa: E501 11729 11730 :param enable_vaulting: The enable_vaulting of this AccountSettingsInformation. # noqa: E501 11731 :type: str 11732 """ 11733 11734 self._enable_vaulting = enable_vaulting 11735 11736 @property 11737 def enable_vaulting_metadata(self): 11738 """Gets the enable_vaulting_metadata of this AccountSettingsInformation. # noqa: E501 11739 11740 Metadata that indicates whether the `enableVaulting` property is editable. # noqa: E501 11741 11742 :return: The enable_vaulting_metadata of this AccountSettingsInformation. # noqa: E501 11743 :rtype: SettingsMetadata 11744 """ 11745 return self._enable_vaulting_metadata 11746 11747 @enable_vaulting_metadata.setter 11748 def enable_vaulting_metadata(self, enable_vaulting_metadata): 11749 """Sets the enable_vaulting_metadata of this AccountSettingsInformation. 11750 11751 Metadata that indicates whether the `enableVaulting` property is editable. # noqa: E501 11752 11753 :param enable_vaulting_metadata: The enable_vaulting_metadata of this AccountSettingsInformation. # noqa: E501 11754 :type: SettingsMetadata 11755 """ 11756 11757 self._enable_vaulting_metadata = enable_vaulting_metadata 11758 11759 @property 11760 def enable_witnessing(self): 11761 """Gets the enable_witnessing of this AccountSettingsInformation. # noqa: E501 11762 11763 # noqa: E501 11764 11765 :return: The enable_witnessing of this AccountSettingsInformation. # noqa: E501 11766 :rtype: str 11767 """ 11768 return self._enable_witnessing 11769 11770 @enable_witnessing.setter 11771 def enable_witnessing(self, enable_witnessing): 11772 """Sets the enable_witnessing of this AccountSettingsInformation. 11773 11774 # noqa: E501 11775 11776 :param enable_witnessing: The enable_witnessing of this AccountSettingsInformation. # noqa: E501 11777 :type: str 11778 """ 11779 11780 self._enable_witnessing = enable_witnessing 11781 11782 @property 11783 def enable_witnessing_metadata(self): 11784 """Gets the enable_witnessing_metadata of this AccountSettingsInformation. # noqa: E501 11785 11786 Metadata that indicates whether the `enableWitnessing` property is editable. # noqa: E501 11787 11788 :return: The enable_witnessing_metadata of this AccountSettingsInformation. # noqa: E501 11789 :rtype: SettingsMetadata 11790 """ 11791 return self._enable_witnessing_metadata 11792 11793 @enable_witnessing_metadata.setter 11794 def enable_witnessing_metadata(self, enable_witnessing_metadata): 11795 """Sets the enable_witnessing_metadata of this AccountSettingsInformation. 11796 11797 Metadata that indicates whether the `enableWitnessing` property is editable. # noqa: E501 11798 11799 :param enable_witnessing_metadata: The enable_witnessing_metadata of this AccountSettingsInformation. # noqa: E501 11800 :type: SettingsMetadata 11801 """ 11802 11803 self._enable_witnessing_metadata = enable_witnessing_metadata 11804 11805 @property 11806 def enforce_template_name_uniqueness(self): 11807 """Gets the enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501 11808 11809 # noqa: E501 11810 11811 :return: The enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501 11812 :rtype: str 11813 """ 11814 return self._enforce_template_name_uniqueness 11815 11816 @enforce_template_name_uniqueness.setter 11817 def enforce_template_name_uniqueness(self, enforce_template_name_uniqueness): 11818 """Sets the enforce_template_name_uniqueness of this AccountSettingsInformation. 11819 11820 # noqa: E501 11821 11822 :param enforce_template_name_uniqueness: The enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501 11823 :type: str 11824 """ 11825 11826 self._enforce_template_name_uniqueness = enforce_template_name_uniqueness 11827 11828 @property 11829 def enforce_template_name_uniqueness_metadata(self): 11830 """Gets the enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. # noqa: E501 11831 11832 Metadata that indicates whether the `enforceTemplateNameUniqueness` property is editable. # noqa: E501 11833 11834 :return: The enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. # noqa: E501 11835 :rtype: SettingsMetadata 11836 """ 11837 return self._enforce_template_name_uniqueness_metadata 11838 11839 @enforce_template_name_uniqueness_metadata.setter 11840 def enforce_template_name_uniqueness_metadata(self, enforce_template_name_uniqueness_metadata): 11841 """Sets the enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. 11842 11843 Metadata that indicates whether the `enforceTemplateNameUniqueness` property is editable. # noqa: E501 11844 11845 :param enforce_template_name_uniqueness_metadata: The enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. # noqa: E501 11846 :type: SettingsMetadata 11847 """ 11848 11849 self._enforce_template_name_uniqueness_metadata = enforce_template_name_uniqueness_metadata 11850 11851 @property 11852 def envelope_integration_allowed(self): 11853 """Gets the envelope_integration_allowed of this AccountSettingsInformation. # noqa: E501 11854 11855 # noqa: E501 11856 11857 :return: The envelope_integration_allowed of this AccountSettingsInformation. # noqa: E501 11858 :rtype: str 11859 """ 11860 return self._envelope_integration_allowed 11861 11862 @envelope_integration_allowed.setter 11863 def envelope_integration_allowed(self, envelope_integration_allowed): 11864 """Sets the envelope_integration_allowed of this AccountSettingsInformation. 11865 11866 # noqa: E501 11867 11868 :param envelope_integration_allowed: The envelope_integration_allowed of this AccountSettingsInformation. # noqa: E501 11869 :type: str 11870 """ 11871 11872 self._envelope_integration_allowed = envelope_integration_allowed 11873 11874 @property 11875 def envelope_integration_allowed_metadata(self): 11876 """Gets the envelope_integration_allowed_metadata of this AccountSettingsInformation. # noqa: E501 11877 11878 Metadata that indicates whether the `envelopeIntegrationAllowed` property is editable. # noqa: E501 11879 11880 :return: The envelope_integration_allowed_metadata of this AccountSettingsInformation. # noqa: E501 11881 :rtype: SettingsMetadata 11882 """ 11883 return self._envelope_integration_allowed_metadata 11884 11885 @envelope_integration_allowed_metadata.setter 11886 def envelope_integration_allowed_metadata(self, envelope_integration_allowed_metadata): 11887 """Sets the envelope_integration_allowed_metadata of this AccountSettingsInformation. 11888 11889 Metadata that indicates whether the `envelopeIntegrationAllowed` property is editable. # noqa: E501 11890 11891 :param envelope_integration_allowed_metadata: The envelope_integration_allowed_metadata of this AccountSettingsInformation. # noqa: E501 11892 :type: SettingsMetadata 11893 """ 11894 11895 self._envelope_integration_allowed_metadata = envelope_integration_allowed_metadata 11896 11897 @property 11898 def envelope_integration_enabled(self): 11899 """Gets the envelope_integration_enabled of this AccountSettingsInformation. # noqa: E501 11900 11901 # noqa: E501 11902 11903 :return: The envelope_integration_enabled of this AccountSettingsInformation. # noqa: E501 11904 :rtype: str 11905 """ 11906 return self._envelope_integration_enabled 11907 11908 @envelope_integration_enabled.setter 11909 def envelope_integration_enabled(self, envelope_integration_enabled): 11910 """Sets the envelope_integration_enabled of this AccountSettingsInformation. 11911 11912 # noqa: E501 11913 11914 :param envelope_integration_enabled: The envelope_integration_enabled of this AccountSettingsInformation. # noqa: E501 11915 :type: str 11916 """ 11917 11918 self._envelope_integration_enabled = envelope_integration_enabled 11919 11920 @property 11921 def envelope_integration_enabled_metadata(self): 11922 """Gets the envelope_integration_enabled_metadata of this AccountSettingsInformation. # noqa: E501 11923 11924 Metadata that indicates whether the `envelopeIntegrationEnabled` property is editable. # noqa: E501 11925 11926 :return: The envelope_integration_enabled_metadata of this AccountSettingsInformation. # noqa: E501 11927 :rtype: SettingsMetadata 11928 """ 11929 return self._envelope_integration_enabled_metadata 11930 11931 @envelope_integration_enabled_metadata.setter 11932 def envelope_integration_enabled_metadata(self, envelope_integration_enabled_metadata): 11933 """Sets the envelope_integration_enabled_metadata of this AccountSettingsInformation. 11934 11935 Metadata that indicates whether the `envelopeIntegrationEnabled` property is editable. # noqa: E501 11936 11937 :param envelope_integration_enabled_metadata: The envelope_integration_enabled_metadata of this AccountSettingsInformation. # noqa: E501 11938 :type: SettingsMetadata 11939 """ 11940 11941 self._envelope_integration_enabled_metadata = envelope_integration_enabled_metadata 11942 11943 @property 11944 def envelope_limits_total_document_size_allowed_in_mb(self): 11945 """Gets the envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. # noqa: E501 11946 11947 # noqa: E501 11948 11949 :return: The envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. # noqa: E501 11950 :rtype: str 11951 """ 11952 return self._envelope_limits_total_document_size_allowed_in_mb 11953 11954 @envelope_limits_total_document_size_allowed_in_mb.setter 11955 def envelope_limits_total_document_size_allowed_in_mb(self, envelope_limits_total_document_size_allowed_in_mb): 11956 """Sets the envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. 11957 11958 # noqa: E501 11959 11960 :param envelope_limits_total_document_size_allowed_in_mb: The envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. # noqa: E501 11961 :type: str 11962 """ 11963 11964 self._envelope_limits_total_document_size_allowed_in_mb = envelope_limits_total_document_size_allowed_in_mb 11965 11966 @property 11967 def envelope_limits_total_document_size_allowed_in_mb_enabled(self): 11968 """Gets the envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. # noqa: E501 11969 11970 # noqa: E501 11971 11972 :return: The envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. # noqa: E501 11973 :rtype: str 11974 """ 11975 return self._envelope_limits_total_document_size_allowed_in_mb_enabled 11976 11977 @envelope_limits_total_document_size_allowed_in_mb_enabled.setter 11978 def envelope_limits_total_document_size_allowed_in_mb_enabled(self, envelope_limits_total_document_size_allowed_in_mb_enabled): 11979 """Sets the envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. 11980 11981 # noqa: E501 11982 11983 :param envelope_limits_total_document_size_allowed_in_mb_enabled: The envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. # noqa: E501 11984 :type: str 11985 """ 11986 11987 self._envelope_limits_total_document_size_allowed_in_mb_enabled = envelope_limits_total_document_size_allowed_in_mb_enabled 11988 11989 @property 11990 def envelope_limits_total_document_size_allowed_in_mb_enabled_metadata(self): 11991 """Gets the envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. # noqa: E501 11992 11993 11994 :return: The envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. # noqa: E501 11995 :rtype: SettingsMetadata 11996 """ 11997 return self._envelope_limits_total_document_size_allowed_in_mb_enabled_metadata 11998 11999 @envelope_limits_total_document_size_allowed_in_mb_enabled_metadata.setter 12000 def envelope_limits_total_document_size_allowed_in_mb_enabled_metadata(self, envelope_limits_total_document_size_allowed_in_mb_enabled_metadata): 12001 """Sets the envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. 12002 12003 12004 :param envelope_limits_total_document_size_allowed_in_mb_enabled_metadata: The envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. # noqa: E501 12005 :type: SettingsMetadata 12006 """ 12007 12008 self._envelope_limits_total_document_size_allowed_in_mb_enabled_metadata = envelope_limits_total_document_size_allowed_in_mb_enabled_metadata 12009 12010 @property 12011 def envelope_limits_total_document_size_allowed_in_mb_metadata(self): 12012 """Gets the envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. # noqa: E501 12013 12014 12015 :return: The envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. # noqa: E501 12016 :rtype: SettingsMetadata 12017 """ 12018 return self._envelope_limits_total_document_size_allowed_in_mb_metadata 12019 12020 @envelope_limits_total_document_size_allowed_in_mb_metadata.setter 12021 def envelope_limits_total_document_size_allowed_in_mb_metadata(self, envelope_limits_total_document_size_allowed_in_mb_metadata): 12022 """Sets the envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. 12023 12024 12025 :param envelope_limits_total_document_size_allowed_in_mb_metadata: The envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. # noqa: E501 12026 :type: SettingsMetadata 12027 """ 12028 12029 self._envelope_limits_total_document_size_allowed_in_mb_metadata = envelope_limits_total_document_size_allowed_in_mb_metadata 12030 12031 @property 12032 def envelope_stamping_default_value(self): 12033 """Gets the envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501 12034 12035 # noqa: E501 12036 12037 :return: The envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501 12038 :rtype: str 12039 """ 12040 return self._envelope_stamping_default_value 12041 12042 @envelope_stamping_default_value.setter 12043 def envelope_stamping_default_value(self, envelope_stamping_default_value): 12044 """Sets the envelope_stamping_default_value of this AccountSettingsInformation. 12045 12046 # noqa: E501 12047 12048 :param envelope_stamping_default_value: The envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501 12049 :type: str 12050 """ 12051 12052 self._envelope_stamping_default_value = envelope_stamping_default_value 12053 12054 @property 12055 def envelope_stamping_default_value_metadata(self): 12056 """Gets the envelope_stamping_default_value_metadata of this AccountSettingsInformation. # noqa: E501 12057 12058 Metadata that indicates whether the `envelopeStampingDefaultValue` property is editable. # noqa: E501 12059 12060 :return: The envelope_stamping_default_value_metadata of this AccountSettingsInformation. # noqa: E501 12061 :rtype: SettingsMetadata 12062 """ 12063 return self._envelope_stamping_default_value_metadata 12064 12065 @envelope_stamping_default_value_metadata.setter 12066 def envelope_stamping_default_value_metadata(self, envelope_stamping_default_value_metadata): 12067 """Sets the envelope_stamping_default_value_metadata of this AccountSettingsInformation. 12068 12069 Metadata that indicates whether the `envelopeStampingDefaultValue` property is editable. # noqa: E501 12070 12071 :param envelope_stamping_default_value_metadata: The envelope_stamping_default_value_metadata of this AccountSettingsInformation. # noqa: E501 12072 :type: SettingsMetadata 12073 """ 12074 12075 self._envelope_stamping_default_value_metadata = envelope_stamping_default_value_metadata 12076 12077 @property 12078 def exit_prompt(self): 12079 """Gets the exit_prompt of this AccountSettingsInformation. # noqa: E501 12080 12081 # noqa: E501 12082 12083 :return: The exit_prompt of this AccountSettingsInformation. # noqa: E501 12084 :rtype: str 12085 """ 12086 return self._exit_prompt 12087 12088 @exit_prompt.setter 12089 def exit_prompt(self, exit_prompt): 12090 """Sets the exit_prompt of this AccountSettingsInformation. 12091 12092 # noqa: E501 12093 12094 :param exit_prompt: The exit_prompt of this AccountSettingsInformation. # noqa: E501 12095 :type: str 12096 """ 12097 12098 self._exit_prompt = exit_prompt 12099 12100 @property 12101 def exit_prompt_metadata(self): 12102 """Gets the exit_prompt_metadata of this AccountSettingsInformation. # noqa: E501 12103 12104 # noqa: E501 12105 12106 :return: The exit_prompt_metadata of this AccountSettingsInformation. # noqa: E501 12107 :rtype: SettingsMetadata 12108 """ 12109 return self._exit_prompt_metadata 12110 12111 @exit_prompt_metadata.setter 12112 def exit_prompt_metadata(self, exit_prompt_metadata): 12113 """Sets the exit_prompt_metadata of this AccountSettingsInformation. 12114 12115 # noqa: E501 12116 12117 :param exit_prompt_metadata: The exit_prompt_metadata of this AccountSettingsInformation. # noqa: E501 12118 :type: SettingsMetadata 12119 """ 12120 12121 self._exit_prompt_metadata = exit_prompt_metadata 12122 12123 @property 12124 def express_send(self): 12125 """Gets the express_send of this AccountSettingsInformation. # noqa: E501 12126 12127 # noqa: E501 12128 12129 :return: The express_send of this AccountSettingsInformation. # noqa: E501 12130 :rtype: str 12131 """ 12132 return self._express_send 12133 12134 @express_send.setter 12135 def express_send(self, express_send): 12136 """Sets the express_send of this AccountSettingsInformation. 12137 12138 # noqa: E501 12139 12140 :param express_send: The express_send of this AccountSettingsInformation. # noqa: E501 12141 :type: str 12142 """ 12143 12144 self._express_send = express_send 12145 12146 @property 12147 def express_send_allow_tabs(self): 12148 """Gets the express_send_allow_tabs of this AccountSettingsInformation. # noqa: E501 12149 12150 # noqa: E501 12151 12152 :return: The express_send_allow_tabs of this AccountSettingsInformation. # noqa: E501 12153 :rtype: str 12154 """ 12155 return self._express_send_allow_tabs 12156 12157 @express_send_allow_tabs.setter 12158 def express_send_allow_tabs(self, express_send_allow_tabs): 12159 """Sets the express_send_allow_tabs of this AccountSettingsInformation. 12160 12161 # noqa: E501 12162 12163 :param express_send_allow_tabs: The express_send_allow_tabs of this AccountSettingsInformation. # noqa: E501 12164 :type: str 12165 """ 12166 12167 self._express_send_allow_tabs = express_send_allow_tabs 12168 12169 @property 12170 def express_send_allow_tabs_metadata(self): 12171 """Gets the express_send_allow_tabs_metadata of this AccountSettingsInformation. # noqa: E501 12172 12173 Metadata that indicates whether the `expressSendAllowTabs` property is editable. # noqa: E501 12174 12175 :return: The express_send_allow_tabs_metadata of this AccountSettingsInformation. # noqa: E501 12176 :rtype: SettingsMetadata 12177 """ 12178 return self._express_send_allow_tabs_metadata 12179 12180 @express_send_allow_tabs_metadata.setter 12181 def express_send_allow_tabs_metadata(self, express_send_allow_tabs_metadata): 12182 """Sets the express_send_allow_tabs_metadata of this AccountSettingsInformation. 12183 12184 Metadata that indicates whether the `expressSendAllowTabs` property is editable. # noqa: E501 12185 12186 :param express_send_allow_tabs_metadata: The express_send_allow_tabs_metadata of this AccountSettingsInformation. # noqa: E501 12187 :type: SettingsMetadata 12188 """ 12189 12190 self._express_send_allow_tabs_metadata = express_send_allow_tabs_metadata 12191 12192 @property 12193 def express_send_metadata(self): 12194 """Gets the express_send_metadata of this AccountSettingsInformation. # noqa: E501 12195 12196 Metadata that indicates whether the `expressSend` property is editable. # noqa: E501 12197 12198 :return: The express_send_metadata of this AccountSettingsInformation. # noqa: E501 12199 :rtype: SettingsMetadata 12200 """ 12201 return self._express_send_metadata 12202 12203 @express_send_metadata.setter 12204 def express_send_metadata(self, express_send_metadata): 12205 """Sets the express_send_metadata of this AccountSettingsInformation. 12206 12207 Metadata that indicates whether the `expressSend` property is editable. # noqa: E501 12208 12209 :param express_send_metadata: The express_send_metadata of this AccountSettingsInformation. # noqa: E501 12210 :type: SettingsMetadata 12211 """ 12212 12213 self._express_send_metadata = express_send_metadata 12214 12215 @property 12216 def external_document_sources(self): 12217 """Gets the external_document_sources of this AccountSettingsInformation. # noqa: E501 12218 12219 A list of external document sources such as DropBox and OneDrive. # noqa: E501 12220 12221 :return: The external_document_sources of this AccountSettingsInformation. # noqa: E501 12222 :rtype: ExternalDocumentSources 12223 """ 12224 return self._external_document_sources 12225 12226 @external_document_sources.setter 12227 def external_document_sources(self, external_document_sources): 12228 """Sets the external_document_sources of this AccountSettingsInformation. 12229 12230 A list of external document sources such as DropBox and OneDrive. # noqa: E501 12231 12232 :param external_document_sources: The external_document_sources of this AccountSettingsInformation. # noqa: E501 12233 :type: ExternalDocumentSources 12234 """ 12235 12236 self._external_document_sources = external_document_sources 12237 12238 @property 12239 def external_signature_pad_type(self): 12240 """Gets the external_signature_pad_type of this AccountSettingsInformation. # noqa: E501 12241 12242 # noqa: E501 12243 12244 :return: The external_signature_pad_type of this AccountSettingsInformation. # noqa: E501 12245 :rtype: str 12246 """ 12247 return self._external_signature_pad_type 12248 12249 @external_signature_pad_type.setter 12250 def external_signature_pad_type(self, external_signature_pad_type): 12251 """Sets the external_signature_pad_type of this AccountSettingsInformation. 12252 12253 # noqa: E501 12254 12255 :param external_signature_pad_type: The external_signature_pad_type of this AccountSettingsInformation. # noqa: E501 12256 :type: str 12257 """ 12258 12259 self._external_signature_pad_type = external_signature_pad_type 12260 12261 @property 12262 def external_signature_pad_type_metadata(self): 12263 """Gets the external_signature_pad_type_metadata of this AccountSettingsInformation. # noqa: E501 12264 12265 Metadata that indicates whether the `externalSignaturePadType` property is editable. # noqa: E501 12266 12267 :return: The external_signature_pad_type_metadata of this AccountSettingsInformation. # noqa: E501 12268 :rtype: SettingsMetadata 12269 """ 12270 return self._external_signature_pad_type_metadata 12271 12272 @external_signature_pad_type_metadata.setter 12273 def external_signature_pad_type_metadata(self, external_signature_pad_type_metadata): 12274 """Sets the external_signature_pad_type_metadata of this AccountSettingsInformation. 12275 12276 Metadata that indicates whether the `externalSignaturePadType` property is editable. # noqa: E501 12277 12278 :param external_signature_pad_type_metadata: The external_signature_pad_type_metadata of this AccountSettingsInformation. # noqa: E501 12279 :type: SettingsMetadata 12280 """ 12281 12282 self._external_signature_pad_type_metadata = external_signature_pad_type_metadata 12283 12284 @property 12285 def fax_out_enabled(self): 12286 """Gets the fax_out_enabled of this AccountSettingsInformation. # noqa: E501 12287 12288 # noqa: E501 12289 12290 :return: The fax_out_enabled of this AccountSettingsInformation. # noqa: E501 12291 :rtype: str 12292 """ 12293 return self._fax_out_enabled 12294 12295 @fax_out_enabled.setter 12296 def fax_out_enabled(self, fax_out_enabled): 12297 """Sets the fax_out_enabled of this AccountSettingsInformation. 12298 12299 # noqa: E501 12300 12301 :param fax_out_enabled: The fax_out_enabled of this AccountSettingsInformation. # noqa: E501 12302 :type: str 12303 """ 12304 12305 self._fax_out_enabled = fax_out_enabled 12306 12307 @property 12308 def fax_out_enabled_metadata(self): 12309 """Gets the fax_out_enabled_metadata of this AccountSettingsInformation. # noqa: E501 12310 12311 Metadata that indicates whether the `faxOutEnabled` property is editable. # noqa: E501 12312 12313 :return: The fax_out_enabled_metadata of this AccountSettingsInformation. # noqa: E501 12314 :rtype: SettingsMetadata 12315 """ 12316 return self._fax_out_enabled_metadata 12317 12318 @fax_out_enabled_metadata.setter 12319 def fax_out_enabled_metadata(self, fax_out_enabled_metadata): 12320 """Sets the fax_out_enabled_metadata of this AccountSettingsInformation. 12321 12322 Metadata that indicates whether the `faxOutEnabled` property is editable. # noqa: E501 12323 12324 :param fax_out_enabled_metadata: The fax_out_enabled_metadata of this AccountSettingsInformation. # noqa: E501 12325 :type: SettingsMetadata 12326 """ 12327 12328 self._fax_out_enabled_metadata = fax_out_enabled_metadata 12329 12330 @property 12331 def finish_reminder(self): 12332 """Gets the finish_reminder of this AccountSettingsInformation. # noqa: E501 12333 12334 # noqa: E501 12335 12336 :return: The finish_reminder of this AccountSettingsInformation. # noqa: E501 12337 :rtype: str 12338 """ 12339 return self._finish_reminder 12340 12341 @finish_reminder.setter 12342 def finish_reminder(self, finish_reminder): 12343 """Sets the finish_reminder of this AccountSettingsInformation. 12344 12345 # noqa: E501 12346 12347 :param finish_reminder: The finish_reminder of this AccountSettingsInformation. # noqa: E501 12348 :type: str 12349 """ 12350 12351 self._finish_reminder = finish_reminder 12352 12353 @property 12354 def finish_reminder_metadata(self): 12355 """Gets the finish_reminder_metadata of this AccountSettingsInformation. # noqa: E501 12356 12357 # noqa: E501 12358 12359 :return: The finish_reminder_metadata of this AccountSettingsInformation. # noqa: E501 12360 :rtype: SettingsMetadata 12361 """ 12362 return self._finish_reminder_metadata 12363 12364 @finish_reminder_metadata.setter 12365 def finish_reminder_metadata(self, finish_reminder_metadata): 12366 """Sets the finish_reminder_metadata of this AccountSettingsInformation. 12367 12368 # noqa: E501 12369 12370 :param finish_reminder_metadata: The finish_reminder_metadata of this AccountSettingsInformation. # noqa: E501 12371 :type: SettingsMetadata 12372 """ 12373 12374 self._finish_reminder_metadata = finish_reminder_metadata 12375 12376 @property 12377 def guided_forms_html_allowed(self): 12378 """Gets the guided_forms_html_allowed of this AccountSettingsInformation. # noqa: E501 12379 12380 # noqa: E501 12381 12382 :return: The guided_forms_html_allowed of this AccountSettingsInformation. # noqa: E501 12383 :rtype: str 12384 """ 12385 return self._guided_forms_html_allowed 12386 12387 @guided_forms_html_allowed.setter 12388 def guided_forms_html_allowed(self, guided_forms_html_allowed): 12389 """Sets the guided_forms_html_allowed of this AccountSettingsInformation. 12390 12391 # noqa: E501 12392 12393 :param guided_forms_html_allowed: The guided_forms_html_allowed of this AccountSettingsInformation. # noqa: E501 12394 :type: str 12395 """ 12396 12397 self._guided_forms_html_allowed = guided_forms_html_allowed 12398 12399 @property 12400 def guided_forms_html_allowed_metadata(self): 12401 """Gets the guided_forms_html_allowed_metadata of this AccountSettingsInformation. # noqa: E501 12402 12403 # noqa: E501 12404 12405 :return: The guided_forms_html_allowed_metadata of this AccountSettingsInformation. # noqa: E501 12406 :rtype: SettingsMetadata 12407 """ 12408 return self._guided_forms_html_allowed_metadata 12409 12410 @guided_forms_html_allowed_metadata.setter 12411 def guided_forms_html_allowed_metadata(self, guided_forms_html_allowed_metadata): 12412 """Sets the guided_forms_html_allowed_metadata of this AccountSettingsInformation. 12413 12414 # noqa: E501 12415 12416 :param guided_forms_html_allowed_metadata: The guided_forms_html_allowed_metadata of this AccountSettingsInformation. # noqa: E501 12417 :type: SettingsMetadata 12418 """ 12419 12420 self._guided_forms_html_allowed_metadata = guided_forms_html_allowed_metadata 12421 12422 @property 12423 def has_recipient_connect_claimed_domain(self): 12424 """Gets the has_recipient_connect_claimed_domain of this AccountSettingsInformation. # noqa: E501 12425 12426 # noqa: E501 12427 12428 :return: The has_recipient_connect_claimed_domain of this AccountSettingsInformation. # noqa: E501 12429 :rtype: str 12430 """ 12431 return self._has_recipient_connect_claimed_domain 12432 12433 @has_recipient_connect_claimed_domain.setter 12434 def has_recipient_connect_claimed_domain(self, has_recipient_connect_claimed_domain): 12435 """Sets the has_recipient_connect_claimed_domain of this AccountSettingsInformation. 12436 12437 # noqa: E501 12438 12439 :param has_recipient_connect_claimed_domain: The has_recipient_connect_claimed_domain of this AccountSettingsInformation. # noqa: E501 12440 :type: str 12441 """ 12442 12443 self._has_recipient_connect_claimed_domain = has_recipient_connect_claimed_domain 12444 12445 @property 12446 def hide_account_address_in_co_c(self): 12447 """Gets the hide_account_address_in_co_c of this AccountSettingsInformation. # noqa: E501 12448 12449 # noqa: E501 12450 12451 :return: The hide_account_address_in_co_c of this AccountSettingsInformation. # noqa: E501 12452 :rtype: str 12453 """ 12454 return self._hide_account_address_in_co_c 12455 12456 @hide_account_address_in_co_c.setter 12457 def hide_account_address_in_co_c(self, hide_account_address_in_co_c): 12458 """Sets the hide_account_address_in_co_c of this AccountSettingsInformation. 12459 12460 # noqa: E501 12461 12462 :param hide_account_address_in_co_c: The hide_account_address_in_co_c of this AccountSettingsInformation. # noqa: E501 12463 :type: str 12464 """ 12465 12466 self._hide_account_address_in_co_c = hide_account_address_in_co_c 12467 12468 @property 12469 def hide_account_address_in_co_c_metadata(self): 12470 """Gets the hide_account_address_in_co_c_metadata of this AccountSettingsInformation. # noqa: E501 12471 12472 Metadata that indicates whether the `hideAccountAddressInCoC` property is editable. # noqa: E501 12473 12474 :return: The hide_account_address_in_co_c_metadata of this AccountSettingsInformation. # noqa: E501 12475 :rtype: SettingsMetadata 12476 """ 12477 return self._hide_account_address_in_co_c_metadata 12478 12479 @hide_account_address_in_co_c_metadata.setter 12480 def hide_account_address_in_co_c_metadata(self, hide_account_address_in_co_c_metadata): 12481 """Sets the hide_account_address_in_co_c_metadata of this AccountSettingsInformation. 12482 12483 Metadata that indicates whether the `hideAccountAddressInCoC` property is editable. # noqa: E501 12484 12485 :param hide_account_address_in_co_c_metadata: The hide_account_address_in_co_c_metadata of this AccountSettingsInformation. # noqa: E501 12486 :type: SettingsMetadata 12487 """ 12488 12489 self._hide_account_address_in_co_c_metadata = hide_account_address_in_co_c_metadata 12490 12491 @property 12492 def hide_pricing(self): 12493 """Gets the hide_pricing of this AccountSettingsInformation. # noqa: E501 12494 12495 # noqa: E501 12496 12497 :return: The hide_pricing of this AccountSettingsInformation. # noqa: E501 12498 :rtype: str 12499 """ 12500 return self._hide_pricing 12501 12502 @hide_pricing.setter 12503 def hide_pricing(self, hide_pricing): 12504 """Sets the hide_pricing of this AccountSettingsInformation. 12505 12506 # noqa: E501 12507 12508 :param hide_pricing: The hide_pricing of this AccountSettingsInformation. # noqa: E501 12509 :type: str 12510 """ 12511 12512 self._hide_pricing = hide_pricing 12513 12514 @property 12515 def hide_pricing_metadata(self): 12516 """Gets the hide_pricing_metadata of this AccountSettingsInformation. # noqa: E501 12517 12518 Metadata that indicates whether the `hidePricing` property is editable. # noqa: E501 12519 12520 :return: The hide_pricing_metadata of this AccountSettingsInformation. # noqa: E501 12521 :rtype: SettingsMetadata 12522 """ 12523 return self._hide_pricing_metadata 12524 12525 @hide_pricing_metadata.setter 12526 def hide_pricing_metadata(self, hide_pricing_metadata): 12527 """Sets the hide_pricing_metadata of this AccountSettingsInformation. 12528 12529 Metadata that indicates whether the `hidePricing` property is editable. # noqa: E501 12530 12531 :param hide_pricing_metadata: The hide_pricing_metadata of this AccountSettingsInformation. # noqa: E501 12532 :type: SettingsMetadata 12533 """ 12534 12535 self._hide_pricing_metadata = hide_pricing_metadata 12536 12537 @property 12538 def id_check_configurations(self): 12539 """Gets the id_check_configurations of this AccountSettingsInformation. # noqa: E501 12540 12541 # noqa: E501 12542 12543 :return: The id_check_configurations of this AccountSettingsInformation. # noqa: E501 12544 :rtype: list[IdCheckConfiguration] 12545 """ 12546 return self._id_check_configurations 12547 12548 @id_check_configurations.setter 12549 def id_check_configurations(self, id_check_configurations): 12550 """Sets the id_check_configurations of this AccountSettingsInformation. 12551 12552 # noqa: E501 12553 12554 :param id_check_configurations: The id_check_configurations of this AccountSettingsInformation. # noqa: E501 12555 :type: list[IdCheckConfiguration] 12556 """ 12557 12558 self._id_check_configurations = id_check_configurations 12559 12560 @property 12561 def id_check_expire(self): 12562 """Gets the id_check_expire of this AccountSettingsInformation. # noqa: E501 12563 12564 # noqa: E501 12565 12566 :return: The id_check_expire of this AccountSettingsInformation. # noqa: E501 12567 :rtype: str 12568 """ 12569 return self._id_check_expire 12570 12571 @id_check_expire.setter 12572 def id_check_expire(self, id_check_expire): 12573 """Sets the id_check_expire of this AccountSettingsInformation. 12574 12575 # noqa: E501 12576 12577 :param id_check_expire: The id_check_expire of this AccountSettingsInformation. # noqa: E501 12578 :type: str 12579 """ 12580 12581 self._id_check_expire = id_check_expire 12582 12583 @property 12584 def id_check_expire_days(self): 12585 """Gets the id_check_expire_days of this AccountSettingsInformation. # noqa: E501 12586 12587 # noqa: E501 12588 12589 :return: The id_check_expire_days of this AccountSettingsInformation. # noqa: E501 12590 :rtype: str 12591 """ 12592 return self._id_check_expire_days 12593 12594 @id_check_expire_days.setter 12595 def id_check_expire_days(self, id_check_expire_days): 12596 """Sets the id_check_expire_days of this AccountSettingsInformation. 12597 12598 # noqa: E501 12599 12600 :param id_check_expire_days: The id_check_expire_days of this AccountSettingsInformation. # noqa: E501 12601 :type: str 12602 """ 12603 12604 self._id_check_expire_days = id_check_expire_days 12605 12606 @property 12607 def id_check_expire_days_metadata(self): 12608 """Gets the id_check_expire_days_metadata of this AccountSettingsInformation. # noqa: E501 12609 12610 Metadata that indicates whether the `idCheckExpireDays` property is editable. # noqa: E501 12611 12612 :return: The id_check_expire_days_metadata of this AccountSettingsInformation. # noqa: E501 12613 :rtype: SettingsMetadata 12614 """ 12615 return self._id_check_expire_days_metadata 12616 12617 @id_check_expire_days_metadata.setter 12618 def id_check_expire_days_metadata(self, id_check_expire_days_metadata): 12619 """Sets the id_check_expire_days_metadata of this AccountSettingsInformation. 12620 12621 Metadata that indicates whether the `idCheckExpireDays` property is editable. # noqa: E501 12622 12623 :param id_check_expire_days_metadata: The id_check_expire_days_metadata of this AccountSettingsInformation. # noqa: E501 12624 :type: SettingsMetadata 12625 """ 12626 12627 self._id_check_expire_days_metadata = id_check_expire_days_metadata 12628 12629 @property 12630 def id_check_expire_metadata(self): 12631 """Gets the id_check_expire_metadata of this AccountSettingsInformation. # noqa: E501 12632 12633 Metadata that indicates whether the `idCheckExpire` property is editable. # noqa: E501 12634 12635 :return: The id_check_expire_metadata of this AccountSettingsInformation. # noqa: E501 12636 :rtype: SettingsMetadata 12637 """ 12638 return self._id_check_expire_metadata 12639 12640 @id_check_expire_metadata.setter 12641 def id_check_expire_metadata(self, id_check_expire_metadata): 12642 """Sets the id_check_expire_metadata of this AccountSettingsInformation. 12643 12644 Metadata that indicates whether the `idCheckExpire` property is editable. # noqa: E501 12645 12646 :param id_check_expire_metadata: The id_check_expire_metadata of this AccountSettingsInformation. # noqa: E501 12647 :type: SettingsMetadata 12648 """ 12649 12650 self._id_check_expire_metadata = id_check_expire_metadata 12651 12652 @property 12653 def id_check_expire_minutes(self): 12654 """Gets the id_check_expire_minutes of this AccountSettingsInformation. # noqa: E501 12655 12656 # noqa: E501 12657 12658 :return: The id_check_expire_minutes of this AccountSettingsInformation. # noqa: E501 12659 :rtype: str 12660 """ 12661 return self._id_check_expire_minutes 12662 12663 @id_check_expire_minutes.setter 12664 def id_check_expire_minutes(self, id_check_expire_minutes): 12665 """Sets the id_check_expire_minutes of this AccountSettingsInformation. 12666 12667 # noqa: E501 12668 12669 :param id_check_expire_minutes: The id_check_expire_minutes of this AccountSettingsInformation. # noqa: E501 12670 :type: str 12671 """ 12672 12673 self._id_check_expire_minutes = id_check_expire_minutes 12674 12675 @property 12676 def id_check_expire_minutes_metadata(self): 12677 """Gets the id_check_expire_minutes_metadata of this AccountSettingsInformation. # noqa: E501 12678 12679 Metadata that indicates whether the `idCheckExpireMinutes` property is editable. # noqa: E501 12680 12681 :return: The id_check_expire_minutes_metadata of this AccountSettingsInformation. # noqa: E501 12682 :rtype: SettingsMetadata 12683 """ 12684 return self._id_check_expire_minutes_metadata 12685 12686 @id_check_expire_minutes_metadata.setter 12687 def id_check_expire_minutes_metadata(self, id_check_expire_minutes_metadata): 12688 """Sets the id_check_expire_minutes_metadata of this AccountSettingsInformation. 12689 12690 Metadata that indicates whether the `idCheckExpireMinutes` property is editable. # noqa: E501 12691 12692 :param id_check_expire_minutes_metadata: The id_check_expire_minutes_metadata of this AccountSettingsInformation. # noqa: E501 12693 :type: SettingsMetadata 12694 """ 12695 12696 self._id_check_expire_minutes_metadata = id_check_expire_minutes_metadata 12697 12698 @property 12699 def id_check_required(self): 12700 """Gets the id_check_required of this AccountSettingsInformation. # noqa: E501 12701 12702 # noqa: E501 12703 12704 :return: The id_check_required of this AccountSettingsInformation. # noqa: E501 12705 :rtype: str 12706 """ 12707 return self._id_check_required 12708 12709 @id_check_required.setter 12710 def id_check_required(self, id_check_required): 12711 """Sets the id_check_required of this AccountSettingsInformation. 12712 12713 # noqa: E501 12714 12715 :param id_check_required: The id_check_required of this AccountSettingsInformation. # noqa: E501 12716 :type: str 12717 """ 12718 12719 self._id_check_required = id_check_required 12720 12721 @property 12722 def id_check_required_metadata(self): 12723 """Gets the id_check_required_metadata of this AccountSettingsInformation. # noqa: E501 12724 12725 Metadata that indicates whether the `idCheckRequired` property is editable. # noqa: E501 12726 12727 :return: The id_check_required_metadata of this AccountSettingsInformation. # noqa: E501 12728 :rtype: SettingsMetadata 12729 """ 12730 return self._id_check_required_metadata 12731 12732 @id_check_required_metadata.setter 12733 def id_check_required_metadata(self, id_check_required_metadata): 12734 """Sets the id_check_required_metadata of this AccountSettingsInformation. 12735 12736 Metadata that indicates whether the `idCheckRequired` property is editable. # noqa: E501 12737 12738 :param id_check_required_metadata: The id_check_required_metadata of this AccountSettingsInformation. # noqa: E501 12739 :type: SettingsMetadata 12740 """ 12741 12742 self._id_check_required_metadata = id_check_required_metadata 12743 12744 @property 12745 def identity_verification(self): 12746 """Gets the identity_verification of this AccountSettingsInformation. # noqa: E501 12747 12748 # noqa: E501 12749 12750 :return: The identity_verification of this AccountSettingsInformation. # noqa: E501 12751 :rtype: list[AccountIdentityVerificationWorkflow] 12752 """ 12753 return self._identity_verification 12754 12755 @identity_verification.setter 12756 def identity_verification(self, identity_verification): 12757 """Sets the identity_verification of this AccountSettingsInformation. 12758 12759 # noqa: E501 12760 12761 :param identity_verification: The identity_verification of this AccountSettingsInformation. # noqa: E501 12762 :type: list[AccountIdentityVerificationWorkflow] 12763 """ 12764 12765 self._identity_verification = identity_verification 12766 12767 @property 12768 def identity_verification_metadata(self): 12769 """Gets the identity_verification_metadata of this AccountSettingsInformation. # noqa: E501 12770 12771 Metadata that indicates whether the `identityVerification` property is editable. # noqa: E501 12772 12773 :return: The identity_verification_metadata of this AccountSettingsInformation. # noqa: E501 12774 :rtype: SettingsMetadata 12775 """ 12776 return self._identity_verification_metadata 12777 12778 @identity_verification_metadata.setter 12779 def identity_verification_metadata(self, identity_verification_metadata): 12780 """Sets the identity_verification_metadata of this AccountSettingsInformation. 12781 12782 Metadata that indicates whether the `identityVerification` property is editable. # noqa: E501 12783 12784 :param identity_verification_metadata: The identity_verification_metadata of this AccountSettingsInformation. # noqa: E501 12785 :type: SettingsMetadata 12786 """ 12787 12788 self._identity_verification_metadata = identity_verification_metadata 12789 12790 @property 12791 def idfx_phone_authentication_override(self): 12792 """Gets the idfx_phone_authentication_override of this AccountSettingsInformation. # noqa: E501 12793 12794 # noqa: E501 12795 12796 :return: The idfx_phone_authentication_override of this AccountSettingsInformation. # noqa: E501 12797 :rtype: str 12798 """ 12799 return self._idfx_phone_authentication_override 12800 12801 @idfx_phone_authentication_override.setter 12802 def idfx_phone_authentication_override(self, idfx_phone_authentication_override): 12803 """Sets the idfx_phone_authentication_override of this AccountSettingsInformation. 12804 12805 # noqa: E501 12806 12807 :param idfx_phone_authentication_override: The idfx_phone_authentication_override of this AccountSettingsInformation. # noqa: E501 12808 :type: str 12809 """ 12810 12811 self._idfx_phone_authentication_override = idfx_phone_authentication_override 12812 12813 @property 12814 def idfx_phone_authentication_override_metadata(self): 12815 """Gets the idfx_phone_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 12816 12817 # noqa: E501 12818 12819 :return: The idfx_phone_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 12820 :rtype: SettingsMetadata 12821 """ 12822 return self._idfx_phone_authentication_override_metadata 12823 12824 @idfx_phone_authentication_override_metadata.setter 12825 def idfx_phone_authentication_override_metadata(self, idfx_phone_authentication_override_metadata): 12826 """Sets the idfx_phone_authentication_override_metadata of this AccountSettingsInformation. 12827 12828 # noqa: E501 12829 12830 :param idfx_phone_authentication_override_metadata: The idfx_phone_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501 12831 :type: SettingsMetadata 12832 """ 12833 12834 self._idfx_phone_authentication_override_metadata = idfx_phone_authentication_override_metadata 12835 12836 @property 12837 def ignore_error_if_anchor_tab_not_found(self): 12838 """Gets the ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. # noqa: E501 12839 12840 # noqa: E501 12841 12842 :return: The ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. # noqa: E501 12843 :rtype: str 12844 """ 12845 return self._ignore_error_if_anchor_tab_not_found 12846 12847 @ignore_error_if_anchor_tab_not_found.setter 12848 def ignore_error_if_anchor_tab_not_found(self, ignore_error_if_anchor_tab_not_found): 12849 """Sets the ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. 12850 12851 # noqa: E501 12852 12853 :param ignore_error_if_anchor_tab_not_found: The ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. # noqa: E501 12854 :type: str 12855 """ 12856 12857 self._ignore_error_if_anchor_tab_not_found = ignore_error_if_anchor_tab_not_found 12858 12859 @property 12860 def ignore_error_if_anchor_tab_not_found_metadata_enabled(self): 12861 """Gets the ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. # noqa: E501 12862 12863 Reserved for DocuSign. # noqa: E501 12864 12865 :return: The ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. # noqa: E501 12866 :rtype: SettingsMetadata 12867 """ 12868 return self._ignore_error_if_anchor_tab_not_found_metadata_enabled 12869 12870 @ignore_error_if_anchor_tab_not_found_metadata_enabled.setter 12871 def ignore_error_if_anchor_tab_not_found_metadata_enabled(self, ignore_error_if_anchor_tab_not_found_metadata_enabled): 12872 """Sets the ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. 12873 12874 Reserved for DocuSign. # noqa: E501 12875 12876 :param ignore_error_if_anchor_tab_not_found_metadata_enabled: The ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. # noqa: E501 12877 :type: SettingsMetadata 12878 """ 12879 12880 self._ignore_error_if_anchor_tab_not_found_metadata_enabled = ignore_error_if_anchor_tab_not_found_metadata_enabled 12881 12882 @property 12883 def in_person_id_check_question(self): 12884 """Gets the in_person_id_check_question of this AccountSettingsInformation. # noqa: E501 12885 12886 # noqa: E501 12887 12888 :return: The in_person_id_check_question of this AccountSettingsInformation. # noqa: E501 12889 :rtype: str 12890 """ 12891 return self._in_person_id_check_question 12892 12893 @in_person_id_check_question.setter 12894 def in_person_id_check_question(self, in_person_id_check_question): 12895 """Sets the in_person_id_check_question of this AccountSettingsInformation. 12896 12897 # noqa: E501 12898 12899 :param in_person_id_check_question: The in_person_id_check_question of this AccountSettingsInformation. # noqa: E501 12900 :type: str 12901 """ 12902 12903 self._in_person_id_check_question = in_person_id_check_question 12904 12905 @property 12906 def in_person_id_check_question_metadata(self): 12907 """Gets the in_person_id_check_question_metadata of this AccountSettingsInformation. # noqa: E501 12908 12909 Metadata that indicates whether the `inPersonIDCheckQuestion` property is editable. # noqa: E501 12910 12911 :return: The in_person_id_check_question_metadata of this AccountSettingsInformation. # noqa: E501 12912 :rtype: SettingsMetadata 12913 """ 12914 return self._in_person_id_check_question_metadata 12915 12916 @in_person_id_check_question_metadata.setter 12917 def in_person_id_check_question_metadata(self, in_person_id_check_question_metadata): 12918 """Sets the in_person_id_check_question_metadata of this AccountSettingsInformation. 12919 12920 Metadata that indicates whether the `inPersonIDCheckQuestion` property is editable. # noqa: E501 12921 12922 :param in_person_id_check_question_metadata: The in_person_id_check_question_metadata of this AccountSettingsInformation. # noqa: E501 12923 :type: SettingsMetadata 12924 """ 12925 12926 self._in_person_id_check_question_metadata = in_person_id_check_question_metadata 12927 12928 @property 12929 def in_person_signing_enabled(self): 12930 """Gets the in_person_signing_enabled of this AccountSettingsInformation. # noqa: E501 12931 12932 # noqa: E501 12933 12934 :return: The in_person_signing_enabled of this AccountSettingsInformation. # noqa: E501 12935 :rtype: str 12936 """ 12937 return self._in_person_signing_enabled 12938 12939 @in_person_signing_enabled.setter 12940 def in_person_signing_enabled(self, in_person_signing_enabled): 12941 """Sets the in_person_signing_enabled of this AccountSettingsInformation. 12942 12943 # noqa: E501 12944 12945 :param in_person_signing_enabled: The in_person_signing_enabled of this AccountSettingsInformation. # noqa: E501 12946 :type: str 12947 """ 12948 12949 self._in_person_signing_enabled = in_person_signing_enabled 12950 12951 @property 12952 def in_person_signing_enabled_metadata(self): 12953 """Gets the in_person_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 12954 12955 Metadata that indicates whether the `inPersonSigningEnabled` property is editable. # noqa: E501 12956 12957 :return: The in_person_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 12958 :rtype: SettingsMetadata 12959 """ 12960 return self._in_person_signing_enabled_metadata 12961 12962 @in_person_signing_enabled_metadata.setter 12963 def in_person_signing_enabled_metadata(self, in_person_signing_enabled_metadata): 12964 """Sets the in_person_signing_enabled_metadata of this AccountSettingsInformation. 12965 12966 Metadata that indicates whether the `inPersonSigningEnabled` property is editable. # noqa: E501 12967 12968 :param in_person_signing_enabled_metadata: The in_person_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501 12969 :type: SettingsMetadata 12970 """ 12971 12972 self._in_person_signing_enabled_metadata = in_person_signing_enabled_metadata 12973 12974 @property 12975 def in_session_enabled(self): 12976 """Gets the in_session_enabled of this AccountSettingsInformation. # noqa: E501 12977 12978 # noqa: E501 12979 12980 :return: The in_session_enabled of this AccountSettingsInformation. # noqa: E501 12981 :rtype: str 12982 """ 12983 return self._in_session_enabled 12984 12985 @in_session_enabled.setter 12986 def in_session_enabled(self, in_session_enabled): 12987 """Sets the in_session_enabled of this AccountSettingsInformation. 12988 12989 # noqa: E501 12990 12991 :param in_session_enabled: The in_session_enabled of this AccountSettingsInformation. # noqa: E501 12992 :type: str 12993 """ 12994 12995 self._in_session_enabled = in_session_enabled 12996 12997 @property 12998 def in_session_enabled_metadata(self): 12999 """Gets the in_session_enabled_metadata of this AccountSettingsInformation. # noqa: E501 13000 13001 Metadata that indicates whether the `inSessionEnabled` property is editable. # noqa: E501 13002 13003 :return: The in_session_enabled_metadata of this AccountSettingsInformation. # noqa: E501 13004 :rtype: SettingsMetadata 13005 """ 13006 return self._in_session_enabled_metadata 13007 13008 @in_session_enabled_metadata.setter 13009 def in_session_enabled_metadata(self, in_session_enabled_metadata): 13010 """Sets the in_session_enabled_metadata of this AccountSettingsInformation. 13011 13012 Metadata that indicates whether the `inSessionEnabled` property is editable. # noqa: E501 13013 13014 :param in_session_enabled_metadata: The in_session_enabled_metadata of this AccountSettingsInformation. # noqa: E501 13015 :type: SettingsMetadata 13016 """ 13017 13018 self._in_session_enabled_metadata = in_session_enabled_metadata 13019 13020 @property 13021 def in_session_suppress_emails(self): 13022 """Gets the in_session_suppress_emails of this AccountSettingsInformation. # noqa: E501 13023 13024 # noqa: E501 13025 13026 :return: The in_session_suppress_emails of this AccountSettingsInformation. # noqa: E501 13027 :rtype: str 13028 """ 13029 return self._in_session_suppress_emails 13030 13031 @in_session_suppress_emails.setter 13032 def in_session_suppress_emails(self, in_session_suppress_emails): 13033 """Sets the in_session_suppress_emails of this AccountSettingsInformation. 13034 13035 # noqa: E501 13036 13037 :param in_session_suppress_emails: The in_session_suppress_emails of this AccountSettingsInformation. # noqa: E501 13038 :type: str 13039 """ 13040 13041 self._in_session_suppress_emails = in_session_suppress_emails 13042 13043 @property 13044 def in_session_suppress_emails_metadata(self): 13045 """Gets the in_session_suppress_emails_metadata of this AccountSettingsInformation. # noqa: E501 13046 13047 Metadata that indicates whether the `inSessionSuppressEmails` property is editable. # noqa: E501 13048 13049 :return: The in_session_suppress_emails_metadata of this AccountSettingsInformation. # noqa: E501 13050 :rtype: SettingsMetadata 13051 """ 13052 return self._in_session_suppress_emails_metadata 13053 13054 @in_session_suppress_emails_metadata.setter 13055 def in_session_suppress_emails_metadata(self, in_session_suppress_emails_metadata): 13056 """Sets the in_session_suppress_emails_metadata of this AccountSettingsInformation. 13057 13058 Metadata that indicates whether the `inSessionSuppressEmails` property is editable. # noqa: E501 13059 13060 :param in_session_suppress_emails_metadata: The in_session_suppress_emails_metadata of this AccountSettingsInformation. # noqa: E501 13061 :type: SettingsMetadata 13062 """ 13063 13064 self._in_session_suppress_emails_metadata = in_session_suppress_emails_metadata 13065 13066 @property 13067 def linked_external_primary_accounts(self): 13068 """Gets the linked_external_primary_accounts of this AccountSettingsInformation. # noqa: E501 13069 13070 # noqa: E501 13071 13072 :return: The linked_external_primary_accounts of this AccountSettingsInformation. # noqa: E501 13073 :rtype: list[LinkedExternalPrimaryAccount] 13074 """ 13075 return self._linked_external_primary_accounts 13076 13077 @linked_external_primary_accounts.setter 13078 def linked_external_primary_accounts(self, linked_external_primary_accounts): 13079 """Sets the linked_external_primary_accounts of this AccountSettingsInformation. 13080 13081 # noqa: E501 13082 13083 :param linked_external_primary_accounts: The linked_external_primary_accounts of this AccountSettingsInformation. # noqa: E501 13084 :type: list[LinkedExternalPrimaryAccount] 13085 """ 13086 13087 self._linked_external_primary_accounts = linked_external_primary_accounts 13088 13089 @property 13090 def maximum_signing_groups(self): 13091 """Gets the maximum_signing_groups of this AccountSettingsInformation. # noqa: E501 13092 13093 # noqa: E501 13094 13095 :return: The maximum_signing_groups of this AccountSettingsInformation. # noqa: E501 13096 :rtype: str 13097 """ 13098 return self._maximum_signing_groups 13099 13100 @maximum_signing_groups.setter 13101 def maximum_signing_groups(self, maximum_signing_groups): 13102 """Sets the maximum_signing_groups of this AccountSettingsInformation. 13103 13104 # noqa: E501 13105 13106 :param maximum_signing_groups: The maximum_signing_groups of this AccountSettingsInformation. # noqa: E501 13107 :type: str 13108 """ 13109 13110 self._maximum_signing_groups = maximum_signing_groups 13111 13112 @property 13113 def maximum_signing_groups_metadata(self): 13114 """Gets the maximum_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 13115 13116 Metadata that indicates whether the `maximumSigningGroups` property is editable. # noqa: E501 13117 13118 :return: The maximum_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 13119 :rtype: SettingsMetadata 13120 """ 13121 return self._maximum_signing_groups_metadata 13122 13123 @maximum_signing_groups_metadata.setter 13124 def maximum_signing_groups_metadata(self, maximum_signing_groups_metadata): 13125 """Sets the maximum_signing_groups_metadata of this AccountSettingsInformation. 13126 13127 Metadata that indicates whether the `maximumSigningGroups` property is editable. # noqa: E501 13128 13129 :param maximum_signing_groups_metadata: The maximum_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501 13130 :type: SettingsMetadata 13131 """ 13132 13133 self._maximum_signing_groups_metadata = maximum_signing_groups_metadata 13134 13135 @property 13136 def maximum_users_per_signing_group(self): 13137 """Gets the maximum_users_per_signing_group of this AccountSettingsInformation. # noqa: E501 13138 13139 # noqa: E501 13140 13141 :return: The maximum_users_per_signing_group of this AccountSettingsInformation. # noqa: E501 13142 :rtype: str 13143 """ 13144 return self._maximum_users_per_signing_group 13145 13146 @maximum_users_per_signing_group.setter 13147 def maximum_users_per_signing_group(self, maximum_users_per_signing_group): 13148 """Sets the maximum_users_per_signing_group of this AccountSettingsInformation. 13149 13150 # noqa: E501 13151 13152 :param maximum_users_per_signing_group: The maximum_users_per_signing_group of this AccountSettingsInformation. # noqa: E501 13153 :type: str 13154 """ 13155 13156 self._maximum_users_per_signing_group = maximum_users_per_signing_group 13157 13158 @property 13159 def maximum_users_per_signing_group_metadata(self): 13160 """Gets the maximum_users_per_signing_group_metadata of this AccountSettingsInformation. # noqa: E501 13161 13162 Metadata that indicates whether the `maximumUsersPerSigningGroup` property is editable. # noqa: E501 13163 13164 :return: The maximum_users_per_signing_group_metadata of this AccountSettingsInformation. # noqa: E501 13165 :rtype: SettingsMetadata 13166 """ 13167 return self._maximum_users_per_signing_group_metadata 13168 13169 @maximum_users_per_signing_group_metadata.setter 13170 def maximum_users_per_signing_group_metadata(self, maximum_users_per_signing_group_metadata): 13171 """Sets the maximum_users_per_signing_group_metadata of this AccountSettingsInformation. 13172 13173 Metadata that indicates whether the `maximumUsersPerSigningGroup` property is editable. # noqa: E501 13174 13175 :param maximum_users_per_signing_group_metadata: The maximum_users_per_signing_group_metadata of this AccountSettingsInformation. # noqa: E501 13176 :type: SettingsMetadata 13177 """ 13178 13179 self._maximum_users_per_signing_group_metadata = maximum_users_per_signing_group_metadata 13180 13181 @property 13182 def max_number_of_custom_stamps(self): 13183 """Gets the max_number_of_custom_stamps of this AccountSettingsInformation. # noqa: E501 13184 13185 # noqa: E501 13186 13187 :return: The max_number_of_custom_stamps of this AccountSettingsInformation. # noqa: E501 13188 :rtype: str 13189 """ 13190 return self._max_number_of_custom_stamps 13191 13192 @max_number_of_custom_stamps.setter 13193 def max_number_of_custom_stamps(self, max_number_of_custom_stamps): 13194 """Sets the max_number_of_custom_stamps of this AccountSettingsInformation. 13195 13196 # noqa: E501 13197 13198 :param max_number_of_custom_stamps: The max_number_of_custom_stamps of this AccountSettingsInformation. # noqa: E501 13199 :type: str 13200 """ 13201 13202 self._max_number_of_custom_stamps = max_number_of_custom_stamps 13203 13204 @property 13205 def mobile_session_timeout(self): 13206 """Gets the mobile_session_timeout of this AccountSettingsInformation. # noqa: E501 13207 13208 # noqa: E501 13209 13210 :return: The mobile_session_timeout of this AccountSettingsInformation. # noqa: E501 13211 :rtype: str 13212 """ 13213 return self._mobile_session_timeout 13214 13215 @mobile_session_timeout.setter 13216 def mobile_session_timeout(self, mobile_session_timeout): 13217 """Sets the mobile_session_timeout of this AccountSettingsInformation. 13218 13219 # noqa: E501 13220 13221 :param mobile_session_timeout: The mobile_session_timeout of this AccountSettingsInformation. # noqa: E501 13222 :type: str 13223 """ 13224 13225 self._mobile_session_timeout = mobile_session_timeout 13226 13227 @property 13228 def mobile_session_timeout_metadata(self): 13229 """Gets the mobile_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 13230 13231 Metadata that indicates whether the `mobileSessionTimeout` property is editable. # noqa: E501 13232 13233 :return: The mobile_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 13234 :rtype: SettingsMetadata 13235 """ 13236 return self._mobile_session_timeout_metadata 13237 13238 @mobile_session_timeout_metadata.setter 13239 def mobile_session_timeout_metadata(self, mobile_session_timeout_metadata): 13240 """Sets the mobile_session_timeout_metadata of this AccountSettingsInformation. 13241 13242 Metadata that indicates whether the `mobileSessionTimeout` property is editable. # noqa: E501 13243 13244 :param mobile_session_timeout_metadata: The mobile_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 13245 :type: SettingsMetadata 13246 """ 13247 13248 self._mobile_session_timeout_metadata = mobile_session_timeout_metadata 13249 13250 @property 13251 def number_of_active_custom_stamps(self): 13252 """Gets the number_of_active_custom_stamps of this AccountSettingsInformation. # noqa: E501 13253 13254 # noqa: E501 13255 13256 :return: The number_of_active_custom_stamps of this AccountSettingsInformation. # noqa: E501 13257 :rtype: str 13258 """ 13259 return self._number_of_active_custom_stamps 13260 13261 @number_of_active_custom_stamps.setter 13262 def number_of_active_custom_stamps(self, number_of_active_custom_stamps): 13263 """Sets the number_of_active_custom_stamps of this AccountSettingsInformation. 13264 13265 # noqa: E501 13266 13267 :param number_of_active_custom_stamps: The number_of_active_custom_stamps of this AccountSettingsInformation. # noqa: E501 13268 :type: str 13269 """ 13270 13271 self._number_of_active_custom_stamps = number_of_active_custom_stamps 13272 13273 @property 13274 def opt_in_mobile_signing_v02(self): 13275 """Gets the opt_in_mobile_signing_v02 of this AccountSettingsInformation. # noqa: E501 13276 13277 # noqa: E501 13278 13279 :return: The opt_in_mobile_signing_v02 of this AccountSettingsInformation. # noqa: E501 13280 :rtype: str 13281 """ 13282 return self._opt_in_mobile_signing_v02 13283 13284 @opt_in_mobile_signing_v02.setter 13285 def opt_in_mobile_signing_v02(self, opt_in_mobile_signing_v02): 13286 """Sets the opt_in_mobile_signing_v02 of this AccountSettingsInformation. 13287 13288 # noqa: E501 13289 13290 :param opt_in_mobile_signing_v02: The opt_in_mobile_signing_v02 of this AccountSettingsInformation. # noqa: E501 13291 :type: str 13292 """ 13293 13294 self._opt_in_mobile_signing_v02 = opt_in_mobile_signing_v02 13295 13296 @property 13297 def opt_in_mobile_signing_v02_metadata(self): 13298 """Gets the opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. # noqa: E501 13299 13300 Metadata that indicates whether the `optInMobileSigningV02` property is editable. # noqa: E501 13301 13302 :return: The opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. # noqa: E501 13303 :rtype: SettingsMetadata 13304 """ 13305 return self._opt_in_mobile_signing_v02_metadata 13306 13307 @opt_in_mobile_signing_v02_metadata.setter 13308 def opt_in_mobile_signing_v02_metadata(self, opt_in_mobile_signing_v02_metadata): 13309 """Sets the opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. 13310 13311 Metadata that indicates whether the `optInMobileSigningV02` property is editable. # noqa: E501 13312 13313 :param opt_in_mobile_signing_v02_metadata: The opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. # noqa: E501 13314 :type: SettingsMetadata 13315 """ 13316 13317 self._opt_in_mobile_signing_v02_metadata = opt_in_mobile_signing_v02_metadata 13318 13319 @property 13320 def opt_out_auto_nav_text_and_tab_color_updates(self): 13321 """Gets the opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. # noqa: E501 13322 13323 # noqa: E501 13324 13325 :return: The opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. # noqa: E501 13326 :rtype: str 13327 """ 13328 return self._opt_out_auto_nav_text_and_tab_color_updates 13329 13330 @opt_out_auto_nav_text_and_tab_color_updates.setter 13331 def opt_out_auto_nav_text_and_tab_color_updates(self, opt_out_auto_nav_text_and_tab_color_updates): 13332 """Sets the opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. 13333 13334 # noqa: E501 13335 13336 :param opt_out_auto_nav_text_and_tab_color_updates: The opt_out_auto_nav_text_and_tab_color_updates of this AccountSettingsInformation. # noqa: E501 13337 :type: str 13338 """ 13339 13340 self._opt_out_auto_nav_text_and_tab_color_updates = opt_out_auto_nav_text_and_tab_color_updates 13341 13342 @property 13343 def opt_out_auto_nav_text_and_tab_color_updates_metadata(self): 13344 """Gets the opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. # noqa: E501 13345 13346 Metadata that indicates whether the `optOutAutoNavTextAndTabColorUpdates` property is editable. # noqa: E501 13347 13348 :return: The opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. # noqa: E501 13349 :rtype: SettingsMetadata 13350 """ 13351 return self._opt_out_auto_nav_text_and_tab_color_updates_metadata 13352 13353 @opt_out_auto_nav_text_and_tab_color_updates_metadata.setter 13354 def opt_out_auto_nav_text_and_tab_color_updates_metadata(self, opt_out_auto_nav_text_and_tab_color_updates_metadata): 13355 """Sets the opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. 13356 13357 Metadata that indicates whether the `optOutAutoNavTextAndTabColorUpdates` property is editable. # noqa: E501 13358 13359 :param opt_out_auto_nav_text_and_tab_color_updates_metadata: The opt_out_auto_nav_text_and_tab_color_updates_metadata of this AccountSettingsInformation. # noqa: E501 13360 :type: SettingsMetadata 13361 """ 13362 13363 self._opt_out_auto_nav_text_and_tab_color_updates_metadata = opt_out_auto_nav_text_and_tab_color_updates_metadata 13364 13365 @property 13366 def opt_out_new_platform_seal(self): 13367 """Gets the opt_out_new_platform_seal of this AccountSettingsInformation. # noqa: E501 13368 13369 # noqa: E501 13370 13371 :return: The opt_out_new_platform_seal of this AccountSettingsInformation. # noqa: E501 13372 :rtype: str 13373 """ 13374 return self._opt_out_new_platform_seal 13375 13376 @opt_out_new_platform_seal.setter 13377 def opt_out_new_platform_seal(self, opt_out_new_platform_seal): 13378 """Sets the opt_out_new_platform_seal of this AccountSettingsInformation. 13379 13380 # noqa: E501 13381 13382 :param opt_out_new_platform_seal: The opt_out_new_platform_seal of this AccountSettingsInformation. # noqa: E501 13383 :type: str 13384 """ 13385 13386 self._opt_out_new_platform_seal = opt_out_new_platform_seal 13387 13388 @property 13389 def opt_out_new_platform_seal_platform_metadata(self): 13390 """Gets the opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. # noqa: E501 13391 13392 Metadata that indicates whether the `optOutNewPlatformSealPlatform` property is editable. # noqa: E501 13393 13394 :return: The opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. # noqa: E501 13395 :rtype: SettingsMetadata 13396 """ 13397 return self._opt_out_new_platform_seal_platform_metadata 13398 13399 @opt_out_new_platform_seal_platform_metadata.setter 13400 def opt_out_new_platform_seal_platform_metadata(self, opt_out_new_platform_seal_platform_metadata): 13401 """Sets the opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. 13402 13403 Metadata that indicates whether the `optOutNewPlatformSealPlatform` property is editable. # noqa: E501 13404 13405 :param opt_out_new_platform_seal_platform_metadata: The opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. # noqa: E501 13406 :type: SettingsMetadata 13407 """ 13408 13409 self._opt_out_new_platform_seal_platform_metadata = opt_out_new_platform_seal_platform_metadata 13410 13411 @property 13412 def pdf_max_chunked_upload_part_size(self): 13413 """Gets the pdf_max_chunked_upload_part_size of this AccountSettingsInformation. # noqa: E501 13414 13415 # noqa: E501 13416 13417 :return: The pdf_max_chunked_upload_part_size of this AccountSettingsInformation. # noqa: E501 13418 :rtype: str 13419 """ 13420 return self._pdf_max_chunked_upload_part_size 13421 13422 @pdf_max_chunked_upload_part_size.setter 13423 def pdf_max_chunked_upload_part_size(self, pdf_max_chunked_upload_part_size): 13424 """Sets the pdf_max_chunked_upload_part_size of this AccountSettingsInformation. 13425 13426 # noqa: E501 13427 13428 :param pdf_max_chunked_upload_part_size: The pdf_max_chunked_upload_part_size of this AccountSettingsInformation. # noqa: E501 13429 :type: str 13430 """ 13431 13432 self._pdf_max_chunked_upload_part_size = pdf_max_chunked_upload_part_size 13433 13434 @property 13435 def pdf_max_chunked_upload_part_size_metadata(self): 13436 """Gets the pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. # noqa: E501 13437 13438 13439 :return: The pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. # noqa: E501 13440 :rtype: SettingsMetadata 13441 """ 13442 return self._pdf_max_chunked_upload_part_size_metadata 13443 13444 @pdf_max_chunked_upload_part_size_metadata.setter 13445 def pdf_max_chunked_upload_part_size_metadata(self, pdf_max_chunked_upload_part_size_metadata): 13446 """Sets the pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. 13447 13448 13449 :param pdf_max_chunked_upload_part_size_metadata: The pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. # noqa: E501 13450 :type: SettingsMetadata 13451 """ 13452 13453 self._pdf_max_chunked_upload_part_size_metadata = pdf_max_chunked_upload_part_size_metadata 13454 13455 @property 13456 def pdf_max_chunked_upload_total_size(self): 13457 """Gets the pdf_max_chunked_upload_total_size of this AccountSettingsInformation. # noqa: E501 13458 13459 # noqa: E501 13460 13461 :return: The pdf_max_chunked_upload_total_size of this AccountSettingsInformation. # noqa: E501 13462 :rtype: str 13463 """ 13464 return self._pdf_max_chunked_upload_total_size 13465 13466 @pdf_max_chunked_upload_total_size.setter 13467 def pdf_max_chunked_upload_total_size(self, pdf_max_chunked_upload_total_size): 13468 """Sets the pdf_max_chunked_upload_total_size of this AccountSettingsInformation. 13469 13470 # noqa: E501 13471 13472 :param pdf_max_chunked_upload_total_size: The pdf_max_chunked_upload_total_size of this AccountSettingsInformation. # noqa: E501 13473 :type: str 13474 """ 13475 13476 self._pdf_max_chunked_upload_total_size = pdf_max_chunked_upload_total_size 13477 13478 @property 13479 def pdf_max_chunked_upload_total_size_metadata(self): 13480 """Gets the pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. # noqa: E501 13481 13482 13483 :return: The pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. # noqa: E501 13484 :rtype: SettingsMetadata 13485 """ 13486 return self._pdf_max_chunked_upload_total_size_metadata 13487 13488 @pdf_max_chunked_upload_total_size_metadata.setter 13489 def pdf_max_chunked_upload_total_size_metadata(self, pdf_max_chunked_upload_total_size_metadata): 13490 """Sets the pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. 13491 13492 13493 :param pdf_max_chunked_upload_total_size_metadata: The pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. # noqa: E501 13494 :type: SettingsMetadata 13495 """ 13496 13497 self._pdf_max_chunked_upload_total_size_metadata = pdf_max_chunked_upload_total_size_metadata 13498 13499 @property 13500 def pdf_max_individual_upload_size(self): 13501 """Gets the pdf_max_individual_upload_size of this AccountSettingsInformation. # noqa: E501 13502 13503 # noqa: E501 13504 13505 :return: The pdf_max_individual_upload_size of this AccountSettingsInformation. # noqa: E501 13506 :rtype: str 13507 """ 13508 return self._pdf_max_individual_upload_size 13509 13510 @pdf_max_individual_upload_size.setter 13511 def pdf_max_individual_upload_size(self, pdf_max_individual_upload_size): 13512 """Sets the pdf_max_individual_upload_size of this AccountSettingsInformation. 13513 13514 # noqa: E501 13515 13516 :param pdf_max_individual_upload_size: The pdf_max_individual_upload_size of this AccountSettingsInformation. # noqa: E501 13517 :type: str 13518 """ 13519 13520 self._pdf_max_individual_upload_size = pdf_max_individual_upload_size 13521 13522 @property 13523 def pdf_max_individual_upload_size_metadata(self): 13524 """Gets the pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. # noqa: E501 13525 13526 13527 :return: The pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. # noqa: E501 13528 :rtype: SettingsMetadata 13529 """ 13530 return self._pdf_max_individual_upload_size_metadata 13531 13532 @pdf_max_individual_upload_size_metadata.setter 13533 def pdf_max_individual_upload_size_metadata(self, pdf_max_individual_upload_size_metadata): 13534 """Sets the pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. 13535 13536 13537 :param pdf_max_individual_upload_size_metadata: The pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. # noqa: E501 13538 :type: SettingsMetadata 13539 """ 13540 13541 self._pdf_max_individual_upload_size_metadata = pdf_max_individual_upload_size_metadata 13542 13543 @property 13544 def phone_auth_recipient_may_provide_phone_number(self): 13545 """Gets the phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 13546 13547 # noqa: E501 13548 13549 :return: The phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 13550 :rtype: str 13551 """ 13552 return self._phone_auth_recipient_may_provide_phone_number 13553 13554 @phone_auth_recipient_may_provide_phone_number.setter 13555 def phone_auth_recipient_may_provide_phone_number(self, phone_auth_recipient_may_provide_phone_number): 13556 """Sets the phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. 13557 13558 # noqa: E501 13559 13560 :param phone_auth_recipient_may_provide_phone_number: The phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501 13561 :type: str 13562 """ 13563 13564 self._phone_auth_recipient_may_provide_phone_number = phone_auth_recipient_may_provide_phone_number 13565 13566 @property 13567 def phone_auth_recipient_may_provide_phone_number_metadata(self): 13568 """Gets the phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 13569 13570 Metadata that indicates whether the `phoneAuthRecipientMayProvidePhoneNumber` property is editable. # noqa: E501 13571 13572 :return: The phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 13573 :rtype: SettingsMetadata 13574 """ 13575 return self._phone_auth_recipient_may_provide_phone_number_metadata 13576 13577 @phone_auth_recipient_may_provide_phone_number_metadata.setter 13578 def phone_auth_recipient_may_provide_phone_number_metadata(self, phone_auth_recipient_may_provide_phone_number_metadata): 13579 """Sets the phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. 13580 13581 Metadata that indicates whether the `phoneAuthRecipientMayProvidePhoneNumber` property is editable. # noqa: E501 13582 13583 :param phone_auth_recipient_may_provide_phone_number_metadata: The phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501 13584 :type: SettingsMetadata 13585 """ 13586 13587 self._phone_auth_recipient_may_provide_phone_number_metadata = phone_auth_recipient_may_provide_phone_number_metadata 13588 13589 @property 13590 def pki_sign_downloaded_pdf_docs(self): 13591 """Gets the pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. # noqa: E501 13592 13593 # noqa: E501 13594 13595 :return: The pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. # noqa: E501 13596 :rtype: str 13597 """ 13598 return self._pki_sign_downloaded_pdf_docs 13599 13600 @pki_sign_downloaded_pdf_docs.setter 13601 def pki_sign_downloaded_pdf_docs(self, pki_sign_downloaded_pdf_docs): 13602 """Sets the pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. 13603 13604 # noqa: E501 13605 13606 :param pki_sign_downloaded_pdf_docs: The pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. # noqa: E501 13607 :type: str 13608 """ 13609 13610 self._pki_sign_downloaded_pdf_docs = pki_sign_downloaded_pdf_docs 13611 13612 @property 13613 def pki_sign_downloaded_pdf_docs_metadata(self): 13614 """Gets the pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. # noqa: E501 13615 13616 Metadata that indicates whether the `pkiSignDownloadedPDFDocs` property is editable. # noqa: E501 13617 13618 :return: The pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. # noqa: E501 13619 :rtype: SettingsMetadata 13620 """ 13621 return self._pki_sign_downloaded_pdf_docs_metadata 13622 13623 @pki_sign_downloaded_pdf_docs_metadata.setter 13624 def pki_sign_downloaded_pdf_docs_metadata(self, pki_sign_downloaded_pdf_docs_metadata): 13625 """Sets the pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. 13626 13627 Metadata that indicates whether the `pkiSignDownloadedPDFDocs` property is editable. # noqa: E501 13628 13629 :param pki_sign_downloaded_pdf_docs_metadata: The pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. # noqa: E501 13630 :type: SettingsMetadata 13631 """ 13632 13633 self._pki_sign_downloaded_pdf_docs_metadata = pki_sign_downloaded_pdf_docs_metadata 13634 13635 @property 13636 def read_only_mode(self): 13637 """Gets the read_only_mode of this AccountSettingsInformation. # noqa: E501 13638 13639 # noqa: E501 13640 13641 :return: The read_only_mode of this AccountSettingsInformation. # noqa: E501 13642 :rtype: str 13643 """ 13644 return self._read_only_mode 13645 13646 @read_only_mode.setter 13647 def read_only_mode(self, read_only_mode): 13648 """Sets the read_only_mode of this AccountSettingsInformation. 13649 13650 # noqa: E501 13651 13652 :param read_only_mode: The read_only_mode of this AccountSettingsInformation. # noqa: E501 13653 :type: str 13654 """ 13655 13656 self._read_only_mode = read_only_mode 13657 13658 @property 13659 def read_only_mode_metadata(self): 13660 """Gets the read_only_mode_metadata of this AccountSettingsInformation. # noqa: E501 13661 13662 # noqa: E501 13663 13664 :return: The read_only_mode_metadata of this AccountSettingsInformation. # noqa: E501 13665 :rtype: SettingsMetadata 13666 """ 13667 return self._read_only_mode_metadata 13668 13669 @read_only_mode_metadata.setter 13670 def read_only_mode_metadata(self, read_only_mode_metadata): 13671 """Sets the read_only_mode_metadata of this AccountSettingsInformation. 13672 13673 # noqa: E501 13674 13675 :param read_only_mode_metadata: The read_only_mode_metadata of this AccountSettingsInformation. # noqa: E501 13676 :type: SettingsMetadata 13677 """ 13678 13679 self._read_only_mode_metadata = read_only_mode_metadata 13680 13681 @property 13682 def recipients_can_sign_offline(self): 13683 """Gets the recipients_can_sign_offline of this AccountSettingsInformation. # noqa: E501 13684 13685 # noqa: E501 13686 13687 :return: The recipients_can_sign_offline of this AccountSettingsInformation. # noqa: E501 13688 :rtype: str 13689 """ 13690 return self._recipients_can_sign_offline 13691 13692 @recipients_can_sign_offline.setter 13693 def recipients_can_sign_offline(self, recipients_can_sign_offline): 13694 """Sets the recipients_can_sign_offline of this AccountSettingsInformation. 13695 13696 # noqa: E501 13697 13698 :param recipients_can_sign_offline: The recipients_can_sign_offline of this AccountSettingsInformation. # noqa: E501 13699 :type: str 13700 """ 13701 13702 self._recipients_can_sign_offline = recipients_can_sign_offline 13703 13704 @property 13705 def recipients_can_sign_offline_metadata(self): 13706 """Gets the recipients_can_sign_offline_metadata of this AccountSettingsInformation. # noqa: E501 13707 13708 Metadata that indicates whether the `recipientsCanSignOffline` property is editable. # noqa: E501 13709 13710 :return: The recipients_can_sign_offline_metadata of this AccountSettingsInformation. # noqa: E501 13711 :rtype: SettingsMetadata 13712 """ 13713 return self._recipients_can_sign_offline_metadata 13714 13715 @recipients_can_sign_offline_metadata.setter 13716 def recipients_can_sign_offline_metadata(self, recipients_can_sign_offline_metadata): 13717 """Sets the recipients_can_sign_offline_metadata of this AccountSettingsInformation. 13718 13719 Metadata that indicates whether the `recipientsCanSignOffline` property is editable. # noqa: E501 13720 13721 :param recipients_can_sign_offline_metadata: The recipients_can_sign_offline_metadata of this AccountSettingsInformation. # noqa: E501 13722 :type: SettingsMetadata 13723 """ 13724 13725 self._recipients_can_sign_offline_metadata = recipients_can_sign_offline_metadata 13726 13727 @property 13728 def recipient_signing_auto_navigation_control(self): 13729 """Gets the recipient_signing_auto_navigation_control of this AccountSettingsInformation. # noqa: E501 13730 13731 # noqa: E501 13732 13733 :return: The recipient_signing_auto_navigation_control of this AccountSettingsInformation. # noqa: E501 13734 :rtype: str 13735 """ 13736 return self._recipient_signing_auto_navigation_control 13737 13738 @recipient_signing_auto_navigation_control.setter 13739 def recipient_signing_auto_navigation_control(self, recipient_signing_auto_navigation_control): 13740 """Sets the recipient_signing_auto_navigation_control of this AccountSettingsInformation. 13741 13742 # noqa: E501 13743 13744 :param recipient_signing_auto_navigation_control: The recipient_signing_auto_navigation_control of this AccountSettingsInformation. # noqa: E501 13745 :type: str 13746 """ 13747 13748 self._recipient_signing_auto_navigation_control = recipient_signing_auto_navigation_control 13749 13750 @property 13751 def recipient_signing_auto_navigation_control_metadata(self): 13752 """Gets the recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. # noqa: E501 13753 13754 Metadata that indicates whether the `recipientSigningAutoNavigationControl` property is editable. # noqa: E501 13755 13756 :return: The recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. # noqa: E501 13757 :rtype: SettingsMetadata 13758 """ 13759 return self._recipient_signing_auto_navigation_control_metadata 13760 13761 @recipient_signing_auto_navigation_control_metadata.setter 13762 def recipient_signing_auto_navigation_control_metadata(self, recipient_signing_auto_navigation_control_metadata): 13763 """Sets the recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. 13764 13765 Metadata that indicates whether the `recipientSigningAutoNavigationControl` property is editable. # noqa: E501 13766 13767 :param recipient_signing_auto_navigation_control_metadata: The recipient_signing_auto_navigation_control_metadata of this AccountSettingsInformation. # noqa: E501 13768 :type: SettingsMetadata 13769 """ 13770 13771 self._recipient_signing_auto_navigation_control_metadata = recipient_signing_auto_navigation_control_metadata 13772 13773 @property 13774 def require21_cf_rpt11_compliance(self): 13775 """Gets the require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501 13776 13777 # noqa: E501 13778 13779 :return: The require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501 13780 :rtype: str 13781 """ 13782 return self._require21_cf_rpt11_compliance 13783 13784 @require21_cf_rpt11_compliance.setter 13785 def require21_cf_rpt11_compliance(self, require21_cf_rpt11_compliance): 13786 """Sets the require21_cf_rpt11_compliance of this AccountSettingsInformation. 13787 13788 # noqa: E501 13789 13790 :param require21_cf_rpt11_compliance: The require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501 13791 :type: str 13792 """ 13793 13794 self._require21_cf_rpt11_compliance = require21_cf_rpt11_compliance 13795 13796 @property 13797 def require21_cf_rpt11_compliance_metadata(self): 13798 """Gets the require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. # noqa: E501 13799 13800 Metadata that indicates whether the `require21CFRpt11Compliance` property is editable. # noqa: E501 13801 13802 :return: The require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. # noqa: E501 13803 :rtype: SettingsMetadata 13804 """ 13805 return self._require21_cf_rpt11_compliance_metadata 13806 13807 @require21_cf_rpt11_compliance_metadata.setter 13808 def require21_cf_rpt11_compliance_metadata(self, require21_cf_rpt11_compliance_metadata): 13809 """Sets the require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. 13810 13811 Metadata that indicates whether the `require21CFRpt11Compliance` property is editable. # noqa: E501 13812 13813 :param require21_cf_rpt11_compliance_metadata: The require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. # noqa: E501 13814 :type: SettingsMetadata 13815 """ 13816 13817 self._require21_cf_rpt11_compliance_metadata = require21_cf_rpt11_compliance_metadata 13818 13819 @property 13820 def require_decline_reason(self): 13821 """Gets the require_decline_reason of this AccountSettingsInformation. # noqa: E501 13822 13823 # noqa: E501 13824 13825 :return: The require_decline_reason of this AccountSettingsInformation. # noqa: E501 13826 :rtype: str 13827 """ 13828 return self._require_decline_reason 13829 13830 @require_decline_reason.setter 13831 def require_decline_reason(self, require_decline_reason): 13832 """Sets the require_decline_reason of this AccountSettingsInformation. 13833 13834 # noqa: E501 13835 13836 :param require_decline_reason: The require_decline_reason of this AccountSettingsInformation. # noqa: E501 13837 :type: str 13838 """ 13839 13840 self._require_decline_reason = require_decline_reason 13841 13842 @property 13843 def require_decline_reason_metadata(self): 13844 """Gets the require_decline_reason_metadata of this AccountSettingsInformation. # noqa: E501 13845 13846 Metadata that indicates whether the `requireDeclineReason` property is editable. # noqa: E501 13847 13848 :return: The require_decline_reason_metadata of this AccountSettingsInformation. # noqa: E501 13849 :rtype: SettingsMetadata 13850 """ 13851 return self._require_decline_reason_metadata 13852 13853 @require_decline_reason_metadata.setter 13854 def require_decline_reason_metadata(self, require_decline_reason_metadata): 13855 """Sets the require_decline_reason_metadata of this AccountSettingsInformation. 13856 13857 Metadata that indicates whether the `requireDeclineReason` property is editable. # noqa: E501 13858 13859 :param require_decline_reason_metadata: The require_decline_reason_metadata of this AccountSettingsInformation. # noqa: E501 13860 :type: SettingsMetadata 13861 """ 13862 13863 self._require_decline_reason_metadata = require_decline_reason_metadata 13864 13865 @property 13866 def require_external_user_management(self): 13867 """Gets the require_external_user_management of this AccountSettingsInformation. # noqa: E501 13868 13869 # noqa: E501 13870 13871 :return: The require_external_user_management of this AccountSettingsInformation. # noqa: E501 13872 :rtype: str 13873 """ 13874 return self._require_external_user_management 13875 13876 @require_external_user_management.setter 13877 def require_external_user_management(self, require_external_user_management): 13878 """Sets the require_external_user_management of this AccountSettingsInformation. 13879 13880 # noqa: E501 13881 13882 :param require_external_user_management: The require_external_user_management of this AccountSettingsInformation. # noqa: E501 13883 :type: str 13884 """ 13885 13886 self._require_external_user_management = require_external_user_management 13887 13888 @property 13889 def require_external_user_management_metadata(self): 13890 """Gets the require_external_user_management_metadata of this AccountSettingsInformation. # noqa: E501 13891 13892 Metadata that indicates whether the `requireExternalUserManagement` property is editable. # noqa: E501 13893 13894 :return: The require_external_user_management_metadata of this AccountSettingsInformation. # noqa: E501 13895 :rtype: SettingsMetadata 13896 """ 13897 return self._require_external_user_management_metadata 13898 13899 @require_external_user_management_metadata.setter 13900 def require_external_user_management_metadata(self, require_external_user_management_metadata): 13901 """Sets the require_external_user_management_metadata of this AccountSettingsInformation. 13902 13903 Metadata that indicates whether the `requireExternalUserManagement` property is editable. # noqa: E501 13904 13905 :param require_external_user_management_metadata: The require_external_user_management_metadata of this AccountSettingsInformation. # noqa: E501 13906 :type: SettingsMetadata 13907 """ 13908 13909 self._require_external_user_management_metadata = require_external_user_management_metadata 13910 13911 @property 13912 def require_signer_certificate_type(self): 13913 """Gets the require_signer_certificate_type of this AccountSettingsInformation. # noqa: E501 13914 13915 # noqa: E501 13916 13917 :return: The require_signer_certificate_type of this AccountSettingsInformation. # noqa: E501 13918 :rtype: str 13919 """ 13920 return self._require_signer_certificate_type 13921 13922 @require_signer_certificate_type.setter 13923 def require_signer_certificate_type(self, require_signer_certificate_type): 13924 """Sets the require_signer_certificate_type of this AccountSettingsInformation. 13925 13926 # noqa: E501 13927 13928 :param require_signer_certificate_type: The require_signer_certificate_type of this AccountSettingsInformation. # noqa: E501 13929 :type: str 13930 """ 13931 13932 self._require_signer_certificate_type = require_signer_certificate_type 13933 13934 @property 13935 def require_signer_certificate_type_metadata(self): 13936 """Gets the require_signer_certificate_type_metadata of this AccountSettingsInformation. # noqa: E501 13937 13938 Metadata that indicates whether the `requireSignerCertificateType` property is editable. # noqa: E501 13939 13940 :return: The require_signer_certificate_type_metadata of this AccountSettingsInformation. # noqa: E501 13941 :rtype: SettingsMetadata 13942 """ 13943 return self._require_signer_certificate_type_metadata 13944 13945 @require_signer_certificate_type_metadata.setter 13946 def require_signer_certificate_type_metadata(self, require_signer_certificate_type_metadata): 13947 """Sets the require_signer_certificate_type_metadata of this AccountSettingsInformation. 13948 13949 Metadata that indicates whether the `requireSignerCertificateType` property is editable. # noqa: E501 13950 13951 :param require_signer_certificate_type_metadata: The require_signer_certificate_type_metadata of this AccountSettingsInformation. # noqa: E501 13952 :type: SettingsMetadata 13953 """ 13954 13955 self._require_signer_certificate_type_metadata = require_signer_certificate_type_metadata 13956 13957 @property 13958 def rsa_verid_account_name(self): 13959 """Gets the rsa_verid_account_name of this AccountSettingsInformation. # noqa: E501 13960 13961 # noqa: E501 13962 13963 :return: The rsa_verid_account_name of this AccountSettingsInformation. # noqa: E501 13964 :rtype: str 13965 """ 13966 return self._rsa_verid_account_name 13967 13968 @rsa_verid_account_name.setter 13969 def rsa_verid_account_name(self, rsa_verid_account_name): 13970 """Sets the rsa_verid_account_name of this AccountSettingsInformation. 13971 13972 # noqa: E501 13973 13974 :param rsa_verid_account_name: The rsa_verid_account_name of this AccountSettingsInformation. # noqa: E501 13975 :type: str 13976 """ 13977 13978 self._rsa_verid_account_name = rsa_verid_account_name 13979 13980 @property 13981 def rsa_verid_password(self): 13982 """Gets the rsa_verid_password of this AccountSettingsInformation. # noqa: E501 13983 13984 # noqa: E501 13985 13986 :return: The rsa_verid_password of this AccountSettingsInformation. # noqa: E501 13987 :rtype: str 13988 """ 13989 return self._rsa_verid_password 13990 13991 @rsa_verid_password.setter 13992 def rsa_verid_password(self, rsa_verid_password): 13993 """Sets the rsa_verid_password of this AccountSettingsInformation. 13994 13995 # noqa: E501 13996 13997 :param rsa_verid_password: The rsa_verid_password of this AccountSettingsInformation. # noqa: E501 13998 :type: str 13999 """ 14000 14001 self._rsa_verid_password = rsa_verid_password 14002 14003 @property 14004 def rsa_verid_ruleset(self): 14005 """Gets the rsa_verid_ruleset of this AccountSettingsInformation. # noqa: E501 14006 14007 # noqa: E501 14008 14009 :return: The rsa_verid_ruleset of this AccountSettingsInformation. # noqa: E501 14010 :rtype: str 14011 """ 14012 return self._rsa_verid_ruleset 14013 14014 @rsa_verid_ruleset.setter 14015 def rsa_verid_ruleset(self, rsa_verid_ruleset): 14016 """Sets the rsa_verid_ruleset of this AccountSettingsInformation. 14017 14018 # noqa: E501 14019 14020 :param rsa_verid_ruleset: The rsa_verid_ruleset of this AccountSettingsInformation. # noqa: E501 14021 :type: str 14022 """ 14023 14024 self._rsa_verid_ruleset = rsa_verid_ruleset 14025 14026 @property 14027 def rsa_verid_user_id(self): 14028 """Gets the rsa_verid_user_id of this AccountSettingsInformation. # noqa: E501 14029 14030 # noqa: E501 14031 14032 :return: The rsa_verid_user_id of this AccountSettingsInformation. # noqa: E501 14033 :rtype: str 14034 """ 14035 return self._rsa_verid_user_id 14036 14037 @rsa_verid_user_id.setter 14038 def rsa_verid_user_id(self, rsa_verid_user_id): 14039 """Sets the rsa_verid_user_id of this AccountSettingsInformation. 14040 14041 # noqa: E501 14042 14043 :param rsa_verid_user_id: The rsa_verid_user_id of this AccountSettingsInformation. # noqa: E501 14044 :type: str 14045 """ 14046 14047 self._rsa_verid_user_id = rsa_verid_user_id 14048 14049 @property 14050 def self_signed_recipient_email_document(self): 14051 """Gets the self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501 14052 14053 # noqa: E501 14054 14055 :return: The self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501 14056 :rtype: str 14057 """ 14058 return self._self_signed_recipient_email_document 14059 14060 @self_signed_recipient_email_document.setter 14061 def self_signed_recipient_email_document(self, self_signed_recipient_email_document): 14062 """Sets the self_signed_recipient_email_document of this AccountSettingsInformation. 14063 14064 # noqa: E501 14065 14066 :param self_signed_recipient_email_document: The self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501 14067 :type: str 14068 """ 14069 14070 self._self_signed_recipient_email_document = self_signed_recipient_email_document 14071 14072 @property 14073 def self_signed_recipient_email_document_metadata(self): 14074 """Gets the self_signed_recipient_email_document_metadata of this AccountSettingsInformation. # noqa: E501 14075 14076 Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable. # noqa: E501 14077 14078 :return: The self_signed_recipient_email_document_metadata of this AccountSettingsInformation. # noqa: E501 14079 :rtype: SettingsMetadata 14080 """ 14081 return self._self_signed_recipient_email_document_metadata 14082 14083 @self_signed_recipient_email_document_metadata.setter 14084 def self_signed_recipient_email_document_metadata(self, self_signed_recipient_email_document_metadata): 14085 """Sets the self_signed_recipient_email_document_metadata of this AccountSettingsInformation. 14086 14087 Metadata that indicates whether the `selfSignedRecipientEmailDocument` property is editable. # noqa: E501 14088 14089 :param self_signed_recipient_email_document_metadata: The self_signed_recipient_email_document_metadata of this AccountSettingsInformation. # noqa: E501 14090 :type: SettingsMetadata 14091 """ 14092 14093 self._self_signed_recipient_email_document_metadata = self_signed_recipient_email_document_metadata 14094 14095 @property 14096 def self_signed_recipient_email_document_user_override(self): 14097 """Gets the self_signed_recipient_email_document_user_override of this AccountSettingsInformation. # noqa: E501 14098 14099 # noqa: E501 14100 14101 :return: The self_signed_recipient_email_document_user_override of this AccountSettingsInformation. # noqa: E501 14102 :rtype: str 14103 """ 14104 return self._self_signed_recipient_email_document_user_override 14105 14106 @self_signed_recipient_email_document_user_override.setter 14107 def self_signed_recipient_email_document_user_override(self, self_signed_recipient_email_document_user_override): 14108 """Sets the self_signed_recipient_email_document_user_override of this AccountSettingsInformation. 14109 14110 # noqa: E501 14111 14112 :param self_signed_recipient_email_document_user_override: The self_signed_recipient_email_document_user_override of this AccountSettingsInformation. # noqa: E501 14113 :type: str 14114 """ 14115 14116 self._self_signed_recipient_email_document_user_override = self_signed_recipient_email_document_user_override 14117 14118 @property 14119 def self_signed_recipient_email_document_user_override_metadata(self): 14120 """Gets the self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. # noqa: E501 14121 14122 Metadata that indicates whether the `selfSignedRecipientEmailDocumentUserOverride` property is editable. # noqa: E501 14123 14124 :return: The self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. # noqa: E501 14125 :rtype: SettingsMetadata 14126 """ 14127 return self._self_signed_recipient_email_document_user_override_metadata 14128 14129 @self_signed_recipient_email_document_user_override_metadata.setter 14130 def self_signed_recipient_email_document_user_override_metadata(self, self_signed_recipient_email_document_user_override_metadata): 14131 """Sets the self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. 14132 14133 Metadata that indicates whether the `selfSignedRecipientEmailDocumentUserOverride` property is editable. # noqa: E501 14134 14135 :param self_signed_recipient_email_document_user_override_metadata: The self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. # noqa: E501 14136 :type: SettingsMetadata 14137 """ 14138 14139 self._self_signed_recipient_email_document_user_override_metadata = self_signed_recipient_email_document_user_override_metadata 14140 14141 @property 14142 def sender_can_sign_in_each_location(self): 14143 """Gets the sender_can_sign_in_each_location of this AccountSettingsInformation. # noqa: E501 14144 14145 # noqa: E501 14146 14147 :return: The sender_can_sign_in_each_location of this AccountSettingsInformation. # noqa: E501 14148 :rtype: str 14149 """ 14150 return self._sender_can_sign_in_each_location 14151 14152 @sender_can_sign_in_each_location.setter 14153 def sender_can_sign_in_each_location(self, sender_can_sign_in_each_location): 14154 """Sets the sender_can_sign_in_each_location of this AccountSettingsInformation. 14155 14156 # noqa: E501 14157 14158 :param sender_can_sign_in_each_location: The sender_can_sign_in_each_location of this AccountSettingsInformation. # noqa: E501 14159 :type: str 14160 """ 14161 14162 self._sender_can_sign_in_each_location = sender_can_sign_in_each_location 14163 14164 @property 14165 def sender_can_sign_in_each_location_metadata(self): 14166 """Gets the sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. # noqa: E501 14167 14168 Metadata that indicates whether the `senderCanSignInEachLocation` property is editable. # noqa: E501 14169 14170 :return: The sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. # noqa: E501 14171 :rtype: SettingsMetadata 14172 """ 14173 return self._sender_can_sign_in_each_location_metadata 14174 14175 @sender_can_sign_in_each_location_metadata.setter 14176 def sender_can_sign_in_each_location_metadata(self, sender_can_sign_in_each_location_metadata): 14177 """Sets the sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. 14178 14179 Metadata that indicates whether the `senderCanSignInEachLocation` property is editable. # noqa: E501 14180 14181 :param sender_can_sign_in_each_location_metadata: The sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. # noqa: E501 14182 :type: SettingsMetadata 14183 """ 14184 14185 self._sender_can_sign_in_each_location_metadata = sender_can_sign_in_each_location_metadata 14186 14187 @property 14188 def sender_must_authenticate_signing(self): 14189 """Gets the sender_must_authenticate_signing of this AccountSettingsInformation. # noqa: E501 14190 14191 # noqa: E501 14192 14193 :return: The sender_must_authenticate_signing of this AccountSettingsInformation. # noqa: E501 14194 :rtype: str 14195 """ 14196 return self._sender_must_authenticate_signing 14197 14198 @sender_must_authenticate_signing.setter 14199 def sender_must_authenticate_signing(self, sender_must_authenticate_signing): 14200 """Sets the sender_must_authenticate_signing of this AccountSettingsInformation. 14201 14202 # noqa: E501 14203 14204 :param sender_must_authenticate_signing: The sender_must_authenticate_signing of this AccountSettingsInformation. # noqa: E501 14205 :type: str 14206 """ 14207 14208 self._sender_must_authenticate_signing = sender_must_authenticate_signing 14209 14210 @property 14211 def sender_must_authenticate_signing_metadata(self): 14212 """Gets the sender_must_authenticate_signing_metadata of this AccountSettingsInformation. # noqa: E501 14213 14214 Metadata that indicates whether the `senderMustAuthenticateSigning` property is editable. # noqa: E501 14215 14216 :return: The sender_must_authenticate_signing_metadata of this AccountSettingsInformation. # noqa: E501 14217 :rtype: SettingsMetadata 14218 """ 14219 return self._sender_must_authenticate_signing_metadata 14220 14221 @sender_must_authenticate_signing_metadata.setter 14222 def sender_must_authenticate_signing_metadata(self, sender_must_authenticate_signing_metadata): 14223 """Sets the sender_must_authenticate_signing_metadata of this AccountSettingsInformation. 14224 14225 Metadata that indicates whether the `senderMustAuthenticateSigning` property is editable. # noqa: E501 14226 14227 :param sender_must_authenticate_signing_metadata: The sender_must_authenticate_signing_metadata of this AccountSettingsInformation. # noqa: E501 14228 :type: SettingsMetadata 14229 """ 14230 14231 self._sender_must_authenticate_signing_metadata = sender_must_authenticate_signing_metadata 14232 14233 @property 14234 def sending_tags_font_color(self): 14235 """Gets the sending_tags_font_color of this AccountSettingsInformation. # noqa: E501 14236 14237 # noqa: E501 14238 14239 :return: The sending_tags_font_color of this AccountSettingsInformation. # noqa: E501 14240 :rtype: str 14241 """ 14242 return self._sending_tags_font_color 14243 14244 @sending_tags_font_color.setter 14245 def sending_tags_font_color(self, sending_tags_font_color): 14246 """Sets the sending_tags_font_color of this AccountSettingsInformation. 14247 14248 # noqa: E501 14249 14250 :param sending_tags_font_color: The sending_tags_font_color of this AccountSettingsInformation. # noqa: E501 14251 :type: str 14252 """ 14253 14254 self._sending_tags_font_color = sending_tags_font_color 14255 14256 @property 14257 def sending_tags_font_color_metadata(self): 14258 """Gets the sending_tags_font_color_metadata of this AccountSettingsInformation. # noqa: E501 14259 14260 Metadata that indicates whether the `sendingTagsFontColor` property is editable. # noqa: E501 14261 14262 :return: The sending_tags_font_color_metadata of this AccountSettingsInformation. # noqa: E501 14263 :rtype: SettingsMetadata 14264 """ 14265 return self._sending_tags_font_color_metadata 14266 14267 @sending_tags_font_color_metadata.setter 14268 def sending_tags_font_color_metadata(self, sending_tags_font_color_metadata): 14269 """Sets the sending_tags_font_color_metadata of this AccountSettingsInformation. 14270 14271 Metadata that indicates whether the `sendingTagsFontColor` property is editable. # noqa: E501 14272 14273 :param sending_tags_font_color_metadata: The sending_tags_font_color_metadata of this AccountSettingsInformation. # noqa: E501 14274 :type: SettingsMetadata 14275 """ 14276 14277 self._sending_tags_font_color_metadata = sending_tags_font_color_metadata 14278 14279 @property 14280 def sending_tags_font_name(self): 14281 """Gets the sending_tags_font_name of this AccountSettingsInformation. # noqa: E501 14282 14283 # noqa: E501 14284 14285 :return: The sending_tags_font_name of this AccountSettingsInformation. # noqa: E501 14286 :rtype: str 14287 """ 14288 return self._sending_tags_font_name 14289 14290 @sending_tags_font_name.setter 14291 def sending_tags_font_name(self, sending_tags_font_name): 14292 """Sets the sending_tags_font_name of this AccountSettingsInformation. 14293 14294 # noqa: E501 14295 14296 :param sending_tags_font_name: The sending_tags_font_name of this AccountSettingsInformation. # noqa: E501 14297 :type: str 14298 """ 14299 14300 self._sending_tags_font_name = sending_tags_font_name 14301 14302 @property 14303 def sending_tags_font_name_metadata(self): 14304 """Gets the sending_tags_font_name_metadata of this AccountSettingsInformation. # noqa: E501 14305 14306 Metadata that indicates whether the `sendingTagsFontName` property is editable. # noqa: E501 14307 14308 :return: The sending_tags_font_name_metadata of this AccountSettingsInformation. # noqa: E501 14309 :rtype: SettingsMetadata 14310 """ 14311 return self._sending_tags_font_name_metadata 14312 14313 @sending_tags_font_name_metadata.setter 14314 def sending_tags_font_name_metadata(self, sending_tags_font_name_metadata): 14315 """Sets the sending_tags_font_name_metadata of this AccountSettingsInformation. 14316 14317 Metadata that indicates whether the `sendingTagsFontName` property is editable. # noqa: E501 14318 14319 :param sending_tags_font_name_metadata: The sending_tags_font_name_metadata of this AccountSettingsInformation. # noqa: E501 14320 :type: SettingsMetadata 14321 """ 14322 14323 self._sending_tags_font_name_metadata = sending_tags_font_name_metadata 14324 14325 @property 14326 def sending_tags_font_size(self): 14327 """Gets the sending_tags_font_size of this AccountSettingsInformation. # noqa: E501 14328 14329 # noqa: E501 14330 14331 :return: The sending_tags_font_size of this AccountSettingsInformation. # noqa: E501 14332 :rtype: str 14333 """ 14334 return self._sending_tags_font_size 14335 14336 @sending_tags_font_size.setter 14337 def sending_tags_font_size(self, sending_tags_font_size): 14338 """Sets the sending_tags_font_size of this AccountSettingsInformation. 14339 14340 # noqa: E501 14341 14342 :param sending_tags_font_size: The sending_tags_font_size of this AccountSettingsInformation. # noqa: E501 14343 :type: str 14344 """ 14345 14346 self._sending_tags_font_size = sending_tags_font_size 14347 14348 @property 14349 def sending_tags_font_size_metadata(self): 14350 """Gets the sending_tags_font_size_metadata of this AccountSettingsInformation. # noqa: E501 14351 14352 Metadata that indicates whether the `sendingTagsFontSize` property is editable. # noqa: E501 14353 14354 :return: The sending_tags_font_size_metadata of this AccountSettingsInformation. # noqa: E501 14355 :rtype: SettingsMetadata 14356 """ 14357 return self._sending_tags_font_size_metadata 14358 14359 @sending_tags_font_size_metadata.setter 14360 def sending_tags_font_size_metadata(self, sending_tags_font_size_metadata): 14361 """Sets the sending_tags_font_size_metadata of this AccountSettingsInformation. 14362 14363 Metadata that indicates whether the `sendingTagsFontSize` property is editable. # noqa: E501 14364 14365 :param sending_tags_font_size_metadata: The sending_tags_font_size_metadata of this AccountSettingsInformation. # noqa: E501 14366 :type: SettingsMetadata 14367 """ 14368 14369 self._sending_tags_font_size_metadata = sending_tags_font_size_metadata 14370 14371 @property 14372 def send_lockout_recipient_notification(self): 14373 """Gets the send_lockout_recipient_notification of this AccountSettingsInformation. # noqa: E501 14374 14375 # noqa: E501 14376 14377 :return: The send_lockout_recipient_notification of this AccountSettingsInformation. # noqa: E501 14378 :rtype: str 14379 """ 14380 return self._send_lockout_recipient_notification 14381 14382 @send_lockout_recipient_notification.setter 14383 def send_lockout_recipient_notification(self, send_lockout_recipient_notification): 14384 """Sets the send_lockout_recipient_notification of this AccountSettingsInformation. 14385 14386 # noqa: E501 14387 14388 :param send_lockout_recipient_notification: The send_lockout_recipient_notification of this AccountSettingsInformation. # noqa: E501 14389 :type: str 14390 """ 14391 14392 self._send_lockout_recipient_notification = send_lockout_recipient_notification 14393 14394 @property 14395 def send_lockout_recipient_notification_metadata(self): 14396 """Gets the send_lockout_recipient_notification_metadata of this AccountSettingsInformation. # noqa: E501 14397 14398 # noqa: E501 14399 14400 :return: The send_lockout_recipient_notification_metadata of this AccountSettingsInformation. # noqa: E501 14401 :rtype: SettingsMetadata 14402 """ 14403 return self._send_lockout_recipient_notification_metadata 14404 14405 @send_lockout_recipient_notification_metadata.setter 14406 def send_lockout_recipient_notification_metadata(self, send_lockout_recipient_notification_metadata): 14407 """Sets the send_lockout_recipient_notification_metadata of this AccountSettingsInformation. 14408 14409 # noqa: E501 14410 14411 :param send_lockout_recipient_notification_metadata: The send_lockout_recipient_notification_metadata of this AccountSettingsInformation. # noqa: E501 14412 :type: SettingsMetadata 14413 """ 14414 14415 self._send_lockout_recipient_notification_metadata = send_lockout_recipient_notification_metadata 14416 14417 @property 14418 def send_to_certified_delivery_enabled(self): 14419 """Gets the send_to_certified_delivery_enabled of this AccountSettingsInformation. # noqa: E501 14420 14421 # noqa: E501 14422 14423 :return: The send_to_certified_delivery_enabled of this AccountSettingsInformation. # noqa: E501 14424 :rtype: str 14425 """ 14426 return self._send_to_certified_delivery_enabled 14427 14428 @send_to_certified_delivery_enabled.setter 14429 def send_to_certified_delivery_enabled(self, send_to_certified_delivery_enabled): 14430 """Sets the send_to_certified_delivery_enabled of this AccountSettingsInformation. 14431 14432 # noqa: E501 14433 14434 :param send_to_certified_delivery_enabled: The send_to_certified_delivery_enabled of this AccountSettingsInformation. # noqa: E501 14435 :type: str 14436 """ 14437 14438 self._send_to_certified_delivery_enabled = send_to_certified_delivery_enabled 14439 14440 @property 14441 def send_to_certified_delivery_enabled_metadata(self): 14442 """Gets the send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. # noqa: E501 14443 14444 Metadata that indicates whether the `sendToCertifiedDeliveryEnabled` property is editable. # noqa: E501 14445 14446 :return: The send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. # noqa: E501 14447 :rtype: SettingsMetadata 14448 """ 14449 return self._send_to_certified_delivery_enabled_metadata 14450 14451 @send_to_certified_delivery_enabled_metadata.setter 14452 def send_to_certified_delivery_enabled_metadata(self, send_to_certified_delivery_enabled_metadata): 14453 """Sets the send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. 14454 14455 Metadata that indicates whether the `sendToCertifiedDeliveryEnabled` property is editable. # noqa: E501 14456 14457 :param send_to_certified_delivery_enabled_metadata: The send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. # noqa: E501 14458 :type: SettingsMetadata 14459 """ 14460 14461 self._send_to_certified_delivery_enabled_metadata = send_to_certified_delivery_enabled_metadata 14462 14463 @property 14464 def session_timeout(self): 14465 """Gets the session_timeout of this AccountSettingsInformation. # noqa: E501 14466 14467 # noqa: E501 14468 14469 :return: The session_timeout of this AccountSettingsInformation. # noqa: E501 14470 :rtype: str 14471 """ 14472 return self._session_timeout 14473 14474 @session_timeout.setter 14475 def session_timeout(self, session_timeout): 14476 """Sets the session_timeout of this AccountSettingsInformation. 14477 14478 # noqa: E501 14479 14480 :param session_timeout: The session_timeout of this AccountSettingsInformation. # noqa: E501 14481 :type: str 14482 """ 14483 14484 self._session_timeout = session_timeout 14485 14486 @property 14487 def session_timeout_metadata(self): 14488 """Gets the session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 14489 14490 Metadata that indicates whether the `sessionTimeout` property is editable. # noqa: E501 14491 14492 :return: The session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 14493 :rtype: SettingsMetadata 14494 """ 14495 return self._session_timeout_metadata 14496 14497 @session_timeout_metadata.setter 14498 def session_timeout_metadata(self, session_timeout_metadata): 14499 """Sets the session_timeout_metadata of this AccountSettingsInformation. 14500 14501 Metadata that indicates whether the `sessionTimeout` property is editable. # noqa: E501 14502 14503 :param session_timeout_metadata: The session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 14504 :type: SettingsMetadata 14505 """ 14506 14507 self._session_timeout_metadata = session_timeout_metadata 14508 14509 @property 14510 def set_recip_email_lang(self): 14511 """Gets the set_recip_email_lang of this AccountSettingsInformation. # noqa: E501 14512 14513 # noqa: E501 14514 14515 :return: The set_recip_email_lang of this AccountSettingsInformation. # noqa: E501 14516 :rtype: str 14517 """ 14518 return self._set_recip_email_lang 14519 14520 @set_recip_email_lang.setter 14521 def set_recip_email_lang(self, set_recip_email_lang): 14522 """Sets the set_recip_email_lang of this AccountSettingsInformation. 14523 14524 # noqa: E501 14525 14526 :param set_recip_email_lang: The set_recip_email_lang of this AccountSettingsInformation. # noqa: E501 14527 :type: str 14528 """ 14529 14530 self._set_recip_email_lang = set_recip_email_lang 14531 14532 @property 14533 def set_recip_email_lang_metadata(self): 14534 """Gets the set_recip_email_lang_metadata of this AccountSettingsInformation. # noqa: E501 14535 14536 Metadata that indicates whether the `setRecipEmailLang` property is editable. # noqa: E501 14537 14538 :return: The set_recip_email_lang_metadata of this AccountSettingsInformation. # noqa: E501 14539 :rtype: SettingsMetadata 14540 """ 14541 return self._set_recip_email_lang_metadata 14542 14543 @set_recip_email_lang_metadata.setter 14544 def set_recip_email_lang_metadata(self, set_recip_email_lang_metadata): 14545 """Sets the set_recip_email_lang_metadata of this AccountSettingsInformation. 14546 14547 Metadata that indicates whether the `setRecipEmailLang` property is editable. # noqa: E501 14548 14549 :param set_recip_email_lang_metadata: The set_recip_email_lang_metadata of this AccountSettingsInformation. # noqa: E501 14550 :type: SettingsMetadata 14551 """ 14552 14553 self._set_recip_email_lang_metadata = set_recip_email_lang_metadata 14554 14555 @property 14556 def set_recip_sign_lang(self): 14557 """Gets the set_recip_sign_lang of this AccountSettingsInformation. # noqa: E501 14558 14559 # noqa: E501 14560 14561 :return: The set_recip_sign_lang of this AccountSettingsInformation. # noqa: E501 14562 :rtype: str 14563 """ 14564 return self._set_recip_sign_lang 14565 14566 @set_recip_sign_lang.setter 14567 def set_recip_sign_lang(self, set_recip_sign_lang): 14568 """Sets the set_recip_sign_lang of this AccountSettingsInformation. 14569 14570 # noqa: E501 14571 14572 :param set_recip_sign_lang: The set_recip_sign_lang of this AccountSettingsInformation. # noqa: E501 14573 :type: str 14574 """ 14575 14576 self._set_recip_sign_lang = set_recip_sign_lang 14577 14578 @property 14579 def set_recip_sign_lang_metadata(self): 14580 """Gets the set_recip_sign_lang_metadata of this AccountSettingsInformation. # noqa: E501 14581 14582 Metadata that indicates whether the `setRecipSignLang` property is editable. # noqa: E501 14583 14584 :return: The set_recip_sign_lang_metadata of this AccountSettingsInformation. # noqa: E501 14585 :rtype: SettingsMetadata 14586 """ 14587 return self._set_recip_sign_lang_metadata 14588 14589 @set_recip_sign_lang_metadata.setter 14590 def set_recip_sign_lang_metadata(self, set_recip_sign_lang_metadata): 14591 """Sets the set_recip_sign_lang_metadata of this AccountSettingsInformation. 14592 14593 Metadata that indicates whether the `setRecipSignLang` property is editable. # noqa: E501 14594 14595 :param set_recip_sign_lang_metadata: The set_recip_sign_lang_metadata of this AccountSettingsInformation. # noqa: E501 14596 :type: SettingsMetadata 14597 """ 14598 14599 self._set_recip_sign_lang_metadata = set_recip_sign_lang_metadata 14600 14601 @property 14602 def shared_template_folders(self): 14603 """Gets the shared_template_folders of this AccountSettingsInformation. # noqa: E501 14604 14605 # noqa: E501 14606 14607 :return: The shared_template_folders of this AccountSettingsInformation. # noqa: E501 14608 :rtype: str 14609 """ 14610 return self._shared_template_folders 14611 14612 @shared_template_folders.setter 14613 def shared_template_folders(self, shared_template_folders): 14614 """Sets the shared_template_folders of this AccountSettingsInformation. 14615 14616 # noqa: E501 14617 14618 :param shared_template_folders: The shared_template_folders of this AccountSettingsInformation. # noqa: E501 14619 :type: str 14620 """ 14621 14622 self._shared_template_folders = shared_template_folders 14623 14624 @property 14625 def shared_template_folders_metadata(self): 14626 """Gets the shared_template_folders_metadata of this AccountSettingsInformation. # noqa: E501 14627 14628 Metadata that indicates whether the `sharedTemplateFolders` property is editable. # noqa: E501 14629 14630 :return: The shared_template_folders_metadata of this AccountSettingsInformation. # noqa: E501 14631 :rtype: SettingsMetadata 14632 """ 14633 return self._shared_template_folders_metadata 14634 14635 @shared_template_folders_metadata.setter 14636 def shared_template_folders_metadata(self, shared_template_folders_metadata): 14637 """Sets the shared_template_folders_metadata of this AccountSettingsInformation. 14638 14639 Metadata that indicates whether the `sharedTemplateFolders` property is editable. # noqa: E501 14640 14641 :param shared_template_folders_metadata: The shared_template_folders_metadata of this AccountSettingsInformation. # noqa: E501 14642 :type: SettingsMetadata 14643 """ 14644 14645 self._shared_template_folders_metadata = shared_template_folders_metadata 14646 14647 @property 14648 def show_complete_dialog_in_embedded_session(self): 14649 """Gets the show_complete_dialog_in_embedded_session of this AccountSettingsInformation. # noqa: E501 14650 14651 # noqa: E501 14652 14653 :return: The show_complete_dialog_in_embedded_session of this AccountSettingsInformation. # noqa: E501 14654 :rtype: str 14655 """ 14656 return self._show_complete_dialog_in_embedded_session 14657 14658 @show_complete_dialog_in_embedded_session.setter 14659 def show_complete_dialog_in_embedded_session(self, show_complete_dialog_in_embedded_session): 14660 """Sets the show_complete_dialog_in_embedded_session of this AccountSettingsInformation. 14661 14662 # noqa: E501 14663 14664 :param show_complete_dialog_in_embedded_session: The show_complete_dialog_in_embedded_session of this AccountSettingsInformation. # noqa: E501 14665 :type: str 14666 """ 14667 14668 self._show_complete_dialog_in_embedded_session = show_complete_dialog_in_embedded_session 14669 14670 @property 14671 def show_complete_dialog_in_embedded_session_metadata(self): 14672 """Gets the show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. # noqa: E501 14673 14674 Metadata that indicates whether the `showCompleteDialogInEmbeddedSession` property is editable. # noqa: E501 14675 14676 :return: The show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. # noqa: E501 14677 :rtype: SettingsMetadata 14678 """ 14679 return self._show_complete_dialog_in_embedded_session_metadata 14680 14681 @show_complete_dialog_in_embedded_session_metadata.setter 14682 def show_complete_dialog_in_embedded_session_metadata(self, show_complete_dialog_in_embedded_session_metadata): 14683 """Sets the show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. 14684 14685 Metadata that indicates whether the `showCompleteDialogInEmbeddedSession` property is editable. # noqa: E501 14686 14687 :param show_complete_dialog_in_embedded_session_metadata: The show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. # noqa: E501 14688 :type: SettingsMetadata 14689 """ 14690 14691 self._show_complete_dialog_in_embedded_session_metadata = show_complete_dialog_in_embedded_session_metadata 14692 14693 @property 14694 def show_conditional_routing_on_send(self): 14695 """Gets the show_conditional_routing_on_send of this AccountSettingsInformation. # noqa: E501 14696 14697 # noqa: E501 14698 14699 :return: The show_conditional_routing_on_send of this AccountSettingsInformation. # noqa: E501 14700 :rtype: str 14701 """ 14702 return self._show_conditional_routing_on_send 14703 14704 @show_conditional_routing_on_send.setter 14705 def show_conditional_routing_on_send(self, show_conditional_routing_on_send): 14706 """Sets the show_conditional_routing_on_send of this AccountSettingsInformation. 14707 14708 # noqa: E501 14709 14710 :param show_conditional_routing_on_send: The show_conditional_routing_on_send of this AccountSettingsInformation. # noqa: E501 14711 :type: str 14712 """ 14713 14714 self._show_conditional_routing_on_send = show_conditional_routing_on_send 14715 14716 @property 14717 def show_conditional_routing_on_send_metadata(self): 14718 """Gets the show_conditional_routing_on_send_metadata of this AccountSettingsInformation. # noqa: E501 14719 14720 # noqa: E501 14721 14722 :return: The show_conditional_routing_on_send_metadata of this AccountSettingsInformation. # noqa: E501 14723 :rtype: SettingsMetadata 14724 """ 14725 return self._show_conditional_routing_on_send_metadata 14726 14727 @show_conditional_routing_on_send_metadata.setter 14728 def show_conditional_routing_on_send_metadata(self, show_conditional_routing_on_send_metadata): 14729 """Sets the show_conditional_routing_on_send_metadata of this AccountSettingsInformation. 14730 14731 # noqa: E501 14732 14733 :param show_conditional_routing_on_send_metadata: The show_conditional_routing_on_send_metadata of this AccountSettingsInformation. # noqa: E501 14734 :type: SettingsMetadata 14735 """ 14736 14737 self._show_conditional_routing_on_send_metadata = show_conditional_routing_on_send_metadata 14738 14739 @property 14740 def show_initial_conditional_fields(self): 14741 """Gets the show_initial_conditional_fields of this AccountSettingsInformation. # noqa: E501 14742 14743 # noqa: E501 14744 14745 :return: The show_initial_conditional_fields of this AccountSettingsInformation. # noqa: E501 14746 :rtype: str 14747 """ 14748 return self._show_initial_conditional_fields 14749 14750 @show_initial_conditional_fields.setter 14751 def show_initial_conditional_fields(self, show_initial_conditional_fields): 14752 """Sets the show_initial_conditional_fields of this AccountSettingsInformation. 14753 14754 # noqa: E501 14755 14756 :param show_initial_conditional_fields: The show_initial_conditional_fields of this AccountSettingsInformation. # noqa: E501 14757 :type: str 14758 """ 14759 14760 self._show_initial_conditional_fields = show_initial_conditional_fields 14761 14762 @property 14763 def show_initial_conditional_fields_metadata(self): 14764 """Gets the show_initial_conditional_fields_metadata of this AccountSettingsInformation. # noqa: E501 14765 14766 Metadata that indicates whether the `showInitialConditionalFields` property is editable. # noqa: E501 14767 14768 :return: The show_initial_conditional_fields_metadata of this AccountSettingsInformation. # noqa: E501 14769 :rtype: SettingsMetadata 14770 """ 14771 return self._show_initial_conditional_fields_metadata 14772 14773 @show_initial_conditional_fields_metadata.setter 14774 def show_initial_conditional_fields_metadata(self, show_initial_conditional_fields_metadata): 14775 """Sets the show_initial_conditional_fields_metadata of this AccountSettingsInformation. 14776 14777 Metadata that indicates whether the `showInitialConditionalFields` property is editable. # noqa: E501 14778 14779 :param show_initial_conditional_fields_metadata: The show_initial_conditional_fields_metadata of this AccountSettingsInformation. # noqa: E501 14780 :type: SettingsMetadata 14781 """ 14782 14783 self._show_initial_conditional_fields_metadata = show_initial_conditional_fields_metadata 14784 14785 @property 14786 def show_localized_watermarks(self): 14787 """Gets the show_localized_watermarks of this AccountSettingsInformation. # noqa: E501 14788 14789 # noqa: E501 14790 14791 :return: The show_localized_watermarks of this AccountSettingsInformation. # noqa: E501 14792 :rtype: str 14793 """ 14794 return self._show_localized_watermarks 14795 14796 @show_localized_watermarks.setter 14797 def show_localized_watermarks(self, show_localized_watermarks): 14798 """Sets the show_localized_watermarks of this AccountSettingsInformation. 14799 14800 # noqa: E501 14801 14802 :param show_localized_watermarks: The show_localized_watermarks of this AccountSettingsInformation. # noqa: E501 14803 :type: str 14804 """ 14805 14806 self._show_localized_watermarks = show_localized_watermarks 14807 14808 @property 14809 def show_localized_watermarks_metadata(self): 14810 """Gets the show_localized_watermarks_metadata of this AccountSettingsInformation. # noqa: E501 14811 14812 Metadata that indicates whether the `showLocalizedWatermarks` property is editable. # noqa: E501 14813 14814 :return: The show_localized_watermarks_metadata of this AccountSettingsInformation. # noqa: E501 14815 :rtype: SettingsMetadata 14816 """ 14817 return self._show_localized_watermarks_metadata 14818 14819 @show_localized_watermarks_metadata.setter 14820 def show_localized_watermarks_metadata(self, show_localized_watermarks_metadata): 14821 """Sets the show_localized_watermarks_metadata of this AccountSettingsInformation. 14822 14823 Metadata that indicates whether the `showLocalizedWatermarks` property is editable. # noqa: E501 14824 14825 :param show_localized_watermarks_metadata: The show_localized_watermarks_metadata of this AccountSettingsInformation. # noqa: E501 14826 :type: SettingsMetadata 14827 """ 14828 14829 self._show_localized_watermarks_metadata = show_localized_watermarks_metadata 14830 14831 @property 14832 def show_masked_fields_when_downloading_document_as_sender(self): 14833 """Gets the show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. # noqa: E501 14834 14835 # noqa: E501 14836 14837 :return: The show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. # noqa: E501 14838 :rtype: str 14839 """ 14840 return self._show_masked_fields_when_downloading_document_as_sender 14841 14842 @show_masked_fields_when_downloading_document_as_sender.setter 14843 def show_masked_fields_when_downloading_document_as_sender(self, show_masked_fields_when_downloading_document_as_sender): 14844 """Sets the show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. 14845 14846 # noqa: E501 14847 14848 :param show_masked_fields_when_downloading_document_as_sender: The show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. # noqa: E501 14849 :type: str 14850 """ 14851 14852 self._show_masked_fields_when_downloading_document_as_sender = show_masked_fields_when_downloading_document_as_sender 14853 14854 @property 14855 def show_masked_fields_when_downloading_document_as_sender_metadata(self): 14856 """Gets the show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. # noqa: E501 14857 14858 # noqa: E501 14859 14860 :return: The show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. # noqa: E501 14861 :rtype: SettingsMetadata 14862 """ 14863 return self._show_masked_fields_when_downloading_document_as_sender_metadata 14864 14865 @show_masked_fields_when_downloading_document_as_sender_metadata.setter 14866 def show_masked_fields_when_downloading_document_as_sender_metadata(self, show_masked_fields_when_downloading_document_as_sender_metadata): 14867 """Sets the show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. 14868 14869 # noqa: E501 14870 14871 :param show_masked_fields_when_downloading_document_as_sender_metadata: The show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. # noqa: E501 14872 :type: SettingsMetadata 14873 """ 14874 14875 self._show_masked_fields_when_downloading_document_as_sender_metadata = show_masked_fields_when_downloading_document_as_sender_metadata 14876 14877 @property 14878 def show_tutorials(self): 14879 """Gets the show_tutorials of this AccountSettingsInformation. # noqa: E501 14880 14881 # noqa: E501 14882 14883 :return: The show_tutorials of this AccountSettingsInformation. # noqa: E501 14884 :rtype: str 14885 """ 14886 return self._show_tutorials 14887 14888 @show_tutorials.setter 14889 def show_tutorials(self, show_tutorials): 14890 """Sets the show_tutorials of this AccountSettingsInformation. 14891 14892 # noqa: E501 14893 14894 :param show_tutorials: The show_tutorials of this AccountSettingsInformation. # noqa: E501 14895 :type: str 14896 """ 14897 14898 self._show_tutorials = show_tutorials 14899 14900 @property 14901 def show_tutorials_metadata(self): 14902 """Gets the show_tutorials_metadata of this AccountSettingsInformation. # noqa: E501 14903 14904 Metadata that indicates whether the `showTutorials` property is editable. # noqa: E501 14905 14906 :return: The show_tutorials_metadata of this AccountSettingsInformation. # noqa: E501 14907 :rtype: SettingsMetadata 14908 """ 14909 return self._show_tutorials_metadata 14910 14911 @show_tutorials_metadata.setter 14912 def show_tutorials_metadata(self, show_tutorials_metadata): 14913 """Sets the show_tutorials_metadata of this AccountSettingsInformation. 14914 14915 Metadata that indicates whether the `showTutorials` property is editable. # noqa: E501 14916 14917 :param show_tutorials_metadata: The show_tutorials_metadata of this AccountSettingsInformation. # noqa: E501 14918 :type: SettingsMetadata 14919 """ 14920 14921 self._show_tutorials_metadata = show_tutorials_metadata 14922 14923 @property 14924 def signature_providers(self): 14925 """Gets the signature_providers of this AccountSettingsInformation. # noqa: E501 14926 14927 # noqa: E501 14928 14929 :return: The signature_providers of this AccountSettingsInformation. # noqa: E501 14930 :rtype: list[str] 14931 """ 14932 return self._signature_providers 14933 14934 @signature_providers.setter 14935 def signature_providers(self, signature_providers): 14936 """Sets the signature_providers of this AccountSettingsInformation. 14937 14938 # noqa: E501 14939 14940 :param signature_providers: The signature_providers of this AccountSettingsInformation. # noqa: E501 14941 :type: list[str] 14942 """ 14943 14944 self._signature_providers = signature_providers 14945 14946 @property 14947 def signature_providers_metadata(self): 14948 """Gets the signature_providers_metadata of this AccountSettingsInformation. # noqa: E501 14949 14950 Metadata that indicates whether the `signatureProviders` property is editable. # noqa: E501 14951 14952 :return: The signature_providers_metadata of this AccountSettingsInformation. # noqa: E501 14953 :rtype: SettingsMetadata 14954 """ 14955 return self._signature_providers_metadata 14956 14957 @signature_providers_metadata.setter 14958 def signature_providers_metadata(self, signature_providers_metadata): 14959 """Sets the signature_providers_metadata of this AccountSettingsInformation. 14960 14961 Metadata that indicates whether the `signatureProviders` property is editable. # noqa: E501 14962 14963 :param signature_providers_metadata: The signature_providers_metadata of this AccountSettingsInformation. # noqa: E501 14964 :type: SettingsMetadata 14965 """ 14966 14967 self._signature_providers_metadata = signature_providers_metadata 14968 14969 @property 14970 def sign_date_format(self): 14971 """Gets the sign_date_format of this AccountSettingsInformation. # noqa: E501 14972 14973 # noqa: E501 14974 14975 :return: The sign_date_format of this AccountSettingsInformation. # noqa: E501 14976 :rtype: str 14977 """ 14978 return self._sign_date_format 14979 14980 @sign_date_format.setter 14981 def sign_date_format(self, sign_date_format): 14982 """Sets the sign_date_format of this AccountSettingsInformation. 14983 14984 # noqa: E501 14985 14986 :param sign_date_format: The sign_date_format of this AccountSettingsInformation. # noqa: E501 14987 :type: str 14988 """ 14989 14990 self._sign_date_format = sign_date_format 14991 14992 @property 14993 def sign_date_format_metadata(self): 14994 """Gets the sign_date_format_metadata of this AccountSettingsInformation. # noqa: E501 14995 14996 Metadata that indicates whether the `signDateFormat` property is editable. # noqa: E501 14997 14998 :return: The sign_date_format_metadata of this AccountSettingsInformation. # noqa: E501 14999 :rtype: SettingsMetadata 15000 """ 15001 return self._sign_date_format_metadata 15002 15003 @sign_date_format_metadata.setter 15004 def sign_date_format_metadata(self, sign_date_format_metadata): 15005 """Sets the sign_date_format_metadata of this AccountSettingsInformation. 15006 15007 Metadata that indicates whether the `signDateFormat` property is editable. # noqa: E501 15008 15009 :param sign_date_format_metadata: The sign_date_format_metadata of this AccountSettingsInformation. # noqa: E501 15010 :type: SettingsMetadata 15011 """ 15012 15013 self._sign_date_format_metadata = sign_date_format_metadata 15014 15015 @property 15016 def sign_date_time_account_language_override(self): 15017 """Gets the sign_date_time_account_language_override of this AccountSettingsInformation. # noqa: E501 15018 15019 # noqa: E501 15020 15021 :return: The sign_date_time_account_language_override of this AccountSettingsInformation. # noqa: E501 15022 :rtype: str 15023 """ 15024 return self._sign_date_time_account_language_override 15025 15026 @sign_date_time_account_language_override.setter 15027 def sign_date_time_account_language_override(self, sign_date_time_account_language_override): 15028 """Sets the sign_date_time_account_language_override of this AccountSettingsInformation. 15029 15030 # noqa: E501 15031 15032 :param sign_date_time_account_language_override: The sign_date_time_account_language_override of this AccountSettingsInformation. # noqa: E501 15033 :type: str 15034 """ 15035 15036 self._sign_date_time_account_language_override = sign_date_time_account_language_override 15037 15038 @property 15039 def sign_date_time_account_language_override_metadata(self): 15040 """Gets the sign_date_time_account_language_override_metadata of this AccountSettingsInformation. # noqa: E501 15041 15042 # noqa: E501 15043 15044 :return: The sign_date_time_account_language_override_metadata of this AccountSettingsInformation. # noqa: E501 15045 :rtype: SettingsMetadata 15046 """ 15047 return self._sign_date_time_account_language_override_metadata 15048 15049 @sign_date_time_account_language_override_metadata.setter 15050 def sign_date_time_account_language_override_metadata(self, sign_date_time_account_language_override_metadata): 15051 """Sets the sign_date_time_account_language_override_metadata of this AccountSettingsInformation. 15052 15053 # noqa: E501 15054 15055 :param sign_date_time_account_language_override_metadata: The sign_date_time_account_language_override_metadata of this AccountSettingsInformation. # noqa: E501 15056 :type: SettingsMetadata 15057 """ 15058 15059 self._sign_date_time_account_language_override_metadata = sign_date_time_account_language_override_metadata 15060 15061 @property 15062 def sign_date_time_account_timezone_override(self): 15063 """Gets the sign_date_time_account_timezone_override of this AccountSettingsInformation. # noqa: E501 15064 15065 # noqa: E501 15066 15067 :return: The sign_date_time_account_timezone_override of this AccountSettingsInformation. # noqa: E501 15068 :rtype: str 15069 """ 15070 return self._sign_date_time_account_timezone_override 15071 15072 @sign_date_time_account_timezone_override.setter 15073 def sign_date_time_account_timezone_override(self, sign_date_time_account_timezone_override): 15074 """Sets the sign_date_time_account_timezone_override of this AccountSettingsInformation. 15075 15076 # noqa: E501 15077 15078 :param sign_date_time_account_timezone_override: The sign_date_time_account_timezone_override of this AccountSettingsInformation. # noqa: E501 15079 :type: str 15080 """ 15081 15082 self._sign_date_time_account_timezone_override = sign_date_time_account_timezone_override 15083 15084 @property 15085 def sign_date_time_account_timezone_override_metadata(self): 15086 """Gets the sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. # noqa: E501 15087 15088 # noqa: E501 15089 15090 :return: The sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. # noqa: E501 15091 :rtype: SettingsMetadata 15092 """ 15093 return self._sign_date_time_account_timezone_override_metadata 15094 15095 @sign_date_time_account_timezone_override_metadata.setter 15096 def sign_date_time_account_timezone_override_metadata(self, sign_date_time_account_timezone_override_metadata): 15097 """Sets the sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. 15098 15099 # noqa: E501 15100 15101 :param sign_date_time_account_timezone_override_metadata: The sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. # noqa: E501 15102 :type: SettingsMetadata 15103 """ 15104 15105 self._sign_date_time_account_timezone_override_metadata = sign_date_time_account_timezone_override_metadata 15106 15107 @property 15108 def signer_attach_certificate_to_envelope_pdf(self): 15109 """Gets the signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. # noqa: E501 15110 15111 # noqa: E501 15112 15113 :return: The signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. # noqa: E501 15114 :rtype: str 15115 """ 15116 return self._signer_attach_certificate_to_envelope_pdf 15117 15118 @signer_attach_certificate_to_envelope_pdf.setter 15119 def signer_attach_certificate_to_envelope_pdf(self, signer_attach_certificate_to_envelope_pdf): 15120 """Sets the signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. 15121 15122 # noqa: E501 15123 15124 :param signer_attach_certificate_to_envelope_pdf: The signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. # noqa: E501 15125 :type: str 15126 """ 15127 15128 self._signer_attach_certificate_to_envelope_pdf = signer_attach_certificate_to_envelope_pdf 15129 15130 @property 15131 def signer_attach_certificate_to_envelope_pdf_metadata(self): 15132 """Gets the signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. # noqa: E501 15133 15134 Metadata that indicates whether the `signerAttachCertificateToEnvelopePDF` property is editable. # noqa: E501 15135 15136 :return: The signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. # noqa: E501 15137 :rtype: SettingsMetadata 15138 """ 15139 return self._signer_attach_certificate_to_envelope_pdf_metadata 15140 15141 @signer_attach_certificate_to_envelope_pdf_metadata.setter 15142 def signer_attach_certificate_to_envelope_pdf_metadata(self, signer_attach_certificate_to_envelope_pdf_metadata): 15143 """Sets the signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. 15144 15145 Metadata that indicates whether the `signerAttachCertificateToEnvelopePDF` property is editable. # noqa: E501 15146 15147 :param signer_attach_certificate_to_envelope_pdf_metadata: The signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. # noqa: E501 15148 :type: SettingsMetadata 15149 """ 15150 15151 self._signer_attach_certificate_to_envelope_pdf_metadata = signer_attach_certificate_to_envelope_pdf_metadata 15152 15153 @property 15154 def signer_attach_concat(self): 15155 """Gets the signer_attach_concat of this AccountSettingsInformation. # noqa: E501 15156 15157 # noqa: E501 15158 15159 :return: The signer_attach_concat of this AccountSettingsInformation. # noqa: E501 15160 :rtype: str 15161 """ 15162 return self._signer_attach_concat 15163 15164 @signer_attach_concat.setter 15165 def signer_attach_concat(self, signer_attach_concat): 15166 """Sets the signer_attach_concat of this AccountSettingsInformation. 15167 15168 # noqa: E501 15169 15170 :param signer_attach_concat: The signer_attach_concat of this AccountSettingsInformation. # noqa: E501 15171 :type: str 15172 """ 15173 15174 self._signer_attach_concat = signer_attach_concat 15175 15176 @property 15177 def signer_attach_concat_metadata(self): 15178 """Gets the signer_attach_concat_metadata of this AccountSettingsInformation. # noqa: E501 15179 15180 Metadata that indicates whether the `signerAttachConcat` property is editable. # noqa: E501 15181 15182 :return: The signer_attach_concat_metadata of this AccountSettingsInformation. # noqa: E501 15183 :rtype: SettingsMetadata 15184 """ 15185 return self._signer_attach_concat_metadata 15186 15187 @signer_attach_concat_metadata.setter 15188 def signer_attach_concat_metadata(self, signer_attach_concat_metadata): 15189 """Sets the signer_attach_concat_metadata of this AccountSettingsInformation. 15190 15191 Metadata that indicates whether the `signerAttachConcat` property is editable. # noqa: E501 15192 15193 :param signer_attach_concat_metadata: The signer_attach_concat_metadata of this AccountSettingsInformation. # noqa: E501 15194 :type: SettingsMetadata 15195 """ 15196 15197 self._signer_attach_concat_metadata = signer_attach_concat_metadata 15198 15199 @property 15200 def signer_can_create_account(self): 15201 """Gets the signer_can_create_account of this AccountSettingsInformation. # noqa: E501 15202 15203 # noqa: E501 15204 15205 :return: The signer_can_create_account of this AccountSettingsInformation. # noqa: E501 15206 :rtype: str 15207 """ 15208 return self._signer_can_create_account 15209 15210 @signer_can_create_account.setter 15211 def signer_can_create_account(self, signer_can_create_account): 15212 """Sets the signer_can_create_account of this AccountSettingsInformation. 15213 15214 # noqa: E501 15215 15216 :param signer_can_create_account: The signer_can_create_account of this AccountSettingsInformation. # noqa: E501 15217 :type: str 15218 """ 15219 15220 self._signer_can_create_account = signer_can_create_account 15221 15222 @property 15223 def signer_can_create_account_metadata(self): 15224 """Gets the signer_can_create_account_metadata of this AccountSettingsInformation. # noqa: E501 15225 15226 Metadata that indicates whether the `signerCanCreateAccount` property is editable. # noqa: E501 15227 15228 :return: The signer_can_create_account_metadata of this AccountSettingsInformation. # noqa: E501 15229 :rtype: SettingsMetadata 15230 """ 15231 return self._signer_can_create_account_metadata 15232 15233 @signer_can_create_account_metadata.setter 15234 def signer_can_create_account_metadata(self, signer_can_create_account_metadata): 15235 """Sets the signer_can_create_account_metadata of this AccountSettingsInformation. 15236 15237 Metadata that indicates whether the `signerCanCreateAccount` property is editable. # noqa: E501 15238 15239 :param signer_can_create_account_metadata: The signer_can_create_account_metadata of this AccountSettingsInformation. # noqa: E501 15240 :type: SettingsMetadata 15241 """ 15242 15243 self._signer_can_create_account_metadata = signer_can_create_account_metadata 15244 15245 @property 15246 def signer_can_sign_on_mobile(self): 15247 """Gets the signer_can_sign_on_mobile of this AccountSettingsInformation. # noqa: E501 15248 15249 # noqa: E501 15250 15251 :return: The signer_can_sign_on_mobile of this AccountSettingsInformation. # noqa: E501 15252 :rtype: str 15253 """ 15254 return self._signer_can_sign_on_mobile 15255 15256 @signer_can_sign_on_mobile.setter 15257 def signer_can_sign_on_mobile(self, signer_can_sign_on_mobile): 15258 """Sets the signer_can_sign_on_mobile of this AccountSettingsInformation. 15259 15260 # noqa: E501 15261 15262 :param signer_can_sign_on_mobile: The signer_can_sign_on_mobile of this AccountSettingsInformation. # noqa: E501 15263 :type: str 15264 """ 15265 15266 self._signer_can_sign_on_mobile = signer_can_sign_on_mobile 15267 15268 @property 15269 def signer_can_sign_on_mobile_metadata(self): 15270 """Gets the signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. # noqa: E501 15271 15272 Metadata that indicates whether the `signerCanSignOnMobile` property is editable. # noqa: E501 15273 15274 :return: The signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. # noqa: E501 15275 :rtype: SettingsMetadata 15276 """ 15277 return self._signer_can_sign_on_mobile_metadata 15278 15279 @signer_can_sign_on_mobile_metadata.setter 15280 def signer_can_sign_on_mobile_metadata(self, signer_can_sign_on_mobile_metadata): 15281 """Sets the signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. 15282 15283 Metadata that indicates whether the `signerCanSignOnMobile` property is editable. # noqa: E501 15284 15285 :param signer_can_sign_on_mobile_metadata: The signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. # noqa: E501 15286 :type: SettingsMetadata 15287 """ 15288 15289 self._signer_can_sign_on_mobile_metadata = signer_can_sign_on_mobile_metadata 15290 15291 @property 15292 def signer_in_session_use_envelope_complete_email(self): 15293 """Gets the signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. # noqa: E501 15294 15295 # noqa: E501 15296 15297 :return: The signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. # noqa: E501 15298 :rtype: str 15299 """ 15300 return self._signer_in_session_use_envelope_complete_email 15301 15302 @signer_in_session_use_envelope_complete_email.setter 15303 def signer_in_session_use_envelope_complete_email(self, signer_in_session_use_envelope_complete_email): 15304 """Sets the signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. 15305 15306 # noqa: E501 15307 15308 :param signer_in_session_use_envelope_complete_email: The signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. # noqa: E501 15309 :type: str 15310 """ 15311 15312 self._signer_in_session_use_envelope_complete_email = signer_in_session_use_envelope_complete_email 15313 15314 @property 15315 def signer_in_session_use_envelope_complete_email_metadata(self): 15316 """Gets the signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. # noqa: E501 15317 15318 Metadata that indicates whether the `signerInSessionUseEnvelopeCompleteEmail` property is editable. # noqa: E501 15319 15320 :return: The signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. # noqa: E501 15321 :rtype: SettingsMetadata 15322 """ 15323 return self._signer_in_session_use_envelope_complete_email_metadata 15324 15325 @signer_in_session_use_envelope_complete_email_metadata.setter 15326 def signer_in_session_use_envelope_complete_email_metadata(self, signer_in_session_use_envelope_complete_email_metadata): 15327 """Sets the signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. 15328 15329 Metadata that indicates whether the `signerInSessionUseEnvelopeCompleteEmail` property is editable. # noqa: E501 15330 15331 :param signer_in_session_use_envelope_complete_email_metadata: The signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. # noqa: E501 15332 :type: SettingsMetadata 15333 """ 15334 15335 self._signer_in_session_use_envelope_complete_email_metadata = signer_in_session_use_envelope_complete_email_metadata 15336 15337 @property 15338 def signer_login_requirements(self): 15339 """Gets the signer_login_requirements of this AccountSettingsInformation. # noqa: E501 15340 15341 # noqa: E501 15342 15343 :return: The signer_login_requirements of this AccountSettingsInformation. # noqa: E501 15344 :rtype: str 15345 """ 15346 return self._signer_login_requirements 15347 15348 @signer_login_requirements.setter 15349 def signer_login_requirements(self, signer_login_requirements): 15350 """Sets the signer_login_requirements of this AccountSettingsInformation. 15351 15352 # noqa: E501 15353 15354 :param signer_login_requirements: The signer_login_requirements of this AccountSettingsInformation. # noqa: E501 15355 :type: str 15356 """ 15357 15358 self._signer_login_requirements = signer_login_requirements 15359 15360 @property 15361 def signer_login_requirements_metadata(self): 15362 """Gets the signer_login_requirements_metadata of this AccountSettingsInformation. # noqa: E501 15363 15364 Metadata that indicates whether the `signerLoginRequirements` property is editable. # noqa: E501 15365 15366 :return: The signer_login_requirements_metadata of this AccountSettingsInformation. # noqa: E501 15367 :rtype: SettingsMetadata 15368 """ 15369 return self._signer_login_requirements_metadata 15370 15371 @signer_login_requirements_metadata.setter 15372 def signer_login_requirements_metadata(self, signer_login_requirements_metadata): 15373 """Sets the signer_login_requirements_metadata of this AccountSettingsInformation. 15374 15375 Metadata that indicates whether the `signerLoginRequirements` property is editable. # noqa: E501 15376 15377 :param signer_login_requirements_metadata: The signer_login_requirements_metadata of this AccountSettingsInformation. # noqa: E501 15378 :type: SettingsMetadata 15379 """ 15380 15381 self._signer_login_requirements_metadata = signer_login_requirements_metadata 15382 15383 @property 15384 def signer_must_have_account(self): 15385 """Gets the signer_must_have_account of this AccountSettingsInformation. # noqa: E501 15386 15387 # noqa: E501 15388 15389 :return: The signer_must_have_account of this AccountSettingsInformation. # noqa: E501 15390 :rtype: str 15391 """ 15392 return self._signer_must_have_account 15393 15394 @signer_must_have_account.setter 15395 def signer_must_have_account(self, signer_must_have_account): 15396 """Sets the signer_must_have_account of this AccountSettingsInformation. 15397 15398 # noqa: E501 15399 15400 :param signer_must_have_account: The signer_must_have_account of this AccountSettingsInformation. # noqa: E501 15401 :type: str 15402 """ 15403 15404 self._signer_must_have_account = signer_must_have_account 15405 15406 @property 15407 def signer_must_have_account_metadata(self): 15408 """Gets the signer_must_have_account_metadata of this AccountSettingsInformation. # noqa: E501 15409 15410 Metadata that indicates whether the `signerMustHaveAccount` property is editable. # noqa: E501 15411 15412 :return: The signer_must_have_account_metadata of this AccountSettingsInformation. # noqa: E501 15413 :rtype: SettingsMetadata 15414 """ 15415 return self._signer_must_have_account_metadata 15416 15417 @signer_must_have_account_metadata.setter 15418 def signer_must_have_account_metadata(self, signer_must_have_account_metadata): 15419 """Sets the signer_must_have_account_metadata of this AccountSettingsInformation. 15420 15421 Metadata that indicates whether the `signerMustHaveAccount` property is editable. # noqa: E501 15422 15423 :param signer_must_have_account_metadata: The signer_must_have_account_metadata of this AccountSettingsInformation. # noqa: E501 15424 :type: SettingsMetadata 15425 """ 15426 15427 self._signer_must_have_account_metadata = signer_must_have_account_metadata 15428 15429 @property 15430 def signer_must_login_to_sign(self): 15431 """Gets the signer_must_login_to_sign of this AccountSettingsInformation. # noqa: E501 15432 15433 # noqa: E501 15434 15435 :return: The signer_must_login_to_sign of this AccountSettingsInformation. # noqa: E501 15436 :rtype: str 15437 """ 15438 return self._signer_must_login_to_sign 15439 15440 @signer_must_login_to_sign.setter 15441 def signer_must_login_to_sign(self, signer_must_login_to_sign): 15442 """Sets the signer_must_login_to_sign of this AccountSettingsInformation. 15443 15444 # noqa: E501 15445 15446 :param signer_must_login_to_sign: The signer_must_login_to_sign of this AccountSettingsInformation. # noqa: E501 15447 :type: str 15448 """ 15449 15450 self._signer_must_login_to_sign = signer_must_login_to_sign 15451 15452 @property 15453 def signer_must_login_to_sign_metadata(self): 15454 """Gets the signer_must_login_to_sign_metadata of this AccountSettingsInformation. # noqa: E501 15455 15456 Metadata that indicates whether the `signerMustLoginToSign` property is editable. # noqa: E501 15457 15458 :return: The signer_must_login_to_sign_metadata of this AccountSettingsInformation. # noqa: E501 15459 :rtype: SettingsMetadata 15460 """ 15461 return self._signer_must_login_to_sign_metadata 15462 15463 @signer_must_login_to_sign_metadata.setter 15464 def signer_must_login_to_sign_metadata(self, signer_must_login_to_sign_metadata): 15465 """Sets the signer_must_login_to_sign_metadata of this AccountSettingsInformation. 15466 15467 Metadata that indicates whether the `signerMustLoginToSign` property is editable. # noqa: E501 15468 15469 :param signer_must_login_to_sign_metadata: The signer_must_login_to_sign_metadata of this AccountSettingsInformation. # noqa: E501 15470 :type: SettingsMetadata 15471 """ 15472 15473 self._signer_must_login_to_sign_metadata = signer_must_login_to_sign_metadata 15474 15475 @property 15476 def signer_show_secure_field_initial_values(self): 15477 """Gets the signer_show_secure_field_initial_values of this AccountSettingsInformation. # noqa: E501 15478 15479 # noqa: E501 15480 15481 :return: The signer_show_secure_field_initial_values of this AccountSettingsInformation. # noqa: E501 15482 :rtype: str 15483 """ 15484 return self._signer_show_secure_field_initial_values 15485 15486 @signer_show_secure_field_initial_values.setter 15487 def signer_show_secure_field_initial_values(self, signer_show_secure_field_initial_values): 15488 """Sets the signer_show_secure_field_initial_values of this AccountSettingsInformation. 15489 15490 # noqa: E501 15491 15492 :param signer_show_secure_field_initial_values: The signer_show_secure_field_initial_values of this AccountSettingsInformation. # noqa: E501 15493 :type: str 15494 """ 15495 15496 self._signer_show_secure_field_initial_values = signer_show_secure_field_initial_values 15497 15498 @property 15499 def signer_show_secure_field_initial_values_metadata(self): 15500 """Gets the signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. # noqa: E501 15501 15502 Metadata that indicates whether the `signerShowSecureFieldInitialValues` property is editable. # noqa: E501 15503 15504 :return: The signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. # noqa: E501 15505 :rtype: SettingsMetadata 15506 """ 15507 return self._signer_show_secure_field_initial_values_metadata 15508 15509 @signer_show_secure_field_initial_values_metadata.setter 15510 def signer_show_secure_field_initial_values_metadata(self, signer_show_secure_field_initial_values_metadata): 15511 """Sets the signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. 15512 15513 Metadata that indicates whether the `signerShowSecureFieldInitialValues` property is editable. # noqa: E501 15514 15515 :param signer_show_secure_field_initial_values_metadata: The signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. # noqa: E501 15516 :type: SettingsMetadata 15517 """ 15518 15519 self._signer_show_secure_field_initial_values_metadata = signer_show_secure_field_initial_values_metadata 15520 15521 @property 15522 def signing_session_timeout(self): 15523 """Gets the signing_session_timeout of this AccountSettingsInformation. # noqa: E501 15524 15525 # noqa: E501 15526 15527 :return: The signing_session_timeout of this AccountSettingsInformation. # noqa: E501 15528 :rtype: str 15529 """ 15530 return self._signing_session_timeout 15531 15532 @signing_session_timeout.setter 15533 def signing_session_timeout(self, signing_session_timeout): 15534 """Sets the signing_session_timeout of this AccountSettingsInformation. 15535 15536 # noqa: E501 15537 15538 :param signing_session_timeout: The signing_session_timeout of this AccountSettingsInformation. # noqa: E501 15539 :type: str 15540 """ 15541 15542 self._signing_session_timeout = signing_session_timeout 15543 15544 @property 15545 def signing_session_timeout_metadata(self): 15546 """Gets the signing_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 15547 15548 Metadata that indicates whether the `signingSessionTimeout` property is editable. # noqa: E501 15549 15550 :return: The signing_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 15551 :rtype: SettingsMetadata 15552 """ 15553 return self._signing_session_timeout_metadata 15554 15555 @signing_session_timeout_metadata.setter 15556 def signing_session_timeout_metadata(self, signing_session_timeout_metadata): 15557 """Sets the signing_session_timeout_metadata of this AccountSettingsInformation. 15558 15559 Metadata that indicates whether the `signingSessionTimeout` property is editable. # noqa: E501 15560 15561 :param signing_session_timeout_metadata: The signing_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501 15562 :type: SettingsMetadata 15563 """ 15564 15565 self._signing_session_timeout_metadata = signing_session_timeout_metadata 15566 15567 @property 15568 def signing_ui_version(self): 15569 """Gets the signing_ui_version of this AccountSettingsInformation. # noqa: E501 15570 15571 # noqa: E501 15572 15573 :return: The signing_ui_version of this AccountSettingsInformation. # noqa: E501 15574 :rtype: str 15575 """ 15576 return self._signing_ui_version 15577 15578 @signing_ui_version.setter 15579 def signing_ui_version(self, signing_ui_version): 15580 """Sets the signing_ui_version of this AccountSettingsInformation. 15581 15582 # noqa: E501 15583 15584 :param signing_ui_version: The signing_ui_version of this AccountSettingsInformation. # noqa: E501 15585 :type: str 15586 """ 15587 15588 self._signing_ui_version = signing_ui_version 15589 15590 @property 15591 def signing_ui_version_metadata(self): 15592 """Gets the signing_ui_version_metadata of this AccountSettingsInformation. # noqa: E501 15593 15594 Reserved for DocuSign. # noqa: E501 15595 15596 :return: The signing_ui_version_metadata of this AccountSettingsInformation. # noqa: E501 15597 :rtype: SettingsMetadata 15598 """ 15599 return self._signing_ui_version_metadata 15600 15601 @signing_ui_version_metadata.setter 15602 def signing_ui_version_metadata(self, signing_ui_version_metadata): 15603 """Sets the signing_ui_version_metadata of this AccountSettingsInformation. 15604 15605 Reserved for DocuSign. # noqa: E501 15606 15607 :param signing_ui_version_metadata: The signing_ui_version_metadata of this AccountSettingsInformation. # noqa: E501 15608 :type: SettingsMetadata 15609 """ 15610 15611 self._signing_ui_version_metadata = signing_ui_version_metadata 15612 15613 @property 15614 def sign_time_format(self): 15615 """Gets the sign_time_format of this AccountSettingsInformation. # noqa: E501 15616 15617 # noqa: E501 15618 15619 :return: The sign_time_format of this AccountSettingsInformation. # noqa: E501 15620 :rtype: str 15621 """ 15622 return self._sign_time_format 15623 15624 @sign_time_format.setter 15625 def sign_time_format(self, sign_time_format): 15626 """Sets the sign_time_format of this AccountSettingsInformation. 15627 15628 # noqa: E501 15629 15630 :param sign_time_format: The sign_time_format of this AccountSettingsInformation. # noqa: E501 15631 :type: str 15632 """ 15633 15634 self._sign_time_format = sign_time_format 15635 15636 @property 15637 def sign_time_format_metadata(self): 15638 """Gets the sign_time_format_metadata of this AccountSettingsInformation. # noqa: E501 15639 15640 Metadata that indicates whether the `signTimeFormat` property is editable. # noqa: E501 15641 15642 :return: The sign_time_format_metadata of this AccountSettingsInformation. # noqa: E501 15643 :rtype: SettingsMetadata 15644 """ 15645 return self._sign_time_format_metadata 15646 15647 @sign_time_format_metadata.setter 15648 def sign_time_format_metadata(self, sign_time_format_metadata): 15649 """Sets the sign_time_format_metadata of this AccountSettingsInformation. 15650 15651 Metadata that indicates whether the `signTimeFormat` property is editable. # noqa: E501 15652 15653 :param sign_time_format_metadata: The sign_time_format_metadata of this AccountSettingsInformation. # noqa: E501 15654 :type: SettingsMetadata 15655 """ 15656 15657 self._sign_time_format_metadata = sign_time_format_metadata 15658 15659 @property 15660 def sign_time_show_am_pm(self): 15661 """Gets the sign_time_show_am_pm of this AccountSettingsInformation. # noqa: E501 15662 15663 # noqa: E501 15664 15665 :return: The sign_time_show_am_pm of this AccountSettingsInformation. # noqa: E501 15666 :rtype: str 15667 """ 15668 return self._sign_time_show_am_pm 15669 15670 @sign_time_show_am_pm.setter 15671 def sign_time_show_am_pm(self, sign_time_show_am_pm): 15672 """Sets the sign_time_show_am_pm of this AccountSettingsInformation. 15673 15674 # noqa: E501 15675 15676 :param sign_time_show_am_pm: The sign_time_show_am_pm of this AccountSettingsInformation. # noqa: E501 15677 :type: str 15678 """ 15679 15680 self._sign_time_show_am_pm = sign_time_show_am_pm 15681 15682 @property 15683 def sign_time_show_am_pm_metadata(self): 15684 """Gets the sign_time_show_am_pm_metadata of this AccountSettingsInformation. # noqa: E501 15685 15686 Metadata that indicates whether the `signTimeShowAmPm` property is editable. # noqa: E501 15687 15688 :return: The sign_time_show_am_pm_metadata of this AccountSettingsInformation. # noqa: E501 15689 :rtype: SettingsMetadata 15690 """ 15691 return self._sign_time_show_am_pm_metadata 15692 15693 @sign_time_show_am_pm_metadata.setter 15694 def sign_time_show_am_pm_metadata(self, sign_time_show_am_pm_metadata): 15695 """Sets the sign_time_show_am_pm_metadata of this AccountSettingsInformation. 15696 15697 Metadata that indicates whether the `signTimeShowAmPm` property is editable. # noqa: E501 15698 15699 :param sign_time_show_am_pm_metadata: The sign_time_show_am_pm_metadata of this AccountSettingsInformation. # noqa: E501 15700 :type: SettingsMetadata 15701 """ 15702 15703 self._sign_time_show_am_pm_metadata = sign_time_show_am_pm_metadata 15704 15705 @property 15706 def simplified_sending_enabled(self): 15707 """Gets the simplified_sending_enabled of this AccountSettingsInformation. # noqa: E501 15708 15709 # noqa: E501 15710 15711 :return: The simplified_sending_enabled of this AccountSettingsInformation. # noqa: E501 15712 :rtype: str 15713 """ 15714 return self._simplified_sending_enabled 15715 15716 @simplified_sending_enabled.setter 15717 def simplified_sending_enabled(self, simplified_sending_enabled): 15718 """Sets the simplified_sending_enabled of this AccountSettingsInformation. 15719 15720 # noqa: E501 15721 15722 :param simplified_sending_enabled: The simplified_sending_enabled of this AccountSettingsInformation. # noqa: E501 15723 :type: str 15724 """ 15725 15726 self._simplified_sending_enabled = simplified_sending_enabled 15727 15728 @property 15729 def simplified_sending_enabled_metadata(self): 15730 """Gets the simplified_sending_enabled_metadata of this AccountSettingsInformation. # noqa: E501 15731 15732 Metadata that indicates whether the `simplifiedSendingEnabled` property is editable. # noqa: E501 15733 15734 :return: The simplified_sending_enabled_metadata of this AccountSettingsInformation. # noqa: E501 15735 :rtype: SettingsMetadata 15736 """ 15737 return self._simplified_sending_enabled_metadata 15738 15739 @simplified_sending_enabled_metadata.setter 15740 def simplified_sending_enabled_metadata(self, simplified_sending_enabled_metadata): 15741 """Sets the simplified_sending_enabled_metadata of this AccountSettingsInformation. 15742 15743 Metadata that indicates whether the `simplifiedSendingEnabled` property is editable. # noqa: E501 15744 15745 :param simplified_sending_enabled_metadata: The simplified_sending_enabled_metadata of this AccountSettingsInformation. # noqa: E501 15746 :type: SettingsMetadata 15747 """ 15748 15749 self._simplified_sending_enabled_metadata = simplified_sending_enabled_metadata 15750 15751 @property 15752 def single_sign_on_enabled(self): 15753 """Gets the single_sign_on_enabled of this AccountSettingsInformation. # noqa: E501 15754 15755 # noqa: E501 15756 15757 :return: The single_sign_on_enabled of this AccountSettingsInformation. # noqa: E501 15758 :rtype: str 15759 """ 15760 return self._single_sign_on_enabled 15761 15762 @single_sign_on_enabled.setter 15763 def single_sign_on_enabled(self, single_sign_on_enabled): 15764 """Sets the single_sign_on_enabled of this AccountSettingsInformation. 15765 15766 # noqa: E501 15767 15768 :param single_sign_on_enabled: The single_sign_on_enabled of this AccountSettingsInformation. # noqa: E501 15769 :type: str 15770 """ 15771 15772 self._single_sign_on_enabled = single_sign_on_enabled 15773 15774 @property 15775 def single_sign_on_enabled_metadata(self): 15776 """Gets the single_sign_on_enabled_metadata of this AccountSettingsInformation. # noqa: E501 15777 15778 Metadata that indicates whether the `singleSignOnEnabled` property is editable. # noqa: E501 15779 15780 :return: The single_sign_on_enabled_metadata of this AccountSettingsInformation. # noqa: E501 15781 :rtype: SettingsMetadata 15782 """ 15783 return self._single_sign_on_enabled_metadata 15784 15785 @single_sign_on_enabled_metadata.setter 15786 def single_sign_on_enabled_metadata(self, single_sign_on_enabled_metadata): 15787 """Sets the single_sign_on_enabled_metadata of this AccountSettingsInformation. 15788 15789 Metadata that indicates whether the `singleSignOnEnabled` property is editable. # noqa: E501 15790 15791 :param single_sign_on_enabled_metadata: The single_sign_on_enabled_metadata of this AccountSettingsInformation. # noqa: E501 15792 :type: SettingsMetadata 15793 """ 15794 15795 self._single_sign_on_enabled_metadata = single_sign_on_enabled_metadata 15796 15797 @property 15798 def skip_auth_completed_envelopes(self): 15799 """Gets the skip_auth_completed_envelopes of this AccountSettingsInformation. # noqa: E501 15800 15801 # noqa: E501 15802 15803 :return: The skip_auth_completed_envelopes of this AccountSettingsInformation. # noqa: E501 15804 :rtype: str 15805 """ 15806 return self._skip_auth_completed_envelopes 15807 15808 @skip_auth_completed_envelopes.setter 15809 def skip_auth_completed_envelopes(self, skip_auth_completed_envelopes): 15810 """Sets the skip_auth_completed_envelopes of this AccountSettingsInformation. 15811 15812 # noqa: E501 15813 15814 :param skip_auth_completed_envelopes: The skip_auth_completed_envelopes of this AccountSettingsInformation. # noqa: E501 15815 :type: str 15816 """ 15817 15818 self._skip_auth_completed_envelopes = skip_auth_completed_envelopes 15819 15820 @property 15821 def skip_auth_completed_envelopes_metadata(self): 15822 """Gets the skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 15823 15824 Metadata that indicates whether the `skipAuthCompletedEnvelopes` property is editable. # noqa: E501 15825 15826 :return: The skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 15827 :rtype: SettingsMetadata 15828 """ 15829 return self._skip_auth_completed_envelopes_metadata 15830 15831 @skip_auth_completed_envelopes_metadata.setter 15832 def skip_auth_completed_envelopes_metadata(self, skip_auth_completed_envelopes_metadata): 15833 """Sets the skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. 15834 15835 Metadata that indicates whether the `skipAuthCompletedEnvelopes` property is editable. # noqa: E501 15836 15837 :param skip_auth_completed_envelopes_metadata: The skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501 15838 :type: SettingsMetadata 15839 """ 15840 15841 self._skip_auth_completed_envelopes_metadata = skip_auth_completed_envelopes_metadata 15842 15843 @property 15844 def social_id_recip_auth(self): 15845 """Gets the social_id_recip_auth of this AccountSettingsInformation. # noqa: E501 15846 15847 # noqa: E501 15848 15849 :return: The social_id_recip_auth of this AccountSettingsInformation. # noqa: E501 15850 :rtype: str 15851 """ 15852 return self._social_id_recip_auth 15853 15854 @social_id_recip_auth.setter 15855 def social_id_recip_auth(self, social_id_recip_auth): 15856 """Sets the social_id_recip_auth of this AccountSettingsInformation. 15857 15858 # noqa: E501 15859 15860 :param social_id_recip_auth: The social_id_recip_auth of this AccountSettingsInformation. # noqa: E501 15861 :type: str 15862 """ 15863 15864 self._social_id_recip_auth = social_id_recip_auth 15865 15866 @property 15867 def social_id_recip_auth_metadata(self): 15868 """Gets the social_id_recip_auth_metadata of this AccountSettingsInformation. # noqa: E501 15869 15870 Metadata that indicates whether the `socialIdRecipAuth` property is editable. # noqa: E501 15871 15872 :return: The social_id_recip_auth_metadata of this AccountSettingsInformation. # noqa: E501 15873 :rtype: SettingsMetadata 15874 """ 15875 return self._social_id_recip_auth_metadata 15876 15877 @social_id_recip_auth_metadata.setter 15878 def social_id_recip_auth_metadata(self, social_id_recip_auth_metadata): 15879 """Sets the social_id_recip_auth_metadata of this AccountSettingsInformation. 15880 15881 Metadata that indicates whether the `socialIdRecipAuth` property is editable. # noqa: E501 15882 15883 :param social_id_recip_auth_metadata: The social_id_recip_auth_metadata of this AccountSettingsInformation. # noqa: E501 15884 :type: SettingsMetadata 15885 """ 15886 15887 self._social_id_recip_auth_metadata = social_id_recip_auth_metadata 15888 15889 @property 15890 def specify_document_visibility(self): 15891 """Gets the specify_document_visibility of this AccountSettingsInformation. # noqa: E501 15892 15893 # noqa: E501 15894 15895 :return: The specify_document_visibility of this AccountSettingsInformation. # noqa: E501 15896 :rtype: str 15897 """ 15898 return self._specify_document_visibility 15899 15900 @specify_document_visibility.setter 15901 def specify_document_visibility(self, specify_document_visibility): 15902 """Sets the specify_document_visibility of this AccountSettingsInformation. 15903 15904 # noqa: E501 15905 15906 :param specify_document_visibility: The specify_document_visibility of this AccountSettingsInformation. # noqa: E501 15907 :type: str 15908 """ 15909 15910 self._specify_document_visibility = specify_document_visibility 15911 15912 @property 15913 def specify_document_visibility_metadata(self): 15914 """Gets the specify_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 15915 15916 Metadata that indicates whether the `specifyDocumentVisibility` property is editable. # noqa: E501 15917 15918 :return: The specify_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 15919 :rtype: SettingsMetadata 15920 """ 15921 return self._specify_document_visibility_metadata 15922 15923 @specify_document_visibility_metadata.setter 15924 def specify_document_visibility_metadata(self, specify_document_visibility_metadata): 15925 """Sets the specify_document_visibility_metadata of this AccountSettingsInformation. 15926 15927 Metadata that indicates whether the `specifyDocumentVisibility` property is editable. # noqa: E501 15928 15929 :param specify_document_visibility_metadata: The specify_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501 15930 :type: SettingsMetadata 15931 """ 15932 15933 self._specify_document_visibility_metadata = specify_document_visibility_metadata 15934 15935 @property 15936 def start_in_advanced_correct(self): 15937 """Gets the start_in_advanced_correct of this AccountSettingsInformation. # noqa: E501 15938 15939 # noqa: E501 15940 15941 :return: The start_in_advanced_correct of this AccountSettingsInformation. # noqa: E501 15942 :rtype: str 15943 """ 15944 return self._start_in_advanced_correct 15945 15946 @start_in_advanced_correct.setter 15947 def start_in_advanced_correct(self, start_in_advanced_correct): 15948 """Sets the start_in_advanced_correct of this AccountSettingsInformation. 15949 15950 # noqa: E501 15951 15952 :param start_in_advanced_correct: The start_in_advanced_correct of this AccountSettingsInformation. # noqa: E501 15953 :type: str 15954 """ 15955 15956 self._start_in_advanced_correct = start_in_advanced_correct 15957 15958 @property 15959 def start_in_advanced_correct_metadata(self): 15960 """Gets the start_in_advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 15961 15962 Metadata that indicates whether the `startInAdvancedCorrect` property is editable. # noqa: E501 15963 15964 :return: The start_in_advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 15965 :rtype: SettingsMetadata 15966 """ 15967 return self._start_in_advanced_correct_metadata 15968 15969 @start_in_advanced_correct_metadata.setter 15970 def start_in_advanced_correct_metadata(self, start_in_advanced_correct_metadata): 15971 """Sets the start_in_advanced_correct_metadata of this AccountSettingsInformation. 15972 15973 Metadata that indicates whether the `startInAdvancedCorrect` property is editable. # noqa: E501 15974 15975 :param start_in_advanced_correct_metadata: The start_in_advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501 15976 :type: SettingsMetadata 15977 """ 15978 15979 self._start_in_advanced_correct_metadata = start_in_advanced_correct_metadata 15980 15981 @property 15982 def supplemental_documents_must_accept(self): 15983 """Gets the supplemental_documents_must_accept of this AccountSettingsInformation. # noqa: E501 15984 15985 # noqa: E501 15986 15987 :return: The supplemental_documents_must_accept of this AccountSettingsInformation. # noqa: E501 15988 :rtype: str 15989 """ 15990 return self._supplemental_documents_must_accept 15991 15992 @supplemental_documents_must_accept.setter 15993 def supplemental_documents_must_accept(self, supplemental_documents_must_accept): 15994 """Sets the supplemental_documents_must_accept of this AccountSettingsInformation. 15995 15996 # noqa: E501 15997 15998 :param supplemental_documents_must_accept: The supplemental_documents_must_accept of this AccountSettingsInformation. # noqa: E501 15999 :type: str 16000 """ 16001 16002 self._supplemental_documents_must_accept = supplemental_documents_must_accept 16003 16004 @property 16005 def supplemental_documents_must_accept_metadata(self): 16006 """Gets the supplemental_documents_must_accept_metadata of this AccountSettingsInformation. # noqa: E501 16007 16008 Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable. # noqa: E501 16009 16010 :return: The supplemental_documents_must_accept_metadata of this AccountSettingsInformation. # noqa: E501 16011 :rtype: SettingsMetadata 16012 """ 16013 return self._supplemental_documents_must_accept_metadata 16014 16015 @supplemental_documents_must_accept_metadata.setter 16016 def supplemental_documents_must_accept_metadata(self, supplemental_documents_must_accept_metadata): 16017 """Sets the supplemental_documents_must_accept_metadata of this AccountSettingsInformation. 16018 16019 Metadata that indicates whether the `supplementalDocumentsMustAccept` property is editable. # noqa: E501 16020 16021 :param supplemental_documents_must_accept_metadata: The supplemental_documents_must_accept_metadata of this AccountSettingsInformation. # noqa: E501 16022 :type: SettingsMetadata 16023 """ 16024 16025 self._supplemental_documents_must_accept_metadata = supplemental_documents_must_accept_metadata 16026 16027 @property 16028 def supplemental_documents_must_read(self): 16029 """Gets the supplemental_documents_must_read of this AccountSettingsInformation. # noqa: E501 16030 16031 # noqa: E501 16032 16033 :return: The supplemental_documents_must_read of this AccountSettingsInformation. # noqa: E501 16034 :rtype: str 16035 """ 16036 return self._supplemental_documents_must_read 16037 16038 @supplemental_documents_must_read.setter 16039 def supplemental_documents_must_read(self, supplemental_documents_must_read): 16040 """Sets the supplemental_documents_must_read of this AccountSettingsInformation. 16041 16042 # noqa: E501 16043 16044 :param supplemental_documents_must_read: The supplemental_documents_must_read of this AccountSettingsInformation. # noqa: E501 16045 :type: str 16046 """ 16047 16048 self._supplemental_documents_must_read = supplemental_documents_must_read 16049 16050 @property 16051 def supplemental_documents_must_read_metadata(self): 16052 """Gets the supplemental_documents_must_read_metadata of this AccountSettingsInformation. # noqa: E501 16053 16054 Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable. # noqa: E501 16055 16056 :return: The supplemental_documents_must_read_metadata of this AccountSettingsInformation. # noqa: E501 16057 :rtype: SettingsMetadata 16058 """ 16059 return self._supplemental_documents_must_read_metadata 16060 16061 @supplemental_documents_must_read_metadata.setter 16062 def supplemental_documents_must_read_metadata(self, supplemental_documents_must_read_metadata): 16063 """Sets the supplemental_documents_must_read_metadata of this AccountSettingsInformation. 16064 16065 Metadata that indicates whether the `supplementalDocumentsMustRead` property is editable. # noqa: E501 16066 16067 :param supplemental_documents_must_read_metadata: The supplemental_documents_must_read_metadata of this AccountSettingsInformation. # noqa: E501 16068 :type: SettingsMetadata 16069 """ 16070 16071 self._supplemental_documents_must_read_metadata = supplemental_documents_must_read_metadata 16072 16073 @property 16074 def supplemental_documents_must_view(self): 16075 """Gets the supplemental_documents_must_view of this AccountSettingsInformation. # noqa: E501 16076 16077 # noqa: E501 16078 16079 :return: The supplemental_documents_must_view of this AccountSettingsInformation. # noqa: E501 16080 :rtype: str 16081 """ 16082 return self._supplemental_documents_must_view 16083 16084 @supplemental_documents_must_view.setter 16085 def supplemental_documents_must_view(self, supplemental_documents_must_view): 16086 """Sets the supplemental_documents_must_view of this AccountSettingsInformation. 16087 16088 # noqa: E501 16089 16090 :param supplemental_documents_must_view: The supplemental_documents_must_view of this AccountSettingsInformation. # noqa: E501 16091 :type: str 16092 """ 16093 16094 self._supplemental_documents_must_view = supplemental_documents_must_view 16095 16096 @property 16097 def supplemental_documents_must_view_metadata(self): 16098 """Gets the supplemental_documents_must_view_metadata of this AccountSettingsInformation. # noqa: E501 16099 16100 Metadata that indicates whether the `supplementalDocumentsMustView` property is editable. # noqa: E501 16101 16102 :return: The supplemental_documents_must_view_metadata of this AccountSettingsInformation. # noqa: E501 16103 :rtype: SettingsMetadata 16104 """ 16105 return self._supplemental_documents_must_view_metadata 16106 16107 @supplemental_documents_must_view_metadata.setter 16108 def supplemental_documents_must_view_metadata(self, supplemental_documents_must_view_metadata): 16109 """Sets the supplemental_documents_must_view_metadata of this AccountSettingsInformation. 16110 16111 Metadata that indicates whether the `supplementalDocumentsMustView` property is editable. # noqa: E501 16112 16113 :param supplemental_documents_must_view_metadata: The supplemental_documents_must_view_metadata of this AccountSettingsInformation. # noqa: E501 16114 :type: SettingsMetadata 16115 """ 16116 16117 self._supplemental_documents_must_view_metadata = supplemental_documents_must_view_metadata 16118 16119 @property 16120 def suppress_certificate_enforcement(self): 16121 """Gets the suppress_certificate_enforcement of this AccountSettingsInformation. # noqa: E501 16122 16123 # noqa: E501 16124 16125 :return: The suppress_certificate_enforcement of this AccountSettingsInformation. # noqa: E501 16126 :rtype: str 16127 """ 16128 return self._suppress_certificate_enforcement 16129 16130 @suppress_certificate_enforcement.setter 16131 def suppress_certificate_enforcement(self, suppress_certificate_enforcement): 16132 """Sets the suppress_certificate_enforcement of this AccountSettingsInformation. 16133 16134 # noqa: E501 16135 16136 :param suppress_certificate_enforcement: The suppress_certificate_enforcement of this AccountSettingsInformation. # noqa: E501 16137 :type: str 16138 """ 16139 16140 self._suppress_certificate_enforcement = suppress_certificate_enforcement 16141 16142 @property 16143 def suppress_certificate_enforcement_metadata(self): 16144 """Gets the suppress_certificate_enforcement_metadata of this AccountSettingsInformation. # noqa: E501 16145 16146 Metadata that indicates whether the `suppressCertificateEnforcement` property is editable. # noqa: E501 16147 16148 :return: The suppress_certificate_enforcement_metadata of this AccountSettingsInformation. # noqa: E501 16149 :rtype: SettingsMetadata 16150 """ 16151 return self._suppress_certificate_enforcement_metadata 16152 16153 @suppress_certificate_enforcement_metadata.setter 16154 def suppress_certificate_enforcement_metadata(self, suppress_certificate_enforcement_metadata): 16155 """Sets the suppress_certificate_enforcement_metadata of this AccountSettingsInformation. 16156 16157 Metadata that indicates whether the `suppressCertificateEnforcement` property is editable. # noqa: E501 16158 16159 :param suppress_certificate_enforcement_metadata: The suppress_certificate_enforcement_metadata of this AccountSettingsInformation. # noqa: E501 16160 :type: SettingsMetadata 16161 """ 16162 16163 self._suppress_certificate_enforcement_metadata = suppress_certificate_enforcement_metadata 16164 16165 @property 16166 def tab_account_settings(self): 16167 """Gets the tab_account_settings of this AccountSettingsInformation. # noqa: E501 16168 16169 Account-wide tab settings. # noqa: E501 16170 16171 :return: The tab_account_settings of this AccountSettingsInformation. # noqa: E501 16172 :rtype: TabAccountSettings 16173 """ 16174 return self._tab_account_settings 16175 16176 @tab_account_settings.setter 16177 def tab_account_settings(self, tab_account_settings): 16178 """Sets the tab_account_settings of this AccountSettingsInformation. 16179 16180 Account-wide tab settings. # noqa: E501 16181 16182 :param tab_account_settings: The tab_account_settings of this AccountSettingsInformation. # noqa: E501 16183 :type: TabAccountSettings 16184 """ 16185 16186 self._tab_account_settings = tab_account_settings 16187 16188 @property 16189 def timezone_offset_api(self): 16190 """Gets the timezone_offset_api of this AccountSettingsInformation. # noqa: E501 16191 16192 # noqa: E501 16193 16194 :return: The timezone_offset_api of this AccountSettingsInformation. # noqa: E501 16195 :rtype: str 16196 """ 16197 return self._timezone_offset_api 16198 16199 @timezone_offset_api.setter 16200 def timezone_offset_api(self, timezone_offset_api): 16201 """Sets the timezone_offset_api of this AccountSettingsInformation. 16202 16203 # noqa: E501 16204 16205 :param timezone_offset_api: The timezone_offset_api of this AccountSettingsInformation. # noqa: E501 16206 :type: str 16207 """ 16208 16209 self._timezone_offset_api = timezone_offset_api 16210 16211 @property 16212 def timezone_offset_api_metadata(self): 16213 """Gets the timezone_offset_api_metadata of this AccountSettingsInformation. # noqa: E501 16214 16215 Metadata that indicates whether the `timezoneOffsetAPI` property is editable. # noqa: E501 16216 16217 :return: The timezone_offset_api_metadata of this AccountSettingsInformation. # noqa: E501 16218 :rtype: SettingsMetadata 16219 """ 16220 return self._timezone_offset_api_metadata 16221 16222 @timezone_offset_api_metadata.setter 16223 def timezone_offset_api_metadata(self, timezone_offset_api_metadata): 16224 """Sets the timezone_offset_api_metadata of this AccountSettingsInformation. 16225 16226 Metadata that indicates whether the `timezoneOffsetAPI` property is editable. # noqa: E501 16227 16228 :param timezone_offset_api_metadata: The timezone_offset_api_metadata of this AccountSettingsInformation. # noqa: E501 16229 :type: SettingsMetadata 16230 """ 16231 16232 self._timezone_offset_api_metadata = timezone_offset_api_metadata 16233 16234 @property 16235 def timezone_offset_ui(self): 16236 """Gets the timezone_offset_ui of this AccountSettingsInformation. # noqa: E501 16237 16238 # noqa: E501 16239 16240 :return: The timezone_offset_ui of this AccountSettingsInformation. # noqa: E501 16241 :rtype: str 16242 """ 16243 return self._timezone_offset_ui 16244 16245 @timezone_offset_ui.setter 16246 def timezone_offset_ui(self, timezone_offset_ui): 16247 """Sets the timezone_offset_ui of this AccountSettingsInformation. 16248 16249 # noqa: E501 16250 16251 :param timezone_offset_ui: The timezone_offset_ui of this AccountSettingsInformation. # noqa: E501 16252 :type: str 16253 """ 16254 16255 self._timezone_offset_ui = timezone_offset_ui 16256 16257 @property 16258 def timezone_offset_ui_metadata(self): 16259 """Gets the timezone_offset_ui_metadata of this AccountSettingsInformation. # noqa: E501 16260 16261 Metadata that indicates whether the `timezoneOffsetUI` property is editable. # noqa: E501 16262 16263 :return: The timezone_offset_ui_metadata of this AccountSettingsInformation. # noqa: E501 16264 :rtype: SettingsMetadata 16265 """ 16266 return self._timezone_offset_ui_metadata 16267 16268 @timezone_offset_ui_metadata.setter 16269 def timezone_offset_ui_metadata(self, timezone_offset_ui_metadata): 16270 """Sets the timezone_offset_ui_metadata of this AccountSettingsInformation. 16271 16272 Metadata that indicates whether the `timezoneOffsetUI` property is editable. # noqa: E501 16273 16274 :param timezone_offset_ui_metadata: The timezone_offset_ui_metadata of this AccountSettingsInformation. # noqa: E501 16275 :type: SettingsMetadata 16276 """ 16277 16278 self._timezone_offset_ui_metadata = timezone_offset_ui_metadata 16279 16280 @property 16281 def universal_signature_opt_in(self): 16282 """Gets the universal_signature_opt_in of this AccountSettingsInformation. # noqa: E501 16283 16284 # noqa: E501 16285 16286 :return: The universal_signature_opt_in of this AccountSettingsInformation. # noqa: E501 16287 :rtype: str 16288 """ 16289 return self._universal_signature_opt_in 16290 16291 @universal_signature_opt_in.setter 16292 def universal_signature_opt_in(self, universal_signature_opt_in): 16293 """Sets the universal_signature_opt_in of this AccountSettingsInformation. 16294 16295 # noqa: E501 16296 16297 :param universal_signature_opt_in: The universal_signature_opt_in of this AccountSettingsInformation. # noqa: E501 16298 :type: str 16299 """ 16300 16301 self._universal_signature_opt_in = universal_signature_opt_in 16302 16303 @property 16304 def use_account_level_email(self): 16305 """Gets the use_account_level_email of this AccountSettingsInformation. # noqa: E501 16306 16307 # noqa: E501 16308 16309 :return: The use_account_level_email of this AccountSettingsInformation. # noqa: E501 16310 :rtype: str 16311 """ 16312 return self._use_account_level_email 16313 16314 @use_account_level_email.setter 16315 def use_account_level_email(self, use_account_level_email): 16316 """Sets the use_account_level_email of this AccountSettingsInformation. 16317 16318 # noqa: E501 16319 16320 :param use_account_level_email: The use_account_level_email of this AccountSettingsInformation. # noqa: E501 16321 :type: str 16322 """ 16323 16324 self._use_account_level_email = use_account_level_email 16325 16326 @property 16327 def use_account_level_email_metadata(self): 16328 """Gets the use_account_level_email_metadata of this AccountSettingsInformation. # noqa: E501 16329 16330 Metadata that indicates whether the `useAccountLevelEmail` property is editable. # noqa: E501 16331 16332 :return: The use_account_level_email_metadata of this AccountSettingsInformation. # noqa: E501 16333 :rtype: SettingsMetadata 16334 """ 16335 return self._use_account_level_email_metadata 16336 16337 @use_account_level_email_metadata.setter 16338 def use_account_level_email_metadata(self, use_account_level_email_metadata): 16339 """Sets the use_account_level_email_metadata of this AccountSettingsInformation. 16340 16341 Metadata that indicates whether the `useAccountLevelEmail` property is editable. # noqa: E501 16342 16343 :param use_account_level_email_metadata: The use_account_level_email_metadata of this AccountSettingsInformation. # noqa: E501 16344 :type: SettingsMetadata 16345 """ 16346 16347 self._use_account_level_email_metadata = use_account_level_email_metadata 16348 16349 @property 16350 def use_consumer_disclosure(self): 16351 """Gets the use_consumer_disclosure of this AccountSettingsInformation. # noqa: E501 16352 16353 # noqa: E501 16354 16355 :return: The use_consumer_disclosure of this AccountSettingsInformation. # noqa: E501 16356 :rtype: str 16357 """ 16358 return self._use_consumer_disclosure 16359 16360 @use_consumer_disclosure.setter 16361 def use_consumer_disclosure(self, use_consumer_disclosure): 16362 """Sets the use_consumer_disclosure of this AccountSettingsInformation. 16363 16364 # noqa: E501 16365 16366 :param use_consumer_disclosure: The use_consumer_disclosure of this AccountSettingsInformation. # noqa: E501 16367 :type: str 16368 """ 16369 16370 self._use_consumer_disclosure = use_consumer_disclosure 16371 16372 @property 16373 def use_consumer_disclosure_metadata(self): 16374 """Gets the use_consumer_disclosure_metadata of this AccountSettingsInformation. # noqa: E501 16375 16376 Metadata that indicates whether the `useConsumerDisclosure` property is editable. # noqa: E501 16377 16378 :return: The use_consumer_disclosure_metadata of this AccountSettingsInformation. # noqa: E501 16379 :rtype: SettingsMetadata 16380 """ 16381 return self._use_consumer_disclosure_metadata 16382 16383 @use_consumer_disclosure_metadata.setter 16384 def use_consumer_disclosure_metadata(self, use_consumer_disclosure_metadata): 16385 """Sets the use_consumer_disclosure_metadata of this AccountSettingsInformation. 16386 16387 Metadata that indicates whether the `useConsumerDisclosure` property is editable. # noqa: E501 16388 16389 :param use_consumer_disclosure_metadata: The use_consumer_disclosure_metadata of this AccountSettingsInformation. # noqa: E501 16390 :type: SettingsMetadata 16391 """ 16392 16393 self._use_consumer_disclosure_metadata = use_consumer_disclosure_metadata 16394 16395 @property 16396 def use_consumer_disclosure_within_account(self): 16397 """Gets the use_consumer_disclosure_within_account of this AccountSettingsInformation. # noqa: E501 16398 16399 # noqa: E501 16400 16401 :return: The use_consumer_disclosure_within_account of this AccountSettingsInformation. # noqa: E501 16402 :rtype: str 16403 """ 16404 return self._use_consumer_disclosure_within_account 16405 16406 @use_consumer_disclosure_within_account.setter 16407 def use_consumer_disclosure_within_account(self, use_consumer_disclosure_within_account): 16408 """Sets the use_consumer_disclosure_within_account of this AccountSettingsInformation. 16409 16410 # noqa: E501 16411 16412 :param use_consumer_disclosure_within_account: The use_consumer_disclosure_within_account of this AccountSettingsInformation. # noqa: E501 16413 :type: str 16414 """ 16415 16416 self._use_consumer_disclosure_within_account = use_consumer_disclosure_within_account 16417 16418 @property 16419 def use_consumer_disclosure_within_account_metadata(self): 16420 """Gets the use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. # noqa: E501 16421 16422 Metadata that indicates whether the `useConsumerDisclosureWithinAccount` property is editable. # noqa: E501 16423 16424 :return: The use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. # noqa: E501 16425 :rtype: SettingsMetadata 16426 """ 16427 return self._use_consumer_disclosure_within_account_metadata 16428 16429 @use_consumer_disclosure_within_account_metadata.setter 16430 def use_consumer_disclosure_within_account_metadata(self, use_consumer_disclosure_within_account_metadata): 16431 """Sets the use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. 16432 16433 Metadata that indicates whether the `useConsumerDisclosureWithinAccount` property is editable. # noqa: E501 16434 16435 :param use_consumer_disclosure_within_account_metadata: The use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. # noqa: E501 16436 :type: SettingsMetadata 16437 """ 16438 16439 self._use_consumer_disclosure_within_account_metadata = use_consumer_disclosure_within_account_metadata 16440 16441 @property 16442 def use_derived_keys(self): 16443 """Gets the use_derived_keys of this AccountSettingsInformation. # noqa: E501 16444 16445 # noqa: E501 16446 16447 :return: The use_derived_keys of this AccountSettingsInformation. # noqa: E501 16448 :rtype: str 16449 """ 16450 return self._use_derived_keys 16451 16452 @use_derived_keys.setter 16453 def use_derived_keys(self, use_derived_keys): 16454 """Sets the use_derived_keys of this AccountSettingsInformation. 16455 16456 # noqa: E501 16457 16458 :param use_derived_keys: The use_derived_keys of this AccountSettingsInformation. # noqa: E501 16459 :type: str 16460 """ 16461 16462 self._use_derived_keys = use_derived_keys 16463 16464 @property 16465 def use_derived_keys_metadata(self): 16466 """Gets the use_derived_keys_metadata of this AccountSettingsInformation. # noqa: E501 16467 16468 Metadata that indicates whether the `useDerivedKeys` property is editable. # noqa: E501 16469 16470 :return: The use_derived_keys_metadata of this AccountSettingsInformation. # noqa: E501 16471 :rtype: SettingsMetadata 16472 """ 16473 return self._use_derived_keys_metadata 16474 16475 @use_derived_keys_metadata.setter 16476 def use_derived_keys_metadata(self, use_derived_keys_metadata): 16477 """Sets the use_derived_keys_metadata of this AccountSettingsInformation. 16478 16479 Metadata that indicates whether the `useDerivedKeys` property is editable. # noqa: E501 16480 16481 :param use_derived_keys_metadata: The use_derived_keys_metadata of this AccountSettingsInformation. # noqa: E501 16482 :type: SettingsMetadata 16483 """ 16484 16485 self._use_derived_keys_metadata = use_derived_keys_metadata 16486 16487 @property 16488 def use_docu_sign_express_signer_certificate(self): 16489 """Gets the use_docu_sign_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 16490 16491 # noqa: E501 16492 16493 :return: The use_docu_sign_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 16494 :rtype: str 16495 """ 16496 return self._use_docu_sign_express_signer_certificate 16497 16498 @use_docu_sign_express_signer_certificate.setter 16499 def use_docu_sign_express_signer_certificate(self, use_docu_sign_express_signer_certificate): 16500 """Sets the use_docu_sign_express_signer_certificate of this AccountSettingsInformation. 16501 16502 # noqa: E501 16503 16504 :param use_docu_sign_express_signer_certificate: The use_docu_sign_express_signer_certificate of this AccountSettingsInformation. # noqa: E501 16505 :type: str 16506 """ 16507 16508 self._use_docu_sign_express_signer_certificate = use_docu_sign_express_signer_certificate 16509 16510 @property 16511 def use_docu_sign_express_signer_certificate_metadata(self): 16512 """Gets the use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 16513 16514 Metadata that indicates whether the `useDocuSignExpressSignerCertificate` property is editable. # noqa: E501 16515 16516 :return: The use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 16517 :rtype: SettingsMetadata 16518 """ 16519 return self._use_docu_sign_express_signer_certificate_metadata 16520 16521 @use_docu_sign_express_signer_certificate_metadata.setter 16522 def use_docu_sign_express_signer_certificate_metadata(self, use_docu_sign_express_signer_certificate_metadata): 16523 """Sets the use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. 16524 16525 Metadata that indicates whether the `useDocuSignExpressSignerCertificate` property is editable. # noqa: E501 16526 16527 :param use_docu_sign_express_signer_certificate_metadata: The use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501 16528 :type: SettingsMetadata 16529 """ 16530 16531 self._use_docu_sign_express_signer_certificate_metadata = use_docu_sign_express_signer_certificate_metadata 16532 16533 @property 16534 def use_multi_app_groups_data(self): 16535 """Gets the use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501 16536 16537 # noqa: E501 16538 16539 :return: The use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501 16540 :rtype: str 16541 """ 16542 return self._use_multi_app_groups_data 16543 16544 @use_multi_app_groups_data.setter 16545 def use_multi_app_groups_data(self, use_multi_app_groups_data): 16546 """Sets the use_multi_app_groups_data of this AccountSettingsInformation. 16547 16548 # noqa: E501 16549 16550 :param use_multi_app_groups_data: The use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501 16551 :type: str 16552 """ 16553 16554 self._use_multi_app_groups_data = use_multi_app_groups_data 16555 16556 @property 16557 def use_multi_app_groups_data_metadata(self): 16558 """Gets the use_multi_app_groups_data_metadata of this AccountSettingsInformation. # noqa: E501 16559 16560 # noqa: E501 16561 16562 :return: The use_multi_app_groups_data_metadata of this AccountSettingsInformation. # noqa: E501 16563 :rtype: SettingsMetadata 16564 """ 16565 return self._use_multi_app_groups_data_metadata 16566 16567 @use_multi_app_groups_data_metadata.setter 16568 def use_multi_app_groups_data_metadata(self, use_multi_app_groups_data_metadata): 16569 """Sets the use_multi_app_groups_data_metadata of this AccountSettingsInformation. 16570 16571 # noqa: E501 16572 16573 :param use_multi_app_groups_data_metadata: The use_multi_app_groups_data_metadata of this AccountSettingsInformation. # noqa: E501 16574 :type: SettingsMetadata 16575 """ 16576 16577 self._use_multi_app_groups_data_metadata = use_multi_app_groups_data_metadata 16578 16579 @property 16580 def use_new_blob_for_pdf(self): 16581 """Gets the use_new_blob_for_pdf of this AccountSettingsInformation. # noqa: E501 16582 16583 # noqa: E501 16584 16585 :return: The use_new_blob_for_pdf of this AccountSettingsInformation. # noqa: E501 16586 :rtype: str 16587 """ 16588 return self._use_new_blob_for_pdf 16589 16590 @use_new_blob_for_pdf.setter 16591 def use_new_blob_for_pdf(self, use_new_blob_for_pdf): 16592 """Sets the use_new_blob_for_pdf of this AccountSettingsInformation. 16593 16594 # noqa: E501 16595 16596 :param use_new_blob_for_pdf: The use_new_blob_for_pdf of this AccountSettingsInformation. # noqa: E501 16597 :type: str 16598 """ 16599 16600 self._use_new_blob_for_pdf = use_new_blob_for_pdf 16601 16602 @property 16603 def use_new_blob_for_pdf_metadata(self): 16604 """Gets the use_new_blob_for_pdf_metadata of this AccountSettingsInformation. # noqa: E501 16605 16606 Metadata that indicates whether the `useNewBlobForPdf` property is editable. # noqa: E501 16607 16608 :return: The use_new_blob_for_pdf_metadata of this AccountSettingsInformation. # noqa: E501 16609 :rtype: SettingsMetadata 16610 """ 16611 return self._use_new_blob_for_pdf_metadata 16612 16613 @use_new_blob_for_pdf_metadata.setter 16614 def use_new_blob_for_pdf_metadata(self, use_new_blob_for_pdf_metadata): 16615 """Sets the use_new_blob_for_pdf_metadata of this AccountSettingsInformation. 16616 16617 Metadata that indicates whether the `useNewBlobForPdf` property is editable. # noqa: E501 16618 16619 :param use_new_blob_for_pdf_metadata: The use_new_blob_for_pdf_metadata of this AccountSettingsInformation. # noqa: E501 16620 :type: SettingsMetadata 16621 """ 16622 16623 self._use_new_blob_for_pdf_metadata = use_new_blob_for_pdf_metadata 16624 16625 @property 16626 def use_safe_signer_certificates(self): 16627 """Gets the use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501 16628 16629 # noqa: E501 16630 16631 :return: The use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501 16632 :rtype: str 16633 """ 16634 return self._use_safe_signer_certificates 16635 16636 @use_safe_signer_certificates.setter 16637 def use_safe_signer_certificates(self, use_safe_signer_certificates): 16638 """Sets the use_safe_signer_certificates of this AccountSettingsInformation. 16639 16640 # noqa: E501 16641 16642 :param use_safe_signer_certificates: The use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501 16643 :type: str 16644 """ 16645 16646 self._use_safe_signer_certificates = use_safe_signer_certificates 16647 16648 @property 16649 def use_safe_signer_certificates_metadata(self): 16650 """Gets the use_safe_signer_certificates_metadata of this AccountSettingsInformation. # noqa: E501 16651 16652 Metadata that indicates whether the `useSAFESignerCertificates` property is editable. # noqa: E501 16653 16654 :return: The use_safe_signer_certificates_metadata of this AccountSettingsInformation. # noqa: E501 16655 :rtype: SettingsMetadata 16656 """ 16657 return self._use_safe_signer_certificates_metadata 16658 16659 @use_safe_signer_certificates_metadata.setter 16660 def use_safe_signer_certificates_metadata(self, use_safe_signer_certificates_metadata): 16661 """Sets the use_safe_signer_certificates_metadata of this AccountSettingsInformation. 16662 16663 Metadata that indicates whether the `useSAFESignerCertificates` property is editable. # noqa: E501 16664 16665 :param use_safe_signer_certificates_metadata: The use_safe_signer_certificates_metadata of this AccountSettingsInformation. # noqa: E501 16666 :type: SettingsMetadata 16667 """ 16668 16669 self._use_safe_signer_certificates_metadata = use_safe_signer_certificates_metadata 16670 16671 @property 16672 def uses_api(self): 16673 """Gets the uses_api of this AccountSettingsInformation. # noqa: E501 16674 16675 # noqa: E501 16676 16677 :return: The uses_api of this AccountSettingsInformation. # noqa: E501 16678 :rtype: str 16679 """ 16680 return self._uses_api 16681 16682 @uses_api.setter 16683 def uses_api(self, uses_api): 16684 """Sets the uses_api of this AccountSettingsInformation. 16685 16686 # noqa: E501 16687 16688 :param uses_api: The uses_api of this AccountSettingsInformation. # noqa: E501 16689 :type: str 16690 """ 16691 16692 self._uses_api = uses_api 16693 16694 @property 16695 def uses_api_metadata(self): 16696 """Gets the uses_api_metadata of this AccountSettingsInformation. # noqa: E501 16697 16698 Metadata that indicates whether the `usesAPI` property is editable. # noqa: E501 16699 16700 :return: The uses_api_metadata of this AccountSettingsInformation. # noqa: E501 16701 :rtype: SettingsMetadata 16702 """ 16703 return self._uses_api_metadata 16704 16705 @uses_api_metadata.setter 16706 def uses_api_metadata(self, uses_api_metadata): 16707 """Sets the uses_api_metadata of this AccountSettingsInformation. 16708 16709 Metadata that indicates whether the `usesAPI` property is editable. # noqa: E501 16710 16711 :param uses_api_metadata: The uses_api_metadata of this AccountSettingsInformation. # noqa: E501 16712 :type: SettingsMetadata 16713 """ 16714 16715 self._uses_api_metadata = uses_api_metadata 16716 16717 @property 16718 def use_signature_provider_platform(self): 16719 """Gets the use_signature_provider_platform of this AccountSettingsInformation. # noqa: E501 16720 16721 # noqa: E501 16722 16723 :return: The use_signature_provider_platform of this AccountSettingsInformation. # noqa: E501 16724 :rtype: str 16725 """ 16726 return self._use_signature_provider_platform 16727 16728 @use_signature_provider_platform.setter 16729 def use_signature_provider_platform(self, use_signature_provider_platform): 16730 """Sets the use_signature_provider_platform of this AccountSettingsInformation. 16731 16732 # noqa: E501 16733 16734 :param use_signature_provider_platform: The use_signature_provider_platform of this AccountSettingsInformation. # noqa: E501 16735 :type: str 16736 """ 16737 16738 self._use_signature_provider_platform = use_signature_provider_platform 16739 16740 @property 16741 def use_signature_provider_platform_metadata(self): 16742 """Gets the use_signature_provider_platform_metadata of this AccountSettingsInformation. # noqa: E501 16743 16744 Metadata that indicates whether the `useSignatureProviderPlatform` property is editable. # noqa: E501 16745 16746 :return: The use_signature_provider_platform_metadata of this AccountSettingsInformation. # noqa: E501 16747 :rtype: SettingsMetadata 16748 """ 16749 return self._use_signature_provider_platform_metadata 16750 16751 @use_signature_provider_platform_metadata.setter 16752 def use_signature_provider_platform_metadata(self, use_signature_provider_platform_metadata): 16753 """Sets the use_signature_provider_platform_metadata of this AccountSettingsInformation. 16754 16755 Metadata that indicates whether the `useSignatureProviderPlatform` property is editable. # noqa: E501 16756 16757 :param use_signature_provider_platform_metadata: The use_signature_provider_platform_metadata of this AccountSettingsInformation. # noqa: E501 16758 :type: SettingsMetadata 16759 """ 16760 16761 self._use_signature_provider_platform_metadata = use_signature_provider_platform_metadata 16762 16763 @property 16764 def use_smart_contracts_v1(self): 16765 """Gets the use_smart_contracts_v1 of this AccountSettingsInformation. # noqa: E501 16766 16767 # noqa: E501 16768 16769 :return: The use_smart_contracts_v1 of this AccountSettingsInformation. # noqa: E501 16770 :rtype: str 16771 """ 16772 return self._use_smart_contracts_v1 16773 16774 @use_smart_contracts_v1.setter 16775 def use_smart_contracts_v1(self, use_smart_contracts_v1): 16776 """Sets the use_smart_contracts_v1 of this AccountSettingsInformation. 16777 16778 # noqa: E501 16779 16780 :param use_smart_contracts_v1: The use_smart_contracts_v1 of this AccountSettingsInformation. # noqa: E501 16781 :type: str 16782 """ 16783 16784 self._use_smart_contracts_v1 = use_smart_contracts_v1 16785 16786 @property 16787 def validations_allowed(self): 16788 """Gets the validations_allowed of this AccountSettingsInformation. # noqa: E501 16789 16790 # noqa: E501 16791 16792 :return: The validations_allowed of this AccountSettingsInformation. # noqa: E501 16793 :rtype: str 16794 """ 16795 return self._validations_allowed 16796 16797 @validations_allowed.setter 16798 def validations_allowed(self, validations_allowed): 16799 """Sets the validations_allowed of this AccountSettingsInformation. 16800 16801 # noqa: E501 16802 16803 :param validations_allowed: The validations_allowed of this AccountSettingsInformation. # noqa: E501 16804 :type: str 16805 """ 16806 16807 self._validations_allowed = validations_allowed 16808 16809 @property 16810 def validations_allowed_metadata(self): 16811 """Gets the validations_allowed_metadata of this AccountSettingsInformation. # noqa: E501 16812 16813 Metadata that indicates whether the `validationsAllowed` property is editable. # noqa: E501 16814 16815 :return: The validations_allowed_metadata of this AccountSettingsInformation. # noqa: E501 16816 :rtype: SettingsMetadata 16817 """ 16818 return self._validations_allowed_metadata 16819 16820 @validations_allowed_metadata.setter 16821 def validations_allowed_metadata(self, validations_allowed_metadata): 16822 """Sets the validations_allowed_metadata of this AccountSettingsInformation. 16823 16824 Metadata that indicates whether the `validationsAllowed` property is editable. # noqa: E501 16825 16826 :param validations_allowed_metadata: The validations_allowed_metadata of this AccountSettingsInformation. # noqa: E501 16827 :type: SettingsMetadata 16828 """ 16829 16830 self._validations_allowed_metadata = validations_allowed_metadata 16831 16832 @property 16833 def validations_brand(self): 16834 """Gets the validations_brand of this AccountSettingsInformation. # noqa: E501 16835 16836 # noqa: E501 16837 16838 :return: The validations_brand of this AccountSettingsInformation. # noqa: E501 16839 :rtype: str 16840 """ 16841 return self._validations_brand 16842 16843 @validations_brand.setter 16844 def validations_brand(self, validations_brand): 16845 """Sets the validations_brand of this AccountSettingsInformation. 16846 16847 # noqa: E501 16848 16849 :param validations_brand: The validations_brand of this AccountSettingsInformation. # noqa: E501 16850 :type: str 16851 """ 16852 16853 self._validations_brand = validations_brand 16854 16855 @property 16856 def validations_brand_metadata(self): 16857 """Gets the validations_brand_metadata of this AccountSettingsInformation. # noqa: E501 16858 16859 Metadata that indicates whether the `validationsBrand` property is editable. # noqa: E501 16860 16861 :return: The validations_brand_metadata of this AccountSettingsInformation. # noqa: E501 16862 :rtype: SettingsMetadata 16863 """ 16864 return self._validations_brand_metadata 16865 16866 @validations_brand_metadata.setter 16867 def validations_brand_metadata(self, validations_brand_metadata): 16868 """Sets the validations_brand_metadata of this AccountSettingsInformation. 16869 16870 Metadata that indicates whether the `validationsBrand` property is editable. # noqa: E501 16871 16872 :param validations_brand_metadata: The validations_brand_metadata of this AccountSettingsInformation. # noqa: E501 16873 :type: SettingsMetadata 16874 """ 16875 16876 self._validations_brand_metadata = validations_brand_metadata 16877 16878 @property 16879 def validations_cadence(self): 16880 """Gets the validations_cadence of this AccountSettingsInformation. # noqa: E501 16881 16882 # noqa: E501 16883 16884 :return: The validations_cadence of this AccountSettingsInformation. # noqa: E501 16885 :rtype: str 16886 """ 16887 return self._validations_cadence 16888 16889 @validations_cadence.setter 16890 def validations_cadence(self, validations_cadence): 16891 """Sets the validations_cadence of this AccountSettingsInformation. 16892 16893 # noqa: E501 16894 16895 :param validations_cadence: The validations_cadence of this AccountSettingsInformation. # noqa: E501 16896 :type: str 16897 """ 16898 16899 self._validations_cadence = validations_cadence 16900 16901 @property 16902 def validations_cadence_metadata(self): 16903 """Gets the validations_cadence_metadata of this AccountSettingsInformation. # noqa: E501 16904 16905 Metadata that indicates whether the `validationsCadence` property is editable. # noqa: E501 16906 16907 :return: The validations_cadence_metadata of this AccountSettingsInformation. # noqa: E501 16908 :rtype: SettingsMetadata 16909 """ 16910 return self._validations_cadence_metadata 16911 16912 @validations_cadence_metadata.setter 16913 def validations_cadence_metadata(self, validations_cadence_metadata): 16914 """Sets the validations_cadence_metadata of this AccountSettingsInformation. 16915 16916 Metadata that indicates whether the `validationsCadence` property is editable. # noqa: E501 16917 16918 :param validations_cadence_metadata: The validations_cadence_metadata of this AccountSettingsInformation. # noqa: E501 16919 :type: SettingsMetadata 16920 """ 16921 16922 self._validations_cadence_metadata = validations_cadence_metadata 16923 16924 @property 16925 def validations_enabled(self): 16926 """Gets the validations_enabled of this AccountSettingsInformation. # noqa: E501 16927 16928 # noqa: E501 16929 16930 :return: The validations_enabled of this AccountSettingsInformation. # noqa: E501 16931 :rtype: str 16932 """ 16933 return self._validations_enabled 16934 16935 @validations_enabled.setter 16936 def validations_enabled(self, validations_enabled): 16937 """Sets the validations_enabled of this AccountSettingsInformation. 16938 16939 # noqa: E501 16940 16941 :param validations_enabled: The validations_enabled of this AccountSettingsInformation. # noqa: E501 16942 :type: str 16943 """ 16944 16945 self._validations_enabled = validations_enabled 16946 16947 @property 16948 def validations_enabled_metadata(self): 16949 """Gets the validations_enabled_metadata of this AccountSettingsInformation. # noqa: E501 16950 16951 Metadata that indicates whether the `validationsEnabled` property is editable. # noqa: E501 16952 16953 :return: The validations_enabled_metadata of this AccountSettingsInformation. # noqa: E501 16954 :rtype: SettingsMetadata 16955 """ 16956 return self._validations_enabled_metadata 16957 16958 @validations_enabled_metadata.setter 16959 def validations_enabled_metadata(self, validations_enabled_metadata): 16960 """Sets the validations_enabled_metadata of this AccountSettingsInformation. 16961 16962 Metadata that indicates whether the `validationsEnabled` property is editable. # noqa: E501 16963 16964 :param validations_enabled_metadata: The validations_enabled_metadata of this AccountSettingsInformation. # noqa: E501 16965 :type: SettingsMetadata 16966 """ 16967 16968 self._validations_enabled_metadata = validations_enabled_metadata 16969 16970 @property 16971 def validations_report(self): 16972 """Gets the validations_report of this AccountSettingsInformation. # noqa: E501 16973 16974 # noqa: E501 16975 16976 :return: The validations_report of this AccountSettingsInformation. # noqa: E501 16977 :rtype: str 16978 """ 16979 return self._validations_report 16980 16981 @validations_report.setter 16982 def validations_report(self, validations_report): 16983 """Sets the validations_report of this AccountSettingsInformation. 16984 16985 # noqa: E501 16986 16987 :param validations_report: The validations_report of this AccountSettingsInformation. # noqa: E501 16988 :type: str 16989 """ 16990 16991 self._validations_report = validations_report 16992 16993 @property 16994 def validations_report_metadata(self): 16995 """Gets the validations_report_metadata of this AccountSettingsInformation. # noqa: E501 16996 16997 Metadata that indicates whether the `validationsReport` property is editable. # noqa: E501 16998 16999 :return: The validations_report_metadata of this AccountSettingsInformation. # noqa: E501 17000 :rtype: SettingsMetadata 17001 """ 17002 return self._validations_report_metadata 17003 17004 @validations_report_metadata.setter 17005 def validations_report_metadata(self, validations_report_metadata): 17006 """Sets the validations_report_metadata of this AccountSettingsInformation. 17007 17008 Metadata that indicates whether the `validationsReport` property is editable. # noqa: E501 17009 17010 :param validations_report_metadata: The validations_report_metadata of this AccountSettingsInformation. # noqa: E501 17011 :type: SettingsMetadata 17012 """ 17013 17014 self._validations_report_metadata = validations_report_metadata 17015 17016 @property 17017 def water_mark_enabled(self): 17018 """Gets the water_mark_enabled of this AccountSettingsInformation. # noqa: E501 17019 17020 # noqa: E501 17021 17022 :return: The water_mark_enabled of this AccountSettingsInformation. # noqa: E501 17023 :rtype: str 17024 """ 17025 return self._water_mark_enabled 17026 17027 @water_mark_enabled.setter 17028 def water_mark_enabled(self, water_mark_enabled): 17029 """Sets the water_mark_enabled of this AccountSettingsInformation. 17030 17031 # noqa: E501 17032 17033 :param water_mark_enabled: The water_mark_enabled of this AccountSettingsInformation. # noqa: E501 17034 :type: str 17035 """ 17036 17037 self._water_mark_enabled = water_mark_enabled 17038 17039 @property 17040 def water_mark_enabled_metadata(self): 17041 """Gets the water_mark_enabled_metadata of this AccountSettingsInformation. # noqa: E501 17042 17043 Metadata that indicates whether the `waterMarkEnabled` property is editable. # noqa: E501 17044 17045 :return: The water_mark_enabled_metadata of this AccountSettingsInformation. # noqa: E501 17046 :rtype: SettingsMetadata 17047 """ 17048 return self._water_mark_enabled_metadata 17049 17050 @water_mark_enabled_metadata.setter 17051 def water_mark_enabled_metadata(self, water_mark_enabled_metadata): 17052 """Sets the water_mark_enabled_metadata of this AccountSettingsInformation. 17053 17054 Metadata that indicates whether the `waterMarkEnabled` property is editable. # noqa: E501 17055 17056 :param water_mark_enabled_metadata: The water_mark_enabled_metadata of this AccountSettingsInformation. # noqa: E501 17057 :type: SettingsMetadata 17058 """ 17059 17060 self._water_mark_enabled_metadata = water_mark_enabled_metadata 17061 17062 @property 17063 def write_reminder_to_envelope_history(self): 17064 """Gets the write_reminder_to_envelope_history of this AccountSettingsInformation. # noqa: E501 17065 17066 # noqa: E501 17067 17068 :return: The write_reminder_to_envelope_history of this AccountSettingsInformation. # noqa: E501 17069 :rtype: str 17070 """ 17071 return self._write_reminder_to_envelope_history 17072 17073 @write_reminder_to_envelope_history.setter 17074 def write_reminder_to_envelope_history(self, write_reminder_to_envelope_history): 17075 """Sets the write_reminder_to_envelope_history of this AccountSettingsInformation. 17076 17077 # noqa: E501 17078 17079 :param write_reminder_to_envelope_history: The write_reminder_to_envelope_history of this AccountSettingsInformation. # noqa: E501 17080 :type: str 17081 """ 17082 17083 self._write_reminder_to_envelope_history = write_reminder_to_envelope_history 17084 17085 @property 17086 def write_reminder_to_envelope_history_metadata(self): 17087 """Gets the write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. # noqa: E501 17088 17089 Metadata that indicates whether the `writeReminderToEnvelopeHistory` property is editable. # noqa: E501 17090 17091 :return: The write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. # noqa: E501 17092 :rtype: SettingsMetadata 17093 """ 17094 return self._write_reminder_to_envelope_history_metadata 17095 17096 @write_reminder_to_envelope_history_metadata.setter 17097 def write_reminder_to_envelope_history_metadata(self, write_reminder_to_envelope_history_metadata): 17098 """Sets the write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. 17099 17100 Metadata that indicates whether the `writeReminderToEnvelopeHistory` property is editable. # noqa: E501 17101 17102 :param write_reminder_to_envelope_history_metadata: The write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. # noqa: E501 17103 :type: SettingsMetadata 17104 """ 17105 17106 self._write_reminder_to_envelope_history_metadata = write_reminder_to_envelope_history_metadata 17107 17108 @property 17109 def wurfl_min_allowable_screen_size(self): 17110 """Gets the wurfl_min_allowable_screen_size of this AccountSettingsInformation. # noqa: E501 17111 17112 # noqa: E501 17113 17114 :return: The wurfl_min_allowable_screen_size of this AccountSettingsInformation. # noqa: E501 17115 :rtype: str 17116 """ 17117 return self._wurfl_min_allowable_screen_size 17118 17119 @wurfl_min_allowable_screen_size.setter 17120 def wurfl_min_allowable_screen_size(self, wurfl_min_allowable_screen_size): 17121 """Sets the wurfl_min_allowable_screen_size of this AccountSettingsInformation. 17122 17123 # noqa: E501 17124 17125 :param wurfl_min_allowable_screen_size: The wurfl_min_allowable_screen_size of this AccountSettingsInformation. # noqa: E501 17126 :type: str 17127 """ 17128 17129 self._wurfl_min_allowable_screen_size = wurfl_min_allowable_screen_size 17130 17131 @property 17132 def wurfl_min_allowable_screen_size_metadata(self): 17133 """Gets the wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. # noqa: E501 17134 17135 Metadata that indicates whether the `wurflMinAllowableScreenSize` property is editable. # noqa: E501 17136 17137 :return: The wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. # noqa: E501 17138 :rtype: SettingsMetadata 17139 """ 17140 return self._wurfl_min_allowable_screen_size_metadata 17141 17142 @wurfl_min_allowable_screen_size_metadata.setter 17143 def wurfl_min_allowable_screen_size_metadata(self, wurfl_min_allowable_screen_size_metadata): 17144 """Sets the wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. 17145 17146 Metadata that indicates whether the `wurflMinAllowableScreenSize` property is editable. # noqa: E501 17147 17148 :param wurfl_min_allowable_screen_size_metadata: The wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. # noqa: E501 17149 :type: SettingsMetadata 17150 """ 17151 17152 self._wurfl_min_allowable_screen_size_metadata = wurfl_min_allowable_screen_size_metadata 17153 17154 def to_dict(self): 17155 """Returns the model properties as a dict""" 17156 result = {} 17157 17158 for attr, _ in six.iteritems(self.swagger_types): 17159 value = getattr(self, attr) 17160 if isinstance(value, list): 17161 result[attr] = list(map( 17162 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 17163 value 17164 )) 17165 elif hasattr(value, "to_dict"): 17166 result[attr] = value.to_dict() 17167 elif isinstance(value, dict): 17168 result[attr] = dict(map( 17169 lambda item: (item[0], item[1].to_dict()) 17170 if hasattr(item[1], "to_dict") else item, 17171 value.items() 17172 )) 17173 else: 17174 result[attr] = value 17175 if issubclass(AccountSettingsInformation, dict): 17176 for key, value in self.items(): 17177 result[key] = value 17178 17179 return result 17180 17181 def to_str(self): 17182 """Returns the string representation of the model""" 17183 return pprint.pformat(self.to_dict()) 17184 17185 def __repr__(self): 17186 """For `print` and `pprint`""" 17187 return self.to_str() 17188 17189 def __eq__(self, other): 17190 """Returns true if both objects are equal""" 17191 if not isinstance(other, AccountSettingsInformation): 17192 return False 17193 17194 return self.to_dict() == other.to_dict() 17195 17196 def __ne__(self, other): 17197 """Returns true if both objects are not equal""" 17198 if not isinstance(other, AccountSettingsInformation): 17199 return True 17200 17201 return self.to_dict() != other.to_dict()
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
1312 def __init__(self, _configuration=None, **kwargs): # noqa: E501 1313 """AccountSettingsInformation - a model defined in Swagger""" # noqa: E501 1314 if _configuration is None: 1315 _configuration = Configuration() 1316 self._configuration = _configuration 1317 1318 self._access_code_format = None 1319 self._account_date_time_format = None 1320 self._account_date_time_format_metadata = None 1321 self._account_default_language = None 1322 self._account_default_language_metadata = None 1323 self._account_name = None 1324 self._account_name_metadata = None 1325 self._account_notification = None 1326 self._account_ui_settings = None 1327 self._adopt_sig_config = None 1328 self._adopt_sig_config_metadata = None 1329 self._advanced_correct = None 1330 self._advanced_correct_metadata = None 1331 self._allow_access_code_format = None 1332 self._allow_access_code_format_metadata = None 1333 self._allow_account_management_granular = None 1334 self._allow_account_management_granular_metadata = None 1335 self._allow_account_member_name_change = None 1336 self._allow_account_member_name_change_metadata = None 1337 self._allow_advanced_recipient_routing_conditional = None 1338 self._allow_advanced_recipient_routing_conditional_metadata = None 1339 self._allow_agent_name_email_edit = None 1340 self._allow_agent_name_email_edit_metadata = None 1341 self._allow_agreement_actions = None 1342 self._allow_agreement_actions_metadata = None 1343 self._allow_agreement_orchestration_workflows = None 1344 self._allow_agreement_orchestration_workflows_metadata = None 1345 self._allow_auto_nav_settings = None 1346 self._allow_auto_nav_settings_metadata = None 1347 self._allow_auto_tagging = None 1348 self._allow_auto_tagging_metadata = None 1349 self._allow_bulk_send = None 1350 self._allow_bulk_send_metadata = None 1351 self._allow_cd_withdraw = None 1352 self._allow_cd_withdraw_metadata = None 1353 self._allow_connect_http_listener_configs = None 1354 self._allow_connect_o_auth_ui = None 1355 self._allow_connect_send_finish_later = None 1356 self._allow_connect_send_finish_later_metadata = None 1357 self._allow_connect_unified_payload_ui = None 1358 self._allow_consumer_disclosure_override = None 1359 self._allow_consumer_disclosure_override_metadata = None 1360 self._allow_data_download = None 1361 self._allow_data_download_metadata = None 1362 self._allow_delayed_routing = None 1363 self._allow_delayed_routing_metadata = None 1364 self._allow_delegated_signing = None 1365 self._allow_delegated_signing_metadata = None 1366 self._allow_doc_gen_documents = None 1367 self._allow_doc_gen_documents_metadata = None 1368 self._allow_document_disclosures = None 1369 self._allow_document_disclosures_metadata = None 1370 self._allow_documents_on_signed_envelopes = None 1371 self._allow_documents_on_signed_envelopes_metadata = None 1372 self._allow_document_visibility = None 1373 self._allow_document_visibility_metadata = None 1374 self._allow_e_hanko_stamps = None 1375 self._allow_e_hanko_stamps_metadata = None 1376 self._allow_e_note_e_original = None 1377 self._allow_e_note_e_original_metadata = None 1378 self._allow_envelope_correct = None 1379 self._allow_envelope_correct_metadata = None 1380 self._allow_envelope_custody_transfer = None 1381 self._allow_envelope_custody_transfer_metadata = None 1382 self._allow_envelope_custom_fields = None 1383 self._allow_envelope_custom_fields_metadata = None 1384 self._allow_envelope_publish_reporting = None 1385 self._allow_envelope_publish_reporting_metadata = None 1386 self._allow_envelope_reporting = None 1387 self._allow_envelope_reporting_metadata = None 1388 self._allow_expression = None 1389 self._allow_expression_metadata = None 1390 self._allow_express_signer_certificate = None 1391 self._allow_express_signer_certificate_metadata = None 1392 self._allow_extended_sending_resource_file = None 1393 self._allow_extended_sending_resource_file_metadata = None 1394 self._allow_external_linked_accounts = None 1395 self._allow_external_linked_accounts_metadata = None 1396 self._allow_external_signature_pad = None 1397 self._allow_external_signature_pad_metadata = None 1398 self._allow_idv_for_eu_qualified_signatures = None 1399 self._allow_idv_for_eu_qualified_signatures_metadata = None 1400 self._allow_idv_level1 = None 1401 self._allow_idv_level1_metadata = None 1402 self._allow_idv_level2 = None 1403 self._allow_idv_level2_metadata = None 1404 self._allow_idv_level3 = None 1405 self._allow_idv_level3_metadata = None 1406 self._allow_idv_platform = None 1407 self._allow_idv_platform_metadata = None 1408 self._allow_in_person = None 1409 self._allow_in_person_electronic_notary = None 1410 self._allow_in_person_electronic_notary_metadata = None 1411 self._allow_in_person_metadata = None 1412 self._allow_managed_stamps = None 1413 self._allow_managed_stamps_metadata = None 1414 self._allow_managing_envelopes_on_behalf_of_others = None 1415 self._allow_managing_envelopes_on_behalf_of_others_metadata = None 1416 self._allow_markup = None 1417 self._allow_markup_metadata = None 1418 self._allow_member_time_zone = None 1419 self._allow_member_time_zone_metadata = None 1420 self._allow_merge_fields = None 1421 self._allow_merge_fields_metadata = None 1422 self._allow_multiple_brand_profiles = None 1423 self._allow_multiple_brand_profiles_metadata = None 1424 self._allow_multiple_signer_attachments = None 1425 self._allow_multiple_signer_attachments_metadata = None 1426 self._allow_non_us_phone_auth = None 1427 self._allow_non_us_phone_auth_metadata = None 1428 self._allow_ocr_of_envelope_documents = None 1429 self._allow_ocr_of_envelope_documents_metadata = None 1430 self._allow_offline_signing = None 1431 self._allow_offline_signing_metadata = None 1432 self._allow_open_trust_signer_certificate = None 1433 self._allow_open_trust_signer_certificate_metadata = None 1434 self._allow_organization_docusign_monitor = None 1435 self._allow_organization_docusign_monitor_metadata = None 1436 self._allow_organization_domain_user_management = None 1437 self._allow_organization_domain_user_management_metadata = None 1438 self._allow_organizations = None 1439 self._allow_organizations_metadata = None 1440 self._allow_organization_sso_management = None 1441 self._allow_organization_sso_management_metadata = None 1442 self._allow_organization_to_use_in_person_electronic_notary = None 1443 self._allow_organization_to_use_in_person_electronic_notary_metadata = None 1444 self._allow_organization_to_use_remote_notary = None 1445 self._allow_organization_to_use_remote_notary_metadata = None 1446 self._allow_organization_to_use_third_party_electronic_notary = None 1447 self._allow_organization_to_use_third_party_electronic_notary_metadata = None 1448 self._allow_participant_recipient_type = None 1449 self._allow_participant_recipient_type_metadata = None 1450 self._allow_payment_processing = None 1451 self._allow_payment_processing_metadata = None 1452 self._allow_performance_analytics = None 1453 self._allow_performance_analytics_metadata = None 1454 self._allow_phone_authentication = None 1455 self._allow_phone_authentication_metadata = None 1456 self._allow_phone_auth_override = None 1457 self._allow_phone_auth_override_metadata = None 1458 self._allow_private_signing_groups = None 1459 self._allow_private_signing_groups_metadata = None 1460 self._allow_recipient_connect = None 1461 self._allow_recipient_connect_metadata = None 1462 self._allow_reminders = None 1463 self._allow_reminders_metadata = None 1464 self._allow_remote_notary = None 1465 self._allow_remote_notary_metadata = None 1466 self._allow_resource_file_branding = None 1467 self._allow_resource_file_branding_metadata = None 1468 self._allow_safe_bio_pharma_signer_certificate = None 1469 self._allow_safe_bio_pharma_signer_certificate_metadata = None 1470 self._allow_scheduled_sending = None 1471 self._allow_scheduled_sending_metadata = None 1472 self._allow_security_appliance = None 1473 self._allow_security_appliance_metadata = None 1474 self._allow_sending_envelopes_on_behalf_of_others = None 1475 self._allow_sending_envelopes_on_behalf_of_others_metadata = None 1476 self._allow_send_to_certified_delivery = None 1477 self._allow_send_to_certified_delivery_metadata = None 1478 self._allow_send_to_intermediary = None 1479 self._allow_send_to_intermediary_metadata = None 1480 self._allow_server_templates = None 1481 self._allow_server_templates_metadata = None 1482 self._allow_set_embedded_recipient_start_url = None 1483 self._allow_set_embedded_recipient_start_url_metadata = None 1484 self._allow_shared_tabs = None 1485 self._allow_shared_tabs_metadata = None 1486 self._allow_signature_stamps = None 1487 self._allow_signature_stamps_metadata = None 1488 self._allow_sign_document_from_home_page = None 1489 self._allow_sign_document_from_home_page_metadata = None 1490 self._allow_signer_reassign = None 1491 self._allow_signer_reassign_metadata = None 1492 self._allow_signer_reassign_override = None 1493 self._allow_signer_reassign_override_metadata = None 1494 self._allow_signing_extensions = None 1495 self._allow_signing_extensions_metadata = None 1496 self._allow_signing_groups = None 1497 self._allow_signing_groups_metadata = None 1498 self._allow_signing_insights = None 1499 self._allow_signing_insights_metadata = None 1500 self._allow_signing_radio_deselect = None 1501 self._allow_signing_radio_deselect_metadata = None 1502 self._allow_sign_now = None 1503 self._allow_sign_now_metadata = None 1504 self._allow_sms_delivery = None 1505 self._allow_sms_delivery_metadata = None 1506 self._allow_social_id_login = None 1507 self._allow_social_id_login_metadata = None 1508 self._allow_supplemental_documents = None 1509 self._allow_supplemental_documents_metadata = None 1510 self._allow_third_party_electronic_notary = None 1511 self._allow_third_party_electronic_notary_metadata = None 1512 self._allow_users_to_access_directory = None 1513 self._allow_users_to_access_directory_metadata = None 1514 self._allow_value_insights = None 1515 self._allow_value_insights_metadata = None 1516 self._allow_web_forms = None 1517 self._allow_web_forms_metadata = None 1518 self._anchor_population_scope = None 1519 self._anchor_population_scope_metadata = None 1520 self._anchor_tag_versioned_placement_enabled = None 1521 self._anchor_tag_versioned_placement_metadata_enabled = None 1522 self._attach_completed_envelope = None 1523 self._attach_completed_envelope_metadata = None 1524 self._authentication_check = None 1525 self._authentication_check_metadata = None 1526 self._auto_nav_rule = None 1527 self._auto_nav_rule_metadata = None 1528 self._auto_provision_signer_account = None 1529 self._auto_provision_signer_account_metadata = None 1530 self._bcc_email_archive = None 1531 self._bcc_email_archive_metadata = None 1532 self._beta_switch_configuration = None 1533 self._beta_switch_configuration_metadata = None 1534 self._billing_address = None 1535 self._billing_address_metadata = None 1536 self._bulk_send = None 1537 self._bulk_send_action_resend_limit = None 1538 self._bulk_send_max_copies_in_batch = None 1539 self._bulk_send_max_unprocessed_envelopes_count = None 1540 self._bulk_send_metadata = None 1541 self._can_self_brand_send = None 1542 self._can_self_brand_send_metadata = None 1543 self._can_self_brand_sign = None 1544 self._can_self_brand_sign_metadata = None 1545 self._can_use_salesforce_o_auth = None 1546 self._can_use_salesforce_o_auth_metadata = None 1547 self._capture_voice_recording = None 1548 self._capture_voice_recording_metadata = None 1549 self._cfr21_simplified_signing_enabled = None 1550 self._cfr21_simplified_signing_enabled_metadata = None 1551 self._cfr_use_wide_image = None 1552 self._cfr_use_wide_image_metadata = None 1553 self._check_for_multiple_admins_on_account = None 1554 self._check_for_multiple_admins_on_account_metadata = None 1555 self._chrome_signature_enabled = None 1556 self._chrome_signature_enabled_metadata = None 1557 self._comment_email_show_message_text = None 1558 self._comment_email_show_message_text_metadata = None 1559 self._comments_allow_envelope_override = None 1560 self._comments_allow_envelope_override_metadata = None 1561 self._conditional_fields_enabled = None 1562 self._conditional_fields_enabled_metadata = None 1563 self._consumer_disclosure_frequency = None 1564 self._consumer_disclosure_frequency_metadata = None 1565 self._convert_pdf_fields = None 1566 self._convert_pdf_fields_metadata = None 1567 self._data_population_scope = None 1568 self._data_population_scope_metadata = None 1569 self._disable_auto_template_matching = None 1570 self._disable_auto_template_matching_metadata = None 1571 self._disable_mobile_app = None 1572 self._disable_mobile_app_metadata = None 1573 self._disable_mobile_push_notifications = None 1574 self._disable_mobile_push_notifications_metadata = None 1575 self._disable_mobile_sending = None 1576 self._disable_mobile_sending_metadata = None 1577 self._disable_multiple_sessions = None 1578 self._disable_multiple_sessions_metadata = None 1579 self._disable_purge_notifications_for_sender_metadata = None 1580 self._disable_signer_cert_view = None 1581 self._disable_signer_cert_view_metadata = None 1582 self._disable_signer_history_view = None 1583 self._disable_signer_history_view_metadata = None 1584 self._disable_style_signature = None 1585 self._disable_style_signature_metadata = None 1586 self._disable_upload_signature = None 1587 self._disable_upload_signature_metadata = None 1588 self._disable_user_sharing = None 1589 self._disable_user_sharing_metadata = None 1590 self._display_beta_switch = None 1591 self._display_beta_switch_metadata = None 1592 self._document_conversion_restrictions = None 1593 self._document_conversion_restrictions_metadata = None 1594 self._document_retention = None 1595 self._document_retention_metadata = None 1596 self._document_retention_purge_tabs = None 1597 self._document_visibility = None 1598 self._document_visibility_metadata = None 1599 self._dss_sign_28411_enable_leave_page_prompt_radmin_option = None 1600 self._dss_sign_29182_slide_up_bar_radmin_option = None 1601 self._email_template_version = None 1602 self._email_template_version_metadata = None 1603 self._enable_access_code_generator = None 1604 self._enable_access_code_generator_metadata = None 1605 self._enable_advanced_payments = None 1606 self._enable_advanced_payments_metadata = None 1607 self._enable_advanced_power_forms = None 1608 self._enable_advanced_power_forms_metadata = None 1609 self._enable_agreement_actions_for_clm = None 1610 self._enable_agreement_actions_for_clm_metadata = None 1611 self._enable_agreement_actions_for_e_sign = None 1612 self._enable_agreement_actions_for_e_sign_metadata = None 1613 self._enable_auto_nav = None 1614 self._enable_auto_nav_metadata = None 1615 self._enable_bcc_dummy_link = None 1616 self._enable_bcc_dummy_link_metadata = None 1617 self._enable_calculated_fields = None 1618 self._enable_calculated_fields_metadata = None 1619 self._enable_clickwraps = None 1620 self._enable_clickwraps_metadata = None 1621 self._enable_combined_pdf_download_for_sbs = None 1622 self._enable_comments_history_download_in_signing = None 1623 self._enable_comments_history_download_in_signing_metadata = None 1624 self._enable_contact_suggestions = None 1625 self._enable_contact_suggestions_metadata = None 1626 self._enable_customer_satisfaction_metric_tracking = None 1627 self._enable_customer_satisfaction_metric_tracking_metadata = None 1628 self._enable_ds_pro = None 1629 self._enable_ds_pro_metadata = None 1630 self._enable_envelope_stamping_by_account_admin = None 1631 self._enable_envelope_stamping_by_account_admin_metadata = None 1632 self._enable_envelope_stamping_by_ds_admin = None 1633 self._enable_envelope_stamping_by_ds_admin_metadata = None 1634 self._enable_e_sign_api_hourly_limit_management = None 1635 self._enable_e_sign_api_hourly_limit_management_metadata = None 1636 self._enable_esign_communities = None 1637 self._enable_esign_communities_metadata = None 1638 self._enable_id_fx_accountless_sms_auth_for_part11 = None 1639 self._enable_id_fx_accountless_sms_auth_for_part11_metadata = None 1640 self._enable_id_fx_intuit_kba = None 1641 self._enable_id_fx_intuit_kba_metadata = None 1642 self._enable_id_fx_phone_authentication = None 1643 self._enable_id_fx_phone_authentication_metadata = None 1644 self._enable_in_browser_editor = None 1645 self._enable_in_browser_editor_metadata = None 1646 self._enable_key_terms_suggestions_by_document_type = None 1647 self._enable_key_terms_suggestions_by_document_type_metadata = None 1648 self._enable_participant_recipient_setting_metadata = None 1649 self._enable_payment_processing = None 1650 self._enable_payment_processing_metadata = None 1651 self._enable_pdfa_conversion = None 1652 self._enable_pdfa_conversion_metadata = None 1653 self._enable_power_form = None 1654 self._enable_power_form_direct = None 1655 self._enable_power_form_direct_metadata = None 1656 self._enable_power_form_metadata = None 1657 self._enable_recipient_domain_validation = None 1658 self._enable_recipient_domain_validation_metadata = None 1659 self._enable_recipient_may_provide_phone_number = None 1660 self._enable_recipient_may_provide_phone_number_metadata = None 1661 self._enable_report_links = None 1662 self._enable_report_links_metadata = None 1663 self._enable_require_sign_on_paper = None 1664 self._enable_require_sign_on_paper_metadata = None 1665 self._enable_reserved_domain = None 1666 self._enable_reserved_domain_metadata = None 1667 self._enable_responsive_signing = None 1668 self._enable_responsive_signing_metadata = None 1669 self._enable_scheduled_release = None 1670 self._enable_scheduled_release_metadata = None 1671 self._enable_search = None 1672 self._enable_search_metadata = None 1673 self._enable_search_site_specific_api = None 1674 self._enable_search_site_specific_api_metadata = None 1675 self._enable_search_ui = None 1676 self._enable_search_ui_metadata = None 1677 self._enable_sending_tags_font_settings = None 1678 self._enable_sending_tags_font_settings_metadata = None 1679 self._enable_send_to_agent = None 1680 self._enable_send_to_agent_metadata = None 1681 self._enable_send_to_intermediary = None 1682 self._enable_send_to_intermediary_metadata = None 1683 self._enable_send_to_manage = None 1684 self._enable_send_to_manage_metadata = None 1685 self._enable_sequential_signing_api = None 1686 self._enable_sequential_signing_api_metadata = None 1687 self._enable_sequential_signing_ui = None 1688 self._enable_sequential_signing_ui_metadata = None 1689 self._enable_signer_attachments = None 1690 self._enable_signer_attachments_metadata = None 1691 self._enable_signing_extension_comments = None 1692 self._enable_signing_extension_comments_metadata = None 1693 self._enable_signing_extension_conversations = None 1694 self._enable_signing_extension_conversations_metadata = None 1695 self._enable_signing_order_settings_for_account = None 1696 self._enable_signing_order_settings_for_account_metadata = None 1697 self._enable_sign_on_paper = None 1698 self._enable_sign_on_paper_metadata = None 1699 self._enable_sign_on_paper_override = None 1700 self._enable_sign_on_paper_override_metadata = None 1701 self._enable_sign_with_notary = None 1702 self._enable_sign_with_notary_metadata = None 1703 self._enable_smart_contracts = None 1704 self._enable_smart_contracts_metadata = None 1705 self._enable_sms_authentication = None 1706 self._enable_sms_authentication_metadata = None 1707 self._enable_sms_delivery_additional_notification = None 1708 self._enable_sms_delivery_additional_notification_metadata = None 1709 self._enable_sms_delivery_primary = None 1710 self._enable_social_id_login = None 1711 self._enable_social_id_login_metadata = None 1712 self._enable_strike_through = None 1713 self._enable_strike_through_metadata = None 1714 self._enable_transaction_point = None 1715 self._enable_transaction_point_metadata = None 1716 self._enable_vaulting = None 1717 self._enable_vaulting_metadata = None 1718 self._enable_witnessing = None 1719 self._enable_witnessing_metadata = None 1720 self._enforce_template_name_uniqueness = None 1721 self._enforce_template_name_uniqueness_metadata = None 1722 self._envelope_integration_allowed = None 1723 self._envelope_integration_allowed_metadata = None 1724 self._envelope_integration_enabled = None 1725 self._envelope_integration_enabled_metadata = None 1726 self._envelope_limits_total_document_size_allowed_in_mb = None 1727 self._envelope_limits_total_document_size_allowed_in_mb_enabled = None 1728 self._envelope_limits_total_document_size_allowed_in_mb_enabled_metadata = None 1729 self._envelope_limits_total_document_size_allowed_in_mb_metadata = None 1730 self._envelope_stamping_default_value = None 1731 self._envelope_stamping_default_value_metadata = None 1732 self._exit_prompt = None 1733 self._exit_prompt_metadata = None 1734 self._express_send = None 1735 self._express_send_allow_tabs = None 1736 self._express_send_allow_tabs_metadata = None 1737 self._express_send_metadata = None 1738 self._external_document_sources = None 1739 self._external_signature_pad_type = None 1740 self._external_signature_pad_type_metadata = None 1741 self._fax_out_enabled = None 1742 self._fax_out_enabled_metadata = None 1743 self._finish_reminder = None 1744 self._finish_reminder_metadata = None 1745 self._guided_forms_html_allowed = None 1746 self._guided_forms_html_allowed_metadata = None 1747 self._has_recipient_connect_claimed_domain = None 1748 self._hide_account_address_in_co_c = None 1749 self._hide_account_address_in_co_c_metadata = None 1750 self._hide_pricing = None 1751 self._hide_pricing_metadata = None 1752 self._id_check_configurations = None 1753 self._id_check_expire = None 1754 self._id_check_expire_days = None 1755 self._id_check_expire_days_metadata = None 1756 self._id_check_expire_metadata = None 1757 self._id_check_expire_minutes = None 1758 self._id_check_expire_minutes_metadata = None 1759 self._id_check_required = None 1760 self._id_check_required_metadata = None 1761 self._identity_verification = None 1762 self._identity_verification_metadata = None 1763 self._idfx_phone_authentication_override = None 1764 self._idfx_phone_authentication_override_metadata = None 1765 self._ignore_error_if_anchor_tab_not_found = None 1766 self._ignore_error_if_anchor_tab_not_found_metadata_enabled = None 1767 self._in_person_id_check_question = None 1768 self._in_person_id_check_question_metadata = None 1769 self._in_person_signing_enabled = None 1770 self._in_person_signing_enabled_metadata = None 1771 self._in_session_enabled = None 1772 self._in_session_enabled_metadata = None 1773 self._in_session_suppress_emails = None 1774 self._in_session_suppress_emails_metadata = None 1775 self._linked_external_primary_accounts = None 1776 self._maximum_signing_groups = None 1777 self._maximum_signing_groups_metadata = None 1778 self._maximum_users_per_signing_group = None 1779 self._maximum_users_per_signing_group_metadata = None 1780 self._max_number_of_custom_stamps = None 1781 self._mobile_session_timeout = None 1782 self._mobile_session_timeout_metadata = None 1783 self._number_of_active_custom_stamps = None 1784 self._opt_in_mobile_signing_v02 = None 1785 self._opt_in_mobile_signing_v02_metadata = None 1786 self._opt_out_auto_nav_text_and_tab_color_updates = None 1787 self._opt_out_auto_nav_text_and_tab_color_updates_metadata = None 1788 self._opt_out_new_platform_seal = None 1789 self._opt_out_new_platform_seal_platform_metadata = None 1790 self._pdf_max_chunked_upload_part_size = None 1791 self._pdf_max_chunked_upload_part_size_metadata = None 1792 self._pdf_max_chunked_upload_total_size = None 1793 self._pdf_max_chunked_upload_total_size_metadata = None 1794 self._pdf_max_individual_upload_size = None 1795 self._pdf_max_individual_upload_size_metadata = None 1796 self._phone_auth_recipient_may_provide_phone_number = None 1797 self._phone_auth_recipient_may_provide_phone_number_metadata = None 1798 self._pki_sign_downloaded_pdf_docs = None 1799 self._pki_sign_downloaded_pdf_docs_metadata = None 1800 self._read_only_mode = None 1801 self._read_only_mode_metadata = None 1802 self._recipients_can_sign_offline = None 1803 self._recipients_can_sign_offline_metadata = None 1804 self._recipient_signing_auto_navigation_control = None 1805 self._recipient_signing_auto_navigation_control_metadata = None 1806 self._require21_cf_rpt11_compliance = None 1807 self._require21_cf_rpt11_compliance_metadata = None 1808 self._require_decline_reason = None 1809 self._require_decline_reason_metadata = None 1810 self._require_external_user_management = None 1811 self._require_external_user_management_metadata = None 1812 self._require_signer_certificate_type = None 1813 self._require_signer_certificate_type_metadata = None 1814 self._rsa_verid_account_name = None 1815 self._rsa_verid_password = None 1816 self._rsa_verid_ruleset = None 1817 self._rsa_verid_user_id = None 1818 self._self_signed_recipient_email_document = None 1819 self._self_signed_recipient_email_document_metadata = None 1820 self._self_signed_recipient_email_document_user_override = None 1821 self._self_signed_recipient_email_document_user_override_metadata = None 1822 self._sender_can_sign_in_each_location = None 1823 self._sender_can_sign_in_each_location_metadata = None 1824 self._sender_must_authenticate_signing = None 1825 self._sender_must_authenticate_signing_metadata = None 1826 self._sending_tags_font_color = None 1827 self._sending_tags_font_color_metadata = None 1828 self._sending_tags_font_name = None 1829 self._sending_tags_font_name_metadata = None 1830 self._sending_tags_font_size = None 1831 self._sending_tags_font_size_metadata = None 1832 self._send_lockout_recipient_notification = None 1833 self._send_lockout_recipient_notification_metadata = None 1834 self._send_to_certified_delivery_enabled = None 1835 self._send_to_certified_delivery_enabled_metadata = None 1836 self._session_timeout = None 1837 self._session_timeout_metadata = None 1838 self._set_recip_email_lang = None 1839 self._set_recip_email_lang_metadata = None 1840 self._set_recip_sign_lang = None 1841 self._set_recip_sign_lang_metadata = None 1842 self._shared_template_folders = None 1843 self._shared_template_folders_metadata = None 1844 self._show_complete_dialog_in_embedded_session = None 1845 self._show_complete_dialog_in_embedded_session_metadata = None 1846 self._show_conditional_routing_on_send = None 1847 self._show_conditional_routing_on_send_metadata = None 1848 self._show_initial_conditional_fields = None 1849 self._show_initial_conditional_fields_metadata = None 1850 self._show_localized_watermarks = None 1851 self._show_localized_watermarks_metadata = None 1852 self._show_masked_fields_when_downloading_document_as_sender = None 1853 self._show_masked_fields_when_downloading_document_as_sender_metadata = None 1854 self._show_tutorials = None 1855 self._show_tutorials_metadata = None 1856 self._signature_providers = None 1857 self._signature_providers_metadata = None 1858 self._sign_date_format = None 1859 self._sign_date_format_metadata = None 1860 self._sign_date_time_account_language_override = None 1861 self._sign_date_time_account_language_override_metadata = None 1862 self._sign_date_time_account_timezone_override = None 1863 self._sign_date_time_account_timezone_override_metadata = None 1864 self._signer_attach_certificate_to_envelope_pdf = None 1865 self._signer_attach_certificate_to_envelope_pdf_metadata = None 1866 self._signer_attach_concat = None 1867 self._signer_attach_concat_metadata = None 1868 self._signer_can_create_account = None 1869 self._signer_can_create_account_metadata = None 1870 self._signer_can_sign_on_mobile = None 1871 self._signer_can_sign_on_mobile_metadata = None 1872 self._signer_in_session_use_envelope_complete_email = None 1873 self._signer_in_session_use_envelope_complete_email_metadata = None 1874 self._signer_login_requirements = None 1875 self._signer_login_requirements_metadata = None 1876 self._signer_must_have_account = None 1877 self._signer_must_have_account_metadata = None 1878 self._signer_must_login_to_sign = None 1879 self._signer_must_login_to_sign_metadata = None 1880 self._signer_show_secure_field_initial_values = None 1881 self._signer_show_secure_field_initial_values_metadata = None 1882 self._signing_session_timeout = None 1883 self._signing_session_timeout_metadata = None 1884 self._signing_ui_version = None 1885 self._signing_ui_version_metadata = None 1886 self._sign_time_format = None 1887 self._sign_time_format_metadata = None 1888 self._sign_time_show_am_pm = None 1889 self._sign_time_show_am_pm_metadata = None 1890 self._simplified_sending_enabled = None 1891 self._simplified_sending_enabled_metadata = None 1892 self._single_sign_on_enabled = None 1893 self._single_sign_on_enabled_metadata = None 1894 self._skip_auth_completed_envelopes = None 1895 self._skip_auth_completed_envelopes_metadata = None 1896 self._social_id_recip_auth = None 1897 self._social_id_recip_auth_metadata = None 1898 self._specify_document_visibility = None 1899 self._specify_document_visibility_metadata = None 1900 self._start_in_advanced_correct = None 1901 self._start_in_advanced_correct_metadata = None 1902 self._supplemental_documents_must_accept = None 1903 self._supplemental_documents_must_accept_metadata = None 1904 self._supplemental_documents_must_read = None 1905 self._supplemental_documents_must_read_metadata = None 1906 self._supplemental_documents_must_view = None 1907 self._supplemental_documents_must_view_metadata = None 1908 self._suppress_certificate_enforcement = None 1909 self._suppress_certificate_enforcement_metadata = None 1910 self._tab_account_settings = None 1911 self._timezone_offset_api = None 1912 self._timezone_offset_api_metadata = None 1913 self._timezone_offset_ui = None 1914 self._timezone_offset_ui_metadata = None 1915 self._universal_signature_opt_in = None 1916 self._use_account_level_email = None 1917 self._use_account_level_email_metadata = None 1918 self._use_consumer_disclosure = None 1919 self._use_consumer_disclosure_metadata = None 1920 self._use_consumer_disclosure_within_account = None 1921 self._use_consumer_disclosure_within_account_metadata = None 1922 self._use_derived_keys = None 1923 self._use_derived_keys_metadata = None 1924 self._use_docu_sign_express_signer_certificate = None 1925 self._use_docu_sign_express_signer_certificate_metadata = None 1926 self._use_multi_app_groups_data = None 1927 self._use_multi_app_groups_data_metadata = None 1928 self._use_new_blob_for_pdf = None 1929 self._use_new_blob_for_pdf_metadata = None 1930 self._use_safe_signer_certificates = None 1931 self._use_safe_signer_certificates_metadata = None 1932 self._uses_api = None 1933 self._uses_api_metadata = None 1934 self._use_signature_provider_platform = None 1935 self._use_signature_provider_platform_metadata = None 1936 self._use_smart_contracts_v1 = None 1937 self._validations_allowed = None 1938 self._validations_allowed_metadata = None 1939 self._validations_brand = None 1940 self._validations_brand_metadata = None 1941 self._validations_cadence = None 1942 self._validations_cadence_metadata = None 1943 self._validations_enabled = None 1944 self._validations_enabled_metadata = None 1945 self._validations_report = None 1946 self._validations_report_metadata = None 1947 self._water_mark_enabled = None 1948 self._water_mark_enabled_metadata = None 1949 self._write_reminder_to_envelope_history = None 1950 self._write_reminder_to_envelope_history_metadata = None 1951 self._wurfl_min_allowable_screen_size = None 1952 self._wurfl_min_allowable_screen_size_metadata = None 1953 self.discriminator = None 1954 1955 setattr(self, "_{}".format('access_code_format'), kwargs.get('access_code_format', None)) 1956 setattr(self, "_{}".format('account_date_time_format'), kwargs.get('account_date_time_format', None)) 1957 setattr(self, "_{}".format('account_date_time_format_metadata'), kwargs.get('account_date_time_format_metadata', None)) 1958 setattr(self, "_{}".format('account_default_language'), kwargs.get('account_default_language', None)) 1959 setattr(self, "_{}".format('account_default_language_metadata'), kwargs.get('account_default_language_metadata', None)) 1960 setattr(self, "_{}".format('account_name'), kwargs.get('account_name', None)) 1961 setattr(self, "_{}".format('account_name_metadata'), kwargs.get('account_name_metadata', None)) 1962 setattr(self, "_{}".format('account_notification'), kwargs.get('account_notification', None)) 1963 setattr(self, "_{}".format('account_ui_settings'), kwargs.get('account_ui_settings', None)) 1964 setattr(self, "_{}".format('adopt_sig_config'), kwargs.get('adopt_sig_config', None)) 1965 setattr(self, "_{}".format('adopt_sig_config_metadata'), kwargs.get('adopt_sig_config_metadata', None)) 1966 setattr(self, "_{}".format('advanced_correct'), kwargs.get('advanced_correct', None)) 1967 setattr(self, "_{}".format('advanced_correct_metadata'), kwargs.get('advanced_correct_metadata', None)) 1968 setattr(self, "_{}".format('allow_access_code_format'), kwargs.get('allow_access_code_format', None)) 1969 setattr(self, "_{}".format('allow_access_code_format_metadata'), kwargs.get('allow_access_code_format_metadata', None)) 1970 setattr(self, "_{}".format('allow_account_management_granular'), kwargs.get('allow_account_management_granular', None)) 1971 setattr(self, "_{}".format('allow_account_management_granular_metadata'), kwargs.get('allow_account_management_granular_metadata', None)) 1972 setattr(self, "_{}".format('allow_account_member_name_change'), kwargs.get('allow_account_member_name_change', None)) 1973 setattr(self, "_{}".format('allow_account_member_name_change_metadata'), kwargs.get('allow_account_member_name_change_metadata', None)) 1974 setattr(self, "_{}".format('allow_advanced_recipient_routing_conditional'), kwargs.get('allow_advanced_recipient_routing_conditional', None)) 1975 setattr(self, "_{}".format('allow_advanced_recipient_routing_conditional_metadata'), kwargs.get('allow_advanced_recipient_routing_conditional_metadata', None)) 1976 setattr(self, "_{}".format('allow_agent_name_email_edit'), kwargs.get('allow_agent_name_email_edit', None)) 1977 setattr(self, "_{}".format('allow_agent_name_email_edit_metadata'), kwargs.get('allow_agent_name_email_edit_metadata', None)) 1978 setattr(self, "_{}".format('allow_agreement_actions'), kwargs.get('allow_agreement_actions', None)) 1979 setattr(self, "_{}".format('allow_agreement_actions_metadata'), kwargs.get('allow_agreement_actions_metadata', None)) 1980 setattr(self, "_{}".format('allow_agreement_orchestration_workflows'), kwargs.get('allow_agreement_orchestration_workflows', None)) 1981 setattr(self, "_{}".format('allow_agreement_orchestration_workflows_metadata'), kwargs.get('allow_agreement_orchestration_workflows_metadata', None)) 1982 setattr(self, "_{}".format('allow_auto_nav_settings'), kwargs.get('allow_auto_nav_settings', None)) 1983 setattr(self, "_{}".format('allow_auto_nav_settings_metadata'), kwargs.get('allow_auto_nav_settings_metadata', None)) 1984 setattr(self, "_{}".format('allow_auto_tagging'), kwargs.get('allow_auto_tagging', None)) 1985 setattr(self, "_{}".format('allow_auto_tagging_metadata'), kwargs.get('allow_auto_tagging_metadata', None)) 1986 setattr(self, "_{}".format('allow_bulk_send'), kwargs.get('allow_bulk_send', None)) 1987 setattr(self, "_{}".format('allow_bulk_send_metadata'), kwargs.get('allow_bulk_send_metadata', None)) 1988 setattr(self, "_{}".format('allow_cd_withdraw'), kwargs.get('allow_cd_withdraw', None)) 1989 setattr(self, "_{}".format('allow_cd_withdraw_metadata'), kwargs.get('allow_cd_withdraw_metadata', None)) 1990 setattr(self, "_{}".format('allow_connect_http_listener_configs'), kwargs.get('allow_connect_http_listener_configs', None)) 1991 setattr(self, "_{}".format('allow_connect_o_auth_ui'), kwargs.get('allow_connect_o_auth_ui', None)) 1992 setattr(self, "_{}".format('allow_connect_send_finish_later'), kwargs.get('allow_connect_send_finish_later', None)) 1993 setattr(self, "_{}".format('allow_connect_send_finish_later_metadata'), kwargs.get('allow_connect_send_finish_later_metadata', None)) 1994 setattr(self, "_{}".format('allow_connect_unified_payload_ui'), kwargs.get('allow_connect_unified_payload_ui', None)) 1995 setattr(self, "_{}".format('allow_consumer_disclosure_override'), kwargs.get('allow_consumer_disclosure_override', None)) 1996 setattr(self, "_{}".format('allow_consumer_disclosure_override_metadata'), kwargs.get('allow_consumer_disclosure_override_metadata', None)) 1997 setattr(self, "_{}".format('allow_data_download'), kwargs.get('allow_data_download', None)) 1998 setattr(self, "_{}".format('allow_data_download_metadata'), kwargs.get('allow_data_download_metadata', None)) 1999 setattr(self, "_{}".format('allow_delayed_routing'), kwargs.get('allow_delayed_routing', None)) 2000 setattr(self, "_{}".format('allow_delayed_routing_metadata'), kwargs.get('allow_delayed_routing_metadata', None)) 2001 setattr(self, "_{}".format('allow_delegated_signing'), kwargs.get('allow_delegated_signing', None)) 2002 setattr(self, "_{}".format('allow_delegated_signing_metadata'), kwargs.get('allow_delegated_signing_metadata', None)) 2003 setattr(self, "_{}".format('allow_doc_gen_documents'), kwargs.get('allow_doc_gen_documents', None)) 2004 setattr(self, "_{}".format('allow_doc_gen_documents_metadata'), kwargs.get('allow_doc_gen_documents_metadata', None)) 2005 setattr(self, "_{}".format('allow_document_disclosures'), kwargs.get('allow_document_disclosures', None)) 2006 setattr(self, "_{}".format('allow_document_disclosures_metadata'), kwargs.get('allow_document_disclosures_metadata', None)) 2007 setattr(self, "_{}".format('allow_documents_on_signed_envelopes'), kwargs.get('allow_documents_on_signed_envelopes', None)) 2008 setattr(self, "_{}".format('allow_documents_on_signed_envelopes_metadata'), kwargs.get('allow_documents_on_signed_envelopes_metadata', None)) 2009 setattr(self, "_{}".format('allow_document_visibility'), kwargs.get('allow_document_visibility', None)) 2010 setattr(self, "_{}".format('allow_document_visibility_metadata'), kwargs.get('allow_document_visibility_metadata', None)) 2011 setattr(self, "_{}".format('allow_e_hanko_stamps'), kwargs.get('allow_e_hanko_stamps', None)) 2012 setattr(self, "_{}".format('allow_e_hanko_stamps_metadata'), kwargs.get('allow_e_hanko_stamps_metadata', None)) 2013 setattr(self, "_{}".format('allow_e_note_e_original'), kwargs.get('allow_e_note_e_original', None)) 2014 setattr(self, "_{}".format('allow_e_note_e_original_metadata'), kwargs.get('allow_e_note_e_original_metadata', None)) 2015 setattr(self, "_{}".format('allow_envelope_correct'), kwargs.get('allow_envelope_correct', None)) 2016 setattr(self, "_{}".format('allow_envelope_correct_metadata'), kwargs.get('allow_envelope_correct_metadata', None)) 2017 setattr(self, "_{}".format('allow_envelope_custody_transfer'), kwargs.get('allow_envelope_custody_transfer', None)) 2018 setattr(self, "_{}".format('allow_envelope_custody_transfer_metadata'), kwargs.get('allow_envelope_custody_transfer_metadata', None)) 2019 setattr(self, "_{}".format('allow_envelope_custom_fields'), kwargs.get('allow_envelope_custom_fields', None)) 2020 setattr(self, "_{}".format('allow_envelope_custom_fields_metadata'), kwargs.get('allow_envelope_custom_fields_metadata', None)) 2021 setattr(self, "_{}".format('allow_envelope_publish_reporting'), kwargs.get('allow_envelope_publish_reporting', None)) 2022 setattr(self, "_{}".format('allow_envelope_publish_reporting_metadata'), kwargs.get('allow_envelope_publish_reporting_metadata', None)) 2023 setattr(self, "_{}".format('allow_envelope_reporting'), kwargs.get('allow_envelope_reporting', None)) 2024 setattr(self, "_{}".format('allow_envelope_reporting_metadata'), kwargs.get('allow_envelope_reporting_metadata', None)) 2025 setattr(self, "_{}".format('allow_expression'), kwargs.get('allow_expression', None)) 2026 setattr(self, "_{}".format('allow_expression_metadata'), kwargs.get('allow_expression_metadata', None)) 2027 setattr(self, "_{}".format('allow_express_signer_certificate'), kwargs.get('allow_express_signer_certificate', None)) 2028 setattr(self, "_{}".format('allow_express_signer_certificate_metadata'), kwargs.get('allow_express_signer_certificate_metadata', None)) 2029 setattr(self, "_{}".format('allow_extended_sending_resource_file'), kwargs.get('allow_extended_sending_resource_file', None)) 2030 setattr(self, "_{}".format('allow_extended_sending_resource_file_metadata'), kwargs.get('allow_extended_sending_resource_file_metadata', None)) 2031 setattr(self, "_{}".format('allow_external_linked_accounts'), kwargs.get('allow_external_linked_accounts', None)) 2032 setattr(self, "_{}".format('allow_external_linked_accounts_metadata'), kwargs.get('allow_external_linked_accounts_metadata', None)) 2033 setattr(self, "_{}".format('allow_external_signature_pad'), kwargs.get('allow_external_signature_pad', None)) 2034 setattr(self, "_{}".format('allow_external_signature_pad_metadata'), kwargs.get('allow_external_signature_pad_metadata', None)) 2035 setattr(self, "_{}".format('allow_idv_for_eu_qualified_signatures'), kwargs.get('allow_idv_for_eu_qualified_signatures', None)) 2036 setattr(self, "_{}".format('allow_idv_for_eu_qualified_signatures_metadata'), kwargs.get('allow_idv_for_eu_qualified_signatures_metadata', None)) 2037 setattr(self, "_{}".format('allow_idv_level1'), kwargs.get('allow_idv_level1', None)) 2038 setattr(self, "_{}".format('allow_idv_level1_metadata'), kwargs.get('allow_idv_level1_metadata', None)) 2039 setattr(self, "_{}".format('allow_idv_level2'), kwargs.get('allow_idv_level2', None)) 2040 setattr(self, "_{}".format('allow_idv_level2_metadata'), kwargs.get('allow_idv_level2_metadata', None)) 2041 setattr(self, "_{}".format('allow_idv_level3'), kwargs.get('allow_idv_level3', None)) 2042 setattr(self, "_{}".format('allow_idv_level3_metadata'), kwargs.get('allow_idv_level3_metadata', None)) 2043 setattr(self, "_{}".format('allow_idv_platform'), kwargs.get('allow_idv_platform', None)) 2044 setattr(self, "_{}".format('allow_idv_platform_metadata'), kwargs.get('allow_idv_platform_metadata', None)) 2045 setattr(self, "_{}".format('allow_in_person'), kwargs.get('allow_in_person', None)) 2046 setattr(self, "_{}".format('allow_in_person_electronic_notary'), kwargs.get('allow_in_person_electronic_notary', None)) 2047 setattr(self, "_{}".format('allow_in_person_electronic_notary_metadata'), kwargs.get('allow_in_person_electronic_notary_metadata', None)) 2048 setattr(self, "_{}".format('allow_in_person_metadata'), kwargs.get('allow_in_person_metadata', None)) 2049 setattr(self, "_{}".format('allow_managed_stamps'), kwargs.get('allow_managed_stamps', None)) 2050 setattr(self, "_{}".format('allow_managed_stamps_metadata'), kwargs.get('allow_managed_stamps_metadata', None)) 2051 setattr(self, "_{}".format('allow_managing_envelopes_on_behalf_of_others'), kwargs.get('allow_managing_envelopes_on_behalf_of_others', None)) 2052 setattr(self, "_{}".format('allow_managing_envelopes_on_behalf_of_others_metadata'), kwargs.get('allow_managing_envelopes_on_behalf_of_others_metadata', None)) 2053 setattr(self, "_{}".format('allow_markup'), kwargs.get('allow_markup', None)) 2054 setattr(self, "_{}".format('allow_markup_metadata'), kwargs.get('allow_markup_metadata', None)) 2055 setattr(self, "_{}".format('allow_member_time_zone'), kwargs.get('allow_member_time_zone', None)) 2056 setattr(self, "_{}".format('allow_member_time_zone_metadata'), kwargs.get('allow_member_time_zone_metadata', None)) 2057 setattr(self, "_{}".format('allow_merge_fields'), kwargs.get('allow_merge_fields', None)) 2058 setattr(self, "_{}".format('allow_merge_fields_metadata'), kwargs.get('allow_merge_fields_metadata', None)) 2059 setattr(self, "_{}".format('allow_multiple_brand_profiles'), kwargs.get('allow_multiple_brand_profiles', None)) 2060 setattr(self, "_{}".format('allow_multiple_brand_profiles_metadata'), kwargs.get('allow_multiple_brand_profiles_metadata', None)) 2061 setattr(self, "_{}".format('allow_multiple_signer_attachments'), kwargs.get('allow_multiple_signer_attachments', None)) 2062 setattr(self, "_{}".format('allow_multiple_signer_attachments_metadata'), kwargs.get('allow_multiple_signer_attachments_metadata', None)) 2063 setattr(self, "_{}".format('allow_non_us_phone_auth'), kwargs.get('allow_non_us_phone_auth', None)) 2064 setattr(self, "_{}".format('allow_non_us_phone_auth_metadata'), kwargs.get('allow_non_us_phone_auth_metadata', None)) 2065 setattr(self, "_{}".format('allow_ocr_of_envelope_documents'), kwargs.get('allow_ocr_of_envelope_documents', None)) 2066 setattr(self, "_{}".format('allow_ocr_of_envelope_documents_metadata'), kwargs.get('allow_ocr_of_envelope_documents_metadata', None)) 2067 setattr(self, "_{}".format('allow_offline_signing'), kwargs.get('allow_offline_signing', None)) 2068 setattr(self, "_{}".format('allow_offline_signing_metadata'), kwargs.get('allow_offline_signing_metadata', None)) 2069 setattr(self, "_{}".format('allow_open_trust_signer_certificate'), kwargs.get('allow_open_trust_signer_certificate', None)) 2070 setattr(self, "_{}".format('allow_open_trust_signer_certificate_metadata'), kwargs.get('allow_open_trust_signer_certificate_metadata', None)) 2071 setattr(self, "_{}".format('allow_organization_docusign_monitor'), kwargs.get('allow_organization_docusign_monitor', None)) 2072 setattr(self, "_{}".format('allow_organization_docusign_monitor_metadata'), kwargs.get('allow_organization_docusign_monitor_metadata', None)) 2073 setattr(self, "_{}".format('allow_organization_domain_user_management'), kwargs.get('allow_organization_domain_user_management', None)) 2074 setattr(self, "_{}".format('allow_organization_domain_user_management_metadata'), kwargs.get('allow_organization_domain_user_management_metadata', None)) 2075 setattr(self, "_{}".format('allow_organizations'), kwargs.get('allow_organizations', None)) 2076 setattr(self, "_{}".format('allow_organizations_metadata'), kwargs.get('allow_organizations_metadata', None)) 2077 setattr(self, "_{}".format('allow_organization_sso_management'), kwargs.get('allow_organization_sso_management', None)) 2078 setattr(self, "_{}".format('allow_organization_sso_management_metadata'), kwargs.get('allow_organization_sso_management_metadata', None)) 2079 setattr(self, "_{}".format('allow_organization_to_use_in_person_electronic_notary'), kwargs.get('allow_organization_to_use_in_person_electronic_notary', None)) 2080 setattr(self, "_{}".format('allow_organization_to_use_in_person_electronic_notary_metadata'), kwargs.get('allow_organization_to_use_in_person_electronic_notary_metadata', None)) 2081 setattr(self, "_{}".format('allow_organization_to_use_remote_notary'), kwargs.get('allow_organization_to_use_remote_notary', None)) 2082 setattr(self, "_{}".format('allow_organization_to_use_remote_notary_metadata'), kwargs.get('allow_organization_to_use_remote_notary_metadata', None)) 2083 setattr(self, "_{}".format('allow_organization_to_use_third_party_electronic_notary'), kwargs.get('allow_organization_to_use_third_party_electronic_notary', None)) 2084 setattr(self, "_{}".format('allow_organization_to_use_third_party_electronic_notary_metadata'), kwargs.get('allow_organization_to_use_third_party_electronic_notary_metadata', None)) 2085 setattr(self, "_{}".format('allow_participant_recipient_type'), kwargs.get('allow_participant_recipient_type', None)) 2086 setattr(self, "_{}".format('allow_participant_recipient_type_metadata'), kwargs.get('allow_participant_recipient_type_metadata', None)) 2087 setattr(self, "_{}".format('allow_payment_processing'), kwargs.get('allow_payment_processing', None)) 2088 setattr(self, "_{}".format('allow_payment_processing_metadata'), kwargs.get('allow_payment_processing_metadata', None)) 2089 setattr(self, "_{}".format('allow_performance_analytics'), kwargs.get('allow_performance_analytics', None)) 2090 setattr(self, "_{}".format('allow_performance_analytics_metadata'), kwargs.get('allow_performance_analytics_metadata', None)) 2091 setattr(self, "_{}".format('allow_phone_authentication'), kwargs.get('allow_phone_authentication', None)) 2092 setattr(self, "_{}".format('allow_phone_authentication_metadata'), kwargs.get('allow_phone_authentication_metadata', None)) 2093 setattr(self, "_{}".format('allow_phone_auth_override'), kwargs.get('allow_phone_auth_override', None)) 2094 setattr(self, "_{}".format('allow_phone_auth_override_metadata'), kwargs.get('allow_phone_auth_override_metadata', None)) 2095 setattr(self, "_{}".format('allow_private_signing_groups'), kwargs.get('allow_private_signing_groups', None)) 2096 setattr(self, "_{}".format('allow_private_signing_groups_metadata'), kwargs.get('allow_private_signing_groups_metadata', None)) 2097 setattr(self, "_{}".format('allow_recipient_connect'), kwargs.get('allow_recipient_connect', None)) 2098 setattr(self, "_{}".format('allow_recipient_connect_metadata'), kwargs.get('allow_recipient_connect_metadata', None)) 2099 setattr(self, "_{}".format('allow_reminders'), kwargs.get('allow_reminders', None)) 2100 setattr(self, "_{}".format('allow_reminders_metadata'), kwargs.get('allow_reminders_metadata', None)) 2101 setattr(self, "_{}".format('allow_remote_notary'), kwargs.get('allow_remote_notary', None)) 2102 setattr(self, "_{}".format('allow_remote_notary_metadata'), kwargs.get('allow_remote_notary_metadata', None)) 2103 setattr(self, "_{}".format('allow_resource_file_branding'), kwargs.get('allow_resource_file_branding', None)) 2104 setattr(self, "_{}".format('allow_resource_file_branding_metadata'), kwargs.get('allow_resource_file_branding_metadata', None)) 2105 setattr(self, "_{}".format('allow_safe_bio_pharma_signer_certificate'), kwargs.get('allow_safe_bio_pharma_signer_certificate', None)) 2106 setattr(self, "_{}".format('allow_safe_bio_pharma_signer_certificate_metadata'), kwargs.get('allow_safe_bio_pharma_signer_certificate_metadata', None)) 2107 setattr(self, "_{}".format('allow_scheduled_sending'), kwargs.get('allow_scheduled_sending', None)) 2108 setattr(self, "_{}".format('allow_scheduled_sending_metadata'), kwargs.get('allow_scheduled_sending_metadata', None)) 2109 setattr(self, "_{}".format('allow_security_appliance'), kwargs.get('allow_security_appliance', None)) 2110 setattr(self, "_{}".format('allow_security_appliance_metadata'), kwargs.get('allow_security_appliance_metadata', None)) 2111 setattr(self, "_{}".format('allow_sending_envelopes_on_behalf_of_others'), kwargs.get('allow_sending_envelopes_on_behalf_of_others', None)) 2112 setattr(self, "_{}".format('allow_sending_envelopes_on_behalf_of_others_metadata'), kwargs.get('allow_sending_envelopes_on_behalf_of_others_metadata', None)) 2113 setattr(self, "_{}".format('allow_send_to_certified_delivery'), kwargs.get('allow_send_to_certified_delivery', None)) 2114 setattr(self, "_{}".format('allow_send_to_certified_delivery_metadata'), kwargs.get('allow_send_to_certified_delivery_metadata', None)) 2115 setattr(self, "_{}".format('allow_send_to_intermediary'), kwargs.get('allow_send_to_intermediary', None)) 2116 setattr(self, "_{}".format('allow_send_to_intermediary_metadata'), kwargs.get('allow_send_to_intermediary_metadata', None)) 2117 setattr(self, "_{}".format('allow_server_templates'), kwargs.get('allow_server_templates', None)) 2118 setattr(self, "_{}".format('allow_server_templates_metadata'), kwargs.get('allow_server_templates_metadata', None)) 2119 setattr(self, "_{}".format('allow_set_embedded_recipient_start_url'), kwargs.get('allow_set_embedded_recipient_start_url', None)) 2120 setattr(self, "_{}".format('allow_set_embedded_recipient_start_url_metadata'), kwargs.get('allow_set_embedded_recipient_start_url_metadata', None)) 2121 setattr(self, "_{}".format('allow_shared_tabs'), kwargs.get('allow_shared_tabs', None)) 2122 setattr(self, "_{}".format('allow_shared_tabs_metadata'), kwargs.get('allow_shared_tabs_metadata', None)) 2123 setattr(self, "_{}".format('allow_signature_stamps'), kwargs.get('allow_signature_stamps', None)) 2124 setattr(self, "_{}".format('allow_signature_stamps_metadata'), kwargs.get('allow_signature_stamps_metadata', None)) 2125 setattr(self, "_{}".format('allow_sign_document_from_home_page'), kwargs.get('allow_sign_document_from_home_page', None)) 2126 setattr(self, "_{}".format('allow_sign_document_from_home_page_metadata'), kwargs.get('allow_sign_document_from_home_page_metadata', None)) 2127 setattr(self, "_{}".format('allow_signer_reassign'), kwargs.get('allow_signer_reassign', None)) 2128 setattr(self, "_{}".format('allow_signer_reassign_metadata'), kwargs.get('allow_signer_reassign_metadata', None)) 2129 setattr(self, "_{}".format('allow_signer_reassign_override'), kwargs.get('allow_signer_reassign_override', None)) 2130 setattr(self, "_{}".format('allow_signer_reassign_override_metadata'), kwargs.get('allow_signer_reassign_override_metadata', None)) 2131 setattr(self, "_{}".format('allow_signing_extensions'), kwargs.get('allow_signing_extensions', None)) 2132 setattr(self, "_{}".format('allow_signing_extensions_metadata'), kwargs.get('allow_signing_extensions_metadata', None)) 2133 setattr(self, "_{}".format('allow_signing_groups'), kwargs.get('allow_signing_groups', None)) 2134 setattr(self, "_{}".format('allow_signing_groups_metadata'), kwargs.get('allow_signing_groups_metadata', None)) 2135 setattr(self, "_{}".format('allow_signing_insights'), kwargs.get('allow_signing_insights', None)) 2136 setattr(self, "_{}".format('allow_signing_insights_metadata'), kwargs.get('allow_signing_insights_metadata', None)) 2137 setattr(self, "_{}".format('allow_signing_radio_deselect'), kwargs.get('allow_signing_radio_deselect', None)) 2138 setattr(self, "_{}".format('allow_signing_radio_deselect_metadata'), kwargs.get('allow_signing_radio_deselect_metadata', None)) 2139 setattr(self, "_{}".format('allow_sign_now'), kwargs.get('allow_sign_now', None)) 2140 setattr(self, "_{}".format('allow_sign_now_metadata'), kwargs.get('allow_sign_now_metadata', None)) 2141 setattr(self, "_{}".format('allow_sms_delivery'), kwargs.get('allow_sms_delivery', None)) 2142 setattr(self, "_{}".format('allow_sms_delivery_metadata'), kwargs.get('allow_sms_delivery_metadata', None)) 2143 setattr(self, "_{}".format('allow_social_id_login'), kwargs.get('allow_social_id_login', None)) 2144 setattr(self, "_{}".format('allow_social_id_login_metadata'), kwargs.get('allow_social_id_login_metadata', None)) 2145 setattr(self, "_{}".format('allow_supplemental_documents'), kwargs.get('allow_supplemental_documents', None)) 2146 setattr(self, "_{}".format('allow_supplemental_documents_metadata'), kwargs.get('allow_supplemental_documents_metadata', None)) 2147 setattr(self, "_{}".format('allow_third_party_electronic_notary'), kwargs.get('allow_third_party_electronic_notary', None)) 2148 setattr(self, "_{}".format('allow_third_party_electronic_notary_metadata'), kwargs.get('allow_third_party_electronic_notary_metadata', None)) 2149 setattr(self, "_{}".format('allow_users_to_access_directory'), kwargs.get('allow_users_to_access_directory', None)) 2150 setattr(self, "_{}".format('allow_users_to_access_directory_metadata'), kwargs.get('allow_users_to_access_directory_metadata', None)) 2151 setattr(self, "_{}".format('allow_value_insights'), kwargs.get('allow_value_insights', None)) 2152 setattr(self, "_{}".format('allow_value_insights_metadata'), kwargs.get('allow_value_insights_metadata', None)) 2153 setattr(self, "_{}".format('allow_web_forms'), kwargs.get('allow_web_forms', None)) 2154 setattr(self, "_{}".format('allow_web_forms_metadata'), kwargs.get('allow_web_forms_metadata', None)) 2155 setattr(self, "_{}".format('anchor_population_scope'), kwargs.get('anchor_population_scope', None)) 2156 setattr(self, "_{}".format('anchor_population_scope_metadata'), kwargs.get('anchor_population_scope_metadata', None)) 2157 setattr(self, "_{}".format('anchor_tag_versioned_placement_enabled'), kwargs.get('anchor_tag_versioned_placement_enabled', None)) 2158 setattr(self, "_{}".format('anchor_tag_versioned_placement_metadata_enabled'), kwargs.get('anchor_tag_versioned_placement_metadata_enabled', None)) 2159 setattr(self, "_{}".format('attach_completed_envelope'), kwargs.get('attach_completed_envelope', None)) 2160 setattr(self, "_{}".format('attach_completed_envelope_metadata'), kwargs.get('attach_completed_envelope_metadata', None)) 2161 setattr(self, "_{}".format('authentication_check'), kwargs.get('authentication_check', None)) 2162 setattr(self, "_{}".format('authentication_check_metadata'), kwargs.get('authentication_check_metadata', None)) 2163 setattr(self, "_{}".format('auto_nav_rule'), kwargs.get('auto_nav_rule', None)) 2164 setattr(self, "_{}".format('auto_nav_rule_metadata'), kwargs.get('auto_nav_rule_metadata', None)) 2165 setattr(self, "_{}".format('auto_provision_signer_account'), kwargs.get('auto_provision_signer_account', None)) 2166 setattr(self, "_{}".format('auto_provision_signer_account_metadata'), kwargs.get('auto_provision_signer_account_metadata', None)) 2167 setattr(self, "_{}".format('bcc_email_archive'), kwargs.get('bcc_email_archive', None)) 2168 setattr(self, "_{}".format('bcc_email_archive_metadata'), kwargs.get('bcc_email_archive_metadata', None)) 2169 setattr(self, "_{}".format('beta_switch_configuration'), kwargs.get('beta_switch_configuration', None)) 2170 setattr(self, "_{}".format('beta_switch_configuration_metadata'), kwargs.get('beta_switch_configuration_metadata', None)) 2171 setattr(self, "_{}".format('billing_address'), kwargs.get('billing_address', None)) 2172 setattr(self, "_{}".format('billing_address_metadata'), kwargs.get('billing_address_metadata', None)) 2173 setattr(self, "_{}".format('bulk_send'), kwargs.get('bulk_send', None)) 2174 setattr(self, "_{}".format('bulk_send_action_resend_limit'), kwargs.get('bulk_send_action_resend_limit', None)) 2175 setattr(self, "_{}".format('bulk_send_max_copies_in_batch'), kwargs.get('bulk_send_max_copies_in_batch', None)) 2176 setattr(self, "_{}".format('bulk_send_max_unprocessed_envelopes_count'), kwargs.get('bulk_send_max_unprocessed_envelopes_count', None)) 2177 setattr(self, "_{}".format('bulk_send_metadata'), kwargs.get('bulk_send_metadata', None)) 2178 setattr(self, "_{}".format('can_self_brand_send'), kwargs.get('can_self_brand_send', None)) 2179 setattr(self, "_{}".format('can_self_brand_send_metadata'), kwargs.get('can_self_brand_send_metadata', None)) 2180 setattr(self, "_{}".format('can_self_brand_sign'), kwargs.get('can_self_brand_sign', None)) 2181 setattr(self, "_{}".format('can_self_brand_sign_metadata'), kwargs.get('can_self_brand_sign_metadata', None)) 2182 setattr(self, "_{}".format('can_use_salesforce_o_auth'), kwargs.get('can_use_salesforce_o_auth', None)) 2183 setattr(self, "_{}".format('can_use_salesforce_o_auth_metadata'), kwargs.get('can_use_salesforce_o_auth_metadata', None)) 2184 setattr(self, "_{}".format('capture_voice_recording'), kwargs.get('capture_voice_recording', None)) 2185 setattr(self, "_{}".format('capture_voice_recording_metadata'), kwargs.get('capture_voice_recording_metadata', None)) 2186 setattr(self, "_{}".format('cfr21_simplified_signing_enabled'), kwargs.get('cfr21_simplified_signing_enabled', None)) 2187 setattr(self, "_{}".format('cfr21_simplified_signing_enabled_metadata'), kwargs.get('cfr21_simplified_signing_enabled_metadata', None)) 2188 setattr(self, "_{}".format('cfr_use_wide_image'), kwargs.get('cfr_use_wide_image', None)) 2189 setattr(self, "_{}".format('cfr_use_wide_image_metadata'), kwargs.get('cfr_use_wide_image_metadata', None)) 2190 setattr(self, "_{}".format('check_for_multiple_admins_on_account'), kwargs.get('check_for_multiple_admins_on_account', None)) 2191 setattr(self, "_{}".format('check_for_multiple_admins_on_account_metadata'), kwargs.get('check_for_multiple_admins_on_account_metadata', None)) 2192 setattr(self, "_{}".format('chrome_signature_enabled'), kwargs.get('chrome_signature_enabled', None)) 2193 setattr(self, "_{}".format('chrome_signature_enabled_metadata'), kwargs.get('chrome_signature_enabled_metadata', None)) 2194 setattr(self, "_{}".format('comment_email_show_message_text'), kwargs.get('comment_email_show_message_text', None)) 2195 setattr(self, "_{}".format('comment_email_show_message_text_metadata'), kwargs.get('comment_email_show_message_text_metadata', None)) 2196 setattr(self, "_{}".format('comments_allow_envelope_override'), kwargs.get('comments_allow_envelope_override', None)) 2197 setattr(self, "_{}".format('comments_allow_envelope_override_metadata'), kwargs.get('comments_allow_envelope_override_metadata', None)) 2198 setattr(self, "_{}".format('conditional_fields_enabled'), kwargs.get('conditional_fields_enabled', None)) 2199 setattr(self, "_{}".format('conditional_fields_enabled_metadata'), kwargs.get('conditional_fields_enabled_metadata', None)) 2200 setattr(self, "_{}".format('consumer_disclosure_frequency'), kwargs.get('consumer_disclosure_frequency', None)) 2201 setattr(self, "_{}".format('consumer_disclosure_frequency_metadata'), kwargs.get('consumer_disclosure_frequency_metadata', None)) 2202 setattr(self, "_{}".format('convert_pdf_fields'), kwargs.get('convert_pdf_fields', None)) 2203 setattr(self, "_{}".format('convert_pdf_fields_metadata'), kwargs.get('convert_pdf_fields_metadata', None)) 2204 setattr(self, "_{}".format('data_population_scope'), kwargs.get('data_population_scope', None)) 2205 setattr(self, "_{}".format('data_population_scope_metadata'), kwargs.get('data_population_scope_metadata', None)) 2206 setattr(self, "_{}".format('disable_auto_template_matching'), kwargs.get('disable_auto_template_matching', None)) 2207 setattr(self, "_{}".format('disable_auto_template_matching_metadata'), kwargs.get('disable_auto_template_matching_metadata', None)) 2208 setattr(self, "_{}".format('disable_mobile_app'), kwargs.get('disable_mobile_app', None)) 2209 setattr(self, "_{}".format('disable_mobile_app_metadata'), kwargs.get('disable_mobile_app_metadata', None)) 2210 setattr(self, "_{}".format('disable_mobile_push_notifications'), kwargs.get('disable_mobile_push_notifications', None)) 2211 setattr(self, "_{}".format('disable_mobile_push_notifications_metadata'), kwargs.get('disable_mobile_push_notifications_metadata', None)) 2212 setattr(self, "_{}".format('disable_mobile_sending'), kwargs.get('disable_mobile_sending', None)) 2213 setattr(self, "_{}".format('disable_mobile_sending_metadata'), kwargs.get('disable_mobile_sending_metadata', None)) 2214 setattr(self, "_{}".format('disable_multiple_sessions'), kwargs.get('disable_multiple_sessions', None)) 2215 setattr(self, "_{}".format('disable_multiple_sessions_metadata'), kwargs.get('disable_multiple_sessions_metadata', None)) 2216 setattr(self, "_{}".format('disable_purge_notifications_for_sender_metadata'), kwargs.get('disable_purge_notifications_for_sender_metadata', None)) 2217 setattr(self, "_{}".format('disable_signer_cert_view'), kwargs.get('disable_signer_cert_view', None)) 2218 setattr(self, "_{}".format('disable_signer_cert_view_metadata'), kwargs.get('disable_signer_cert_view_metadata', None)) 2219 setattr(self, "_{}".format('disable_signer_history_view'), kwargs.get('disable_signer_history_view', None)) 2220 setattr(self, "_{}".format('disable_signer_history_view_metadata'), kwargs.get('disable_signer_history_view_metadata', None)) 2221 setattr(self, "_{}".format('disable_style_signature'), kwargs.get('disable_style_signature', None)) 2222 setattr(self, "_{}".format('disable_style_signature_metadata'), kwargs.get('disable_style_signature_metadata', None)) 2223 setattr(self, "_{}".format('disable_upload_signature'), kwargs.get('disable_upload_signature', None)) 2224 setattr(self, "_{}".format('disable_upload_signature_metadata'), kwargs.get('disable_upload_signature_metadata', None)) 2225 setattr(self, "_{}".format('disable_user_sharing'), kwargs.get('disable_user_sharing', None)) 2226 setattr(self, "_{}".format('disable_user_sharing_metadata'), kwargs.get('disable_user_sharing_metadata', None)) 2227 setattr(self, "_{}".format('display_beta_switch'), kwargs.get('display_beta_switch', None)) 2228 setattr(self, "_{}".format('display_beta_switch_metadata'), kwargs.get('display_beta_switch_metadata', None)) 2229 setattr(self, "_{}".format('document_conversion_restrictions'), kwargs.get('document_conversion_restrictions', None)) 2230 setattr(self, "_{}".format('document_conversion_restrictions_metadata'), kwargs.get('document_conversion_restrictions_metadata', None)) 2231 setattr(self, "_{}".format('document_retention'), kwargs.get('document_retention', None)) 2232 setattr(self, "_{}".format('document_retention_metadata'), kwargs.get('document_retention_metadata', None)) 2233 setattr(self, "_{}".format('document_retention_purge_tabs'), kwargs.get('document_retention_purge_tabs', None)) 2234 setattr(self, "_{}".format('document_visibility'), kwargs.get('document_visibility', None)) 2235 setattr(self, "_{}".format('document_visibility_metadata'), kwargs.get('document_visibility_metadata', None)) 2236 setattr(self, "_{}".format('dss_sign_28411_enable_leave_page_prompt_radmin_option'), kwargs.get('dss_sign_28411_enable_leave_page_prompt_radmin_option', None)) 2237 setattr(self, "_{}".format('dss_sign_29182_slide_up_bar_radmin_option'), kwargs.get('dss_sign_29182_slide_up_bar_radmin_option', None)) 2238 setattr(self, "_{}".format('email_template_version'), kwargs.get('email_template_version', None)) 2239 setattr(self, "_{}".format('email_template_version_metadata'), kwargs.get('email_template_version_metadata', None)) 2240 setattr(self, "_{}".format('enable_access_code_generator'), kwargs.get('enable_access_code_generator', None)) 2241 setattr(self, "_{}".format('enable_access_code_generator_metadata'), kwargs.get('enable_access_code_generator_metadata', None)) 2242 setattr(self, "_{}".format('enable_advanced_payments'), kwargs.get('enable_advanced_payments', None)) 2243 setattr(self, "_{}".format('enable_advanced_payments_metadata'), kwargs.get('enable_advanced_payments_metadata', None)) 2244 setattr(self, "_{}".format('enable_advanced_power_forms'), kwargs.get('enable_advanced_power_forms', None)) 2245 setattr(self, "_{}".format('enable_advanced_power_forms_metadata'), kwargs.get('enable_advanced_power_forms_metadata', None)) 2246 setattr(self, "_{}".format('enable_agreement_actions_for_clm'), kwargs.get('enable_agreement_actions_for_clm', None)) 2247 setattr(self, "_{}".format('enable_agreement_actions_for_clm_metadata'), kwargs.get('enable_agreement_actions_for_clm_metadata', None)) 2248 setattr(self, "_{}".format('enable_agreement_actions_for_e_sign'), kwargs.get('enable_agreement_actions_for_e_sign', None)) 2249 setattr(self, "_{}".format('enable_agreement_actions_for_e_sign_metadata'), kwargs.get('enable_agreement_actions_for_e_sign_metadata', None)) 2250 setattr(self, "_{}".format('enable_auto_nav'), kwargs.get('enable_auto_nav', None)) 2251 setattr(self, "_{}".format('enable_auto_nav_metadata'), kwargs.get('enable_auto_nav_metadata', None)) 2252 setattr(self, "_{}".format('enable_bcc_dummy_link'), kwargs.get('enable_bcc_dummy_link', None)) 2253 setattr(self, "_{}".format('enable_bcc_dummy_link_metadata'), kwargs.get('enable_bcc_dummy_link_metadata', None)) 2254 setattr(self, "_{}".format('enable_calculated_fields'), kwargs.get('enable_calculated_fields', None)) 2255 setattr(self, "_{}".format('enable_calculated_fields_metadata'), kwargs.get('enable_calculated_fields_metadata', None)) 2256 setattr(self, "_{}".format('enable_clickwraps'), kwargs.get('enable_clickwraps', None)) 2257 setattr(self, "_{}".format('enable_clickwraps_metadata'), kwargs.get('enable_clickwraps_metadata', None)) 2258 setattr(self, "_{}".format('enable_combined_pdf_download_for_sbs'), kwargs.get('enable_combined_pdf_download_for_sbs', None)) 2259 setattr(self, "_{}".format('enable_comments_history_download_in_signing'), kwargs.get('enable_comments_history_download_in_signing', None)) 2260 setattr(self, "_{}".format('enable_comments_history_download_in_signing_metadata'), kwargs.get('enable_comments_history_download_in_signing_metadata', None)) 2261 setattr(self, "_{}".format('enable_contact_suggestions'), kwargs.get('enable_contact_suggestions', None)) 2262 setattr(self, "_{}".format('enable_contact_suggestions_metadata'), kwargs.get('enable_contact_suggestions_metadata', None)) 2263 setattr(self, "_{}".format('enable_customer_satisfaction_metric_tracking'), kwargs.get('enable_customer_satisfaction_metric_tracking', None)) 2264 setattr(self, "_{}".format('enable_customer_satisfaction_metric_tracking_metadata'), kwargs.get('enable_customer_satisfaction_metric_tracking_metadata', None)) 2265 setattr(self, "_{}".format('enable_ds_pro'), kwargs.get('enable_ds_pro', None)) 2266 setattr(self, "_{}".format('enable_ds_pro_metadata'), kwargs.get('enable_ds_pro_metadata', None)) 2267 setattr(self, "_{}".format('enable_envelope_stamping_by_account_admin'), kwargs.get('enable_envelope_stamping_by_account_admin', None)) 2268 setattr(self, "_{}".format('enable_envelope_stamping_by_account_admin_metadata'), kwargs.get('enable_envelope_stamping_by_account_admin_metadata', None)) 2269 setattr(self, "_{}".format('enable_envelope_stamping_by_ds_admin'), kwargs.get('enable_envelope_stamping_by_ds_admin', None)) 2270 setattr(self, "_{}".format('enable_envelope_stamping_by_ds_admin_metadata'), kwargs.get('enable_envelope_stamping_by_ds_admin_metadata', None)) 2271 setattr(self, "_{}".format('enable_e_sign_api_hourly_limit_management'), kwargs.get('enable_e_sign_api_hourly_limit_management', None)) 2272 setattr(self, "_{}".format('enable_e_sign_api_hourly_limit_management_metadata'), kwargs.get('enable_e_sign_api_hourly_limit_management_metadata', None)) 2273 setattr(self, "_{}".format('enable_esign_communities'), kwargs.get('enable_esign_communities', None)) 2274 setattr(self, "_{}".format('enable_esign_communities_metadata'), kwargs.get('enable_esign_communities_metadata', None)) 2275 setattr(self, "_{}".format('enable_id_fx_accountless_sms_auth_for_part11'), kwargs.get('enable_id_fx_accountless_sms_auth_for_part11', None)) 2276 setattr(self, "_{}".format('enable_id_fx_accountless_sms_auth_for_part11_metadata'), kwargs.get('enable_id_fx_accountless_sms_auth_for_part11_metadata', None)) 2277 setattr(self, "_{}".format('enable_id_fx_intuit_kba'), kwargs.get('enable_id_fx_intuit_kba', None)) 2278 setattr(self, "_{}".format('enable_id_fx_intuit_kba_metadata'), kwargs.get('enable_id_fx_intuit_kba_metadata', None)) 2279 setattr(self, "_{}".format('enable_id_fx_phone_authentication'), kwargs.get('enable_id_fx_phone_authentication', None)) 2280 setattr(self, "_{}".format('enable_id_fx_phone_authentication_metadata'), kwargs.get('enable_id_fx_phone_authentication_metadata', None)) 2281 setattr(self, "_{}".format('enable_in_browser_editor'), kwargs.get('enable_in_browser_editor', None)) 2282 setattr(self, "_{}".format('enable_in_browser_editor_metadata'), kwargs.get('enable_in_browser_editor_metadata', None)) 2283 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type'), kwargs.get('enable_key_terms_suggestions_by_document_type', None)) 2284 setattr(self, "_{}".format('enable_key_terms_suggestions_by_document_type_metadata'), kwargs.get('enable_key_terms_suggestions_by_document_type_metadata', None)) 2285 setattr(self, "_{}".format('enable_participant_recipient_setting_metadata'), kwargs.get('enable_participant_recipient_setting_metadata', None)) 2286 setattr(self, "_{}".format('enable_payment_processing'), kwargs.get('enable_payment_processing', None)) 2287 setattr(self, "_{}".format('enable_payment_processing_metadata'), kwargs.get('enable_payment_processing_metadata', None)) 2288 setattr(self, "_{}".format('enable_pdfa_conversion'), kwargs.get('enable_pdfa_conversion', None)) 2289 setattr(self, "_{}".format('enable_pdfa_conversion_metadata'), kwargs.get('enable_pdfa_conversion_metadata', None)) 2290 setattr(self, "_{}".format('enable_power_form'), kwargs.get('enable_power_form', None)) 2291 setattr(self, "_{}".format('enable_power_form_direct'), kwargs.get('enable_power_form_direct', None)) 2292 setattr(self, "_{}".format('enable_power_form_direct_metadata'), kwargs.get('enable_power_form_direct_metadata', None)) 2293 setattr(self, "_{}".format('enable_power_form_metadata'), kwargs.get('enable_power_form_metadata', None)) 2294 setattr(self, "_{}".format('enable_recipient_domain_validation'), kwargs.get('enable_recipient_domain_validation', None)) 2295 setattr(self, "_{}".format('enable_recipient_domain_validation_metadata'), kwargs.get('enable_recipient_domain_validation_metadata', None)) 2296 setattr(self, "_{}".format('enable_recipient_may_provide_phone_number'), kwargs.get('enable_recipient_may_provide_phone_number', None)) 2297 setattr(self, "_{}".format('enable_recipient_may_provide_phone_number_metadata'), kwargs.get('enable_recipient_may_provide_phone_number_metadata', None)) 2298 setattr(self, "_{}".format('enable_report_links'), kwargs.get('enable_report_links', None)) 2299 setattr(self, "_{}".format('enable_report_links_metadata'), kwargs.get('enable_report_links_metadata', None)) 2300 setattr(self, "_{}".format('enable_require_sign_on_paper'), kwargs.get('enable_require_sign_on_paper', None)) 2301 setattr(self, "_{}".format('enable_require_sign_on_paper_metadata'), kwargs.get('enable_require_sign_on_paper_metadata', None)) 2302 setattr(self, "_{}".format('enable_reserved_domain'), kwargs.get('enable_reserved_domain', None)) 2303 setattr(self, "_{}".format('enable_reserved_domain_metadata'), kwargs.get('enable_reserved_domain_metadata', None)) 2304 setattr(self, "_{}".format('enable_responsive_signing'), kwargs.get('enable_responsive_signing', None)) 2305 setattr(self, "_{}".format('enable_responsive_signing_metadata'), kwargs.get('enable_responsive_signing_metadata', None)) 2306 setattr(self, "_{}".format('enable_scheduled_release'), kwargs.get('enable_scheduled_release', None)) 2307 setattr(self, "_{}".format('enable_scheduled_release_metadata'), kwargs.get('enable_scheduled_release_metadata', None)) 2308 setattr(self, "_{}".format('enable_search'), kwargs.get('enable_search', None)) 2309 setattr(self, "_{}".format('enable_search_metadata'), kwargs.get('enable_search_metadata', None)) 2310 setattr(self, "_{}".format('enable_search_site_specific_api'), kwargs.get('enable_search_site_specific_api', None)) 2311 setattr(self, "_{}".format('enable_search_site_specific_api_metadata'), kwargs.get('enable_search_site_specific_api_metadata', None)) 2312 setattr(self, "_{}".format('enable_search_ui'), kwargs.get('enable_search_ui', None)) 2313 setattr(self, "_{}".format('enable_search_ui_metadata'), kwargs.get('enable_search_ui_metadata', None)) 2314 setattr(self, "_{}".format('enable_sending_tags_font_settings'), kwargs.get('enable_sending_tags_font_settings', None)) 2315 setattr(self, "_{}".format('enable_sending_tags_font_settings_metadata'), kwargs.get('enable_sending_tags_font_settings_metadata', None)) 2316 setattr(self, "_{}".format('enable_send_to_agent'), kwargs.get('enable_send_to_agent', None)) 2317 setattr(self, "_{}".format('enable_send_to_agent_metadata'), kwargs.get('enable_send_to_agent_metadata', None)) 2318 setattr(self, "_{}".format('enable_send_to_intermediary'), kwargs.get('enable_send_to_intermediary', None)) 2319 setattr(self, "_{}".format('enable_send_to_intermediary_metadata'), kwargs.get('enable_send_to_intermediary_metadata', None)) 2320 setattr(self, "_{}".format('enable_send_to_manage'), kwargs.get('enable_send_to_manage', None)) 2321 setattr(self, "_{}".format('enable_send_to_manage_metadata'), kwargs.get('enable_send_to_manage_metadata', None)) 2322 setattr(self, "_{}".format('enable_sequential_signing_api'), kwargs.get('enable_sequential_signing_api', None)) 2323 setattr(self, "_{}".format('enable_sequential_signing_api_metadata'), kwargs.get('enable_sequential_signing_api_metadata', None)) 2324 setattr(self, "_{}".format('enable_sequential_signing_ui'), kwargs.get('enable_sequential_signing_ui', None)) 2325 setattr(self, "_{}".format('enable_sequential_signing_ui_metadata'), kwargs.get('enable_sequential_signing_ui_metadata', None)) 2326 setattr(self, "_{}".format('enable_signer_attachments'), kwargs.get('enable_signer_attachments', None)) 2327 setattr(self, "_{}".format('enable_signer_attachments_metadata'), kwargs.get('enable_signer_attachments_metadata', None)) 2328 setattr(self, "_{}".format('enable_signing_extension_comments'), kwargs.get('enable_signing_extension_comments', None)) 2329 setattr(self, "_{}".format('enable_signing_extension_comments_metadata'), kwargs.get('enable_signing_extension_comments_metadata', None)) 2330 setattr(self, "_{}".format('enable_signing_extension_conversations'), kwargs.get('enable_signing_extension_conversations', None)) 2331 setattr(self, "_{}".format('enable_signing_extension_conversations_metadata'), kwargs.get('enable_signing_extension_conversations_metadata', None)) 2332 setattr(self, "_{}".format('enable_signing_order_settings_for_account'), kwargs.get('enable_signing_order_settings_for_account', None)) 2333 setattr(self, "_{}".format('enable_signing_order_settings_for_account_metadata'), kwargs.get('enable_signing_order_settings_for_account_metadata', None)) 2334 setattr(self, "_{}".format('enable_sign_on_paper'), kwargs.get('enable_sign_on_paper', None)) 2335 setattr(self, "_{}".format('enable_sign_on_paper_metadata'), kwargs.get('enable_sign_on_paper_metadata', None)) 2336 setattr(self, "_{}".format('enable_sign_on_paper_override'), kwargs.get('enable_sign_on_paper_override', None)) 2337 setattr(self, "_{}".format('enable_sign_on_paper_override_metadata'), kwargs.get('enable_sign_on_paper_override_metadata', None)) 2338 setattr(self, "_{}".format('enable_sign_with_notary'), kwargs.get('enable_sign_with_notary', None)) 2339 setattr(self, "_{}".format('enable_sign_with_notary_metadata'), kwargs.get('enable_sign_with_notary_metadata', None)) 2340 setattr(self, "_{}".format('enable_smart_contracts'), kwargs.get('enable_smart_contracts', None)) 2341 setattr(self, "_{}".format('enable_smart_contracts_metadata'), kwargs.get('enable_smart_contracts_metadata', None)) 2342 setattr(self, "_{}".format('enable_sms_authentication'), kwargs.get('enable_sms_authentication', None)) 2343 setattr(self, "_{}".format('enable_sms_authentication_metadata'), kwargs.get('enable_sms_authentication_metadata', None)) 2344 setattr(self, "_{}".format('enable_sms_delivery_additional_notification'), kwargs.get('enable_sms_delivery_additional_notification', None)) 2345 setattr(self, "_{}".format('enable_sms_delivery_additional_notification_metadata'), kwargs.get('enable_sms_delivery_additional_notification_metadata', None)) 2346 setattr(self, "_{}".format('enable_sms_delivery_primary'), kwargs.get('enable_sms_delivery_primary', None)) 2347 setattr(self, "_{}".format('enable_social_id_login'), kwargs.get('enable_social_id_login', None)) 2348 setattr(self, "_{}".format('enable_social_id_login_metadata'), kwargs.get('enable_social_id_login_metadata', None)) 2349 setattr(self, "_{}".format('enable_strike_through'), kwargs.get('enable_strike_through', None)) 2350 setattr(self, "_{}".format('enable_strike_through_metadata'), kwargs.get('enable_strike_through_metadata', None)) 2351 setattr(self, "_{}".format('enable_transaction_point'), kwargs.get('enable_transaction_point', None)) 2352 setattr(self, "_{}".format('enable_transaction_point_metadata'), kwargs.get('enable_transaction_point_metadata', None)) 2353 setattr(self, "_{}".format('enable_vaulting'), kwargs.get('enable_vaulting', None)) 2354 setattr(self, "_{}".format('enable_vaulting_metadata'), kwargs.get('enable_vaulting_metadata', None)) 2355 setattr(self, "_{}".format('enable_witnessing'), kwargs.get('enable_witnessing', None)) 2356 setattr(self, "_{}".format('enable_witnessing_metadata'), kwargs.get('enable_witnessing_metadata', None)) 2357 setattr(self, "_{}".format('enforce_template_name_uniqueness'), kwargs.get('enforce_template_name_uniqueness', None)) 2358 setattr(self, "_{}".format('enforce_template_name_uniqueness_metadata'), kwargs.get('enforce_template_name_uniqueness_metadata', None)) 2359 setattr(self, "_{}".format('envelope_integration_allowed'), kwargs.get('envelope_integration_allowed', None)) 2360 setattr(self, "_{}".format('envelope_integration_allowed_metadata'), kwargs.get('envelope_integration_allowed_metadata', None)) 2361 setattr(self, "_{}".format('envelope_integration_enabled'), kwargs.get('envelope_integration_enabled', None)) 2362 setattr(self, "_{}".format('envelope_integration_enabled_metadata'), kwargs.get('envelope_integration_enabled_metadata', None)) 2363 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb', None)) 2364 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_enabled'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_enabled', None)) 2365 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_enabled_metadata'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_enabled_metadata', None)) 2366 setattr(self, "_{}".format('envelope_limits_total_document_size_allowed_in_mb_metadata'), kwargs.get('envelope_limits_total_document_size_allowed_in_mb_metadata', None)) 2367 setattr(self, "_{}".format('envelope_stamping_default_value'), kwargs.get('envelope_stamping_default_value', None)) 2368 setattr(self, "_{}".format('envelope_stamping_default_value_metadata'), kwargs.get('envelope_stamping_default_value_metadata', None)) 2369 setattr(self, "_{}".format('exit_prompt'), kwargs.get('exit_prompt', None)) 2370 setattr(self, "_{}".format('exit_prompt_metadata'), kwargs.get('exit_prompt_metadata', None)) 2371 setattr(self, "_{}".format('express_send'), kwargs.get('express_send', None)) 2372 setattr(self, "_{}".format('express_send_allow_tabs'), kwargs.get('express_send_allow_tabs', None)) 2373 setattr(self, "_{}".format('express_send_allow_tabs_metadata'), kwargs.get('express_send_allow_tabs_metadata', None)) 2374 setattr(self, "_{}".format('express_send_metadata'), kwargs.get('express_send_metadata', None)) 2375 setattr(self, "_{}".format('external_document_sources'), kwargs.get('external_document_sources', None)) 2376 setattr(self, "_{}".format('external_signature_pad_type'), kwargs.get('external_signature_pad_type', None)) 2377 setattr(self, "_{}".format('external_signature_pad_type_metadata'), kwargs.get('external_signature_pad_type_metadata', None)) 2378 setattr(self, "_{}".format('fax_out_enabled'), kwargs.get('fax_out_enabled', None)) 2379 setattr(self, "_{}".format('fax_out_enabled_metadata'), kwargs.get('fax_out_enabled_metadata', None)) 2380 setattr(self, "_{}".format('finish_reminder'), kwargs.get('finish_reminder', None)) 2381 setattr(self, "_{}".format('finish_reminder_metadata'), kwargs.get('finish_reminder_metadata', None)) 2382 setattr(self, "_{}".format('guided_forms_html_allowed'), kwargs.get('guided_forms_html_allowed', None)) 2383 setattr(self, "_{}".format('guided_forms_html_allowed_metadata'), kwargs.get('guided_forms_html_allowed_metadata', None)) 2384 setattr(self, "_{}".format('has_recipient_connect_claimed_domain'), kwargs.get('has_recipient_connect_claimed_domain', None)) 2385 setattr(self, "_{}".format('hide_account_address_in_co_c'), kwargs.get('hide_account_address_in_co_c', None)) 2386 setattr(self, "_{}".format('hide_account_address_in_co_c_metadata'), kwargs.get('hide_account_address_in_co_c_metadata', None)) 2387 setattr(self, "_{}".format('hide_pricing'), kwargs.get('hide_pricing', None)) 2388 setattr(self, "_{}".format('hide_pricing_metadata'), kwargs.get('hide_pricing_metadata', None)) 2389 setattr(self, "_{}".format('id_check_configurations'), kwargs.get('id_check_configurations', None)) 2390 setattr(self, "_{}".format('id_check_expire'), kwargs.get('id_check_expire', None)) 2391 setattr(self, "_{}".format('id_check_expire_days'), kwargs.get('id_check_expire_days', None)) 2392 setattr(self, "_{}".format('id_check_expire_days_metadata'), kwargs.get('id_check_expire_days_metadata', None)) 2393 setattr(self, "_{}".format('id_check_expire_metadata'), kwargs.get('id_check_expire_metadata', None)) 2394 setattr(self, "_{}".format('id_check_expire_minutes'), kwargs.get('id_check_expire_minutes', None)) 2395 setattr(self, "_{}".format('id_check_expire_minutes_metadata'), kwargs.get('id_check_expire_minutes_metadata', None)) 2396 setattr(self, "_{}".format('id_check_required'), kwargs.get('id_check_required', None)) 2397 setattr(self, "_{}".format('id_check_required_metadata'), kwargs.get('id_check_required_metadata', None)) 2398 setattr(self, "_{}".format('identity_verification'), kwargs.get('identity_verification', None)) 2399 setattr(self, "_{}".format('identity_verification_metadata'), kwargs.get('identity_verification_metadata', None)) 2400 setattr(self, "_{}".format('idfx_phone_authentication_override'), kwargs.get('idfx_phone_authentication_override', None)) 2401 setattr(self, "_{}".format('idfx_phone_authentication_override_metadata'), kwargs.get('idfx_phone_authentication_override_metadata', None)) 2402 setattr(self, "_{}".format('ignore_error_if_anchor_tab_not_found'), kwargs.get('ignore_error_if_anchor_tab_not_found', None)) 2403 setattr(self, "_{}".format('ignore_error_if_anchor_tab_not_found_metadata_enabled'), kwargs.get('ignore_error_if_anchor_tab_not_found_metadata_enabled', None)) 2404 setattr(self, "_{}".format('in_person_id_check_question'), kwargs.get('in_person_id_check_question', None)) 2405 setattr(self, "_{}".format('in_person_id_check_question_metadata'), kwargs.get('in_person_id_check_question_metadata', None)) 2406 setattr(self, "_{}".format('in_person_signing_enabled'), kwargs.get('in_person_signing_enabled', None)) 2407 setattr(self, "_{}".format('in_person_signing_enabled_metadata'), kwargs.get('in_person_signing_enabled_metadata', None)) 2408 setattr(self, "_{}".format('in_session_enabled'), kwargs.get('in_session_enabled', None)) 2409 setattr(self, "_{}".format('in_session_enabled_metadata'), kwargs.get('in_session_enabled_metadata', None)) 2410 setattr(self, "_{}".format('in_session_suppress_emails'), kwargs.get('in_session_suppress_emails', None)) 2411 setattr(self, "_{}".format('in_session_suppress_emails_metadata'), kwargs.get('in_session_suppress_emails_metadata', None)) 2412 setattr(self, "_{}".format('linked_external_primary_accounts'), kwargs.get('linked_external_primary_accounts', None)) 2413 setattr(self, "_{}".format('maximum_signing_groups'), kwargs.get('maximum_signing_groups', None)) 2414 setattr(self, "_{}".format('maximum_signing_groups_metadata'), kwargs.get('maximum_signing_groups_metadata', None)) 2415 setattr(self, "_{}".format('maximum_users_per_signing_group'), kwargs.get('maximum_users_per_signing_group', None)) 2416 setattr(self, "_{}".format('maximum_users_per_signing_group_metadata'), kwargs.get('maximum_users_per_signing_group_metadata', None)) 2417 setattr(self, "_{}".format('max_number_of_custom_stamps'), kwargs.get('max_number_of_custom_stamps', None)) 2418 setattr(self, "_{}".format('mobile_session_timeout'), kwargs.get('mobile_session_timeout', None)) 2419 setattr(self, "_{}".format('mobile_session_timeout_metadata'), kwargs.get('mobile_session_timeout_metadata', None)) 2420 setattr(self, "_{}".format('number_of_active_custom_stamps'), kwargs.get('number_of_active_custom_stamps', None)) 2421 setattr(self, "_{}".format('opt_in_mobile_signing_v02'), kwargs.get('opt_in_mobile_signing_v02', None)) 2422 setattr(self, "_{}".format('opt_in_mobile_signing_v02_metadata'), kwargs.get('opt_in_mobile_signing_v02_metadata', None)) 2423 setattr(self, "_{}".format('opt_out_auto_nav_text_and_tab_color_updates'), kwargs.get('opt_out_auto_nav_text_and_tab_color_updates', None)) 2424 setattr(self, "_{}".format('opt_out_auto_nav_text_and_tab_color_updates_metadata'), kwargs.get('opt_out_auto_nav_text_and_tab_color_updates_metadata', None)) 2425 setattr(self, "_{}".format('opt_out_new_platform_seal'), kwargs.get('opt_out_new_platform_seal', None)) 2426 setattr(self, "_{}".format('opt_out_new_platform_seal_platform_metadata'), kwargs.get('opt_out_new_platform_seal_platform_metadata', None)) 2427 setattr(self, "_{}".format('pdf_max_chunked_upload_part_size'), kwargs.get('pdf_max_chunked_upload_part_size', None)) 2428 setattr(self, "_{}".format('pdf_max_chunked_upload_part_size_metadata'), kwargs.get('pdf_max_chunked_upload_part_size_metadata', None)) 2429 setattr(self, "_{}".format('pdf_max_chunked_upload_total_size'), kwargs.get('pdf_max_chunked_upload_total_size', None)) 2430 setattr(self, "_{}".format('pdf_max_chunked_upload_total_size_metadata'), kwargs.get('pdf_max_chunked_upload_total_size_metadata', None)) 2431 setattr(self, "_{}".format('pdf_max_individual_upload_size'), kwargs.get('pdf_max_individual_upload_size', None)) 2432 setattr(self, "_{}".format('pdf_max_individual_upload_size_metadata'), kwargs.get('pdf_max_individual_upload_size_metadata', None)) 2433 setattr(self, "_{}".format('phone_auth_recipient_may_provide_phone_number'), kwargs.get('phone_auth_recipient_may_provide_phone_number', None)) 2434 setattr(self, "_{}".format('phone_auth_recipient_may_provide_phone_number_metadata'), kwargs.get('phone_auth_recipient_may_provide_phone_number_metadata', None)) 2435 setattr(self, "_{}".format('pki_sign_downloaded_pdf_docs'), kwargs.get('pki_sign_downloaded_pdf_docs', None)) 2436 setattr(self, "_{}".format('pki_sign_downloaded_pdf_docs_metadata'), kwargs.get('pki_sign_downloaded_pdf_docs_metadata', None)) 2437 setattr(self, "_{}".format('read_only_mode'), kwargs.get('read_only_mode', None)) 2438 setattr(self, "_{}".format('read_only_mode_metadata'), kwargs.get('read_only_mode_metadata', None)) 2439 setattr(self, "_{}".format('recipients_can_sign_offline'), kwargs.get('recipients_can_sign_offline', None)) 2440 setattr(self, "_{}".format('recipients_can_sign_offline_metadata'), kwargs.get('recipients_can_sign_offline_metadata', None)) 2441 setattr(self, "_{}".format('recipient_signing_auto_navigation_control'), kwargs.get('recipient_signing_auto_navigation_control', None)) 2442 setattr(self, "_{}".format('recipient_signing_auto_navigation_control_metadata'), kwargs.get('recipient_signing_auto_navigation_control_metadata', None)) 2443 setattr(self, "_{}".format('require21_cf_rpt11_compliance'), kwargs.get('require21_cf_rpt11_compliance', None)) 2444 setattr(self, "_{}".format('require21_cf_rpt11_compliance_metadata'), kwargs.get('require21_cf_rpt11_compliance_metadata', None)) 2445 setattr(self, "_{}".format('require_decline_reason'), kwargs.get('require_decline_reason', None)) 2446 setattr(self, "_{}".format('require_decline_reason_metadata'), kwargs.get('require_decline_reason_metadata', None)) 2447 setattr(self, "_{}".format('require_external_user_management'), kwargs.get('require_external_user_management', None)) 2448 setattr(self, "_{}".format('require_external_user_management_metadata'), kwargs.get('require_external_user_management_metadata', None)) 2449 setattr(self, "_{}".format('require_signer_certificate_type'), kwargs.get('require_signer_certificate_type', None)) 2450 setattr(self, "_{}".format('require_signer_certificate_type_metadata'), kwargs.get('require_signer_certificate_type_metadata', None)) 2451 setattr(self, "_{}".format('rsa_verid_account_name'), kwargs.get('rsa_verid_account_name', None)) 2452 setattr(self, "_{}".format('rsa_verid_password'), kwargs.get('rsa_verid_password', None)) 2453 setattr(self, "_{}".format('rsa_verid_ruleset'), kwargs.get('rsa_verid_ruleset', None)) 2454 setattr(self, "_{}".format('rsa_verid_user_id'), kwargs.get('rsa_verid_user_id', None)) 2455 setattr(self, "_{}".format('self_signed_recipient_email_document'), kwargs.get('self_signed_recipient_email_document', None)) 2456 setattr(self, "_{}".format('self_signed_recipient_email_document_metadata'), kwargs.get('self_signed_recipient_email_document_metadata', None)) 2457 setattr(self, "_{}".format('self_signed_recipient_email_document_user_override'), kwargs.get('self_signed_recipient_email_document_user_override', None)) 2458 setattr(self, "_{}".format('self_signed_recipient_email_document_user_override_metadata'), kwargs.get('self_signed_recipient_email_document_user_override_metadata', None)) 2459 setattr(self, "_{}".format('sender_can_sign_in_each_location'), kwargs.get('sender_can_sign_in_each_location', None)) 2460 setattr(self, "_{}".format('sender_can_sign_in_each_location_metadata'), kwargs.get('sender_can_sign_in_each_location_metadata', None)) 2461 setattr(self, "_{}".format('sender_must_authenticate_signing'), kwargs.get('sender_must_authenticate_signing', None)) 2462 setattr(self, "_{}".format('sender_must_authenticate_signing_metadata'), kwargs.get('sender_must_authenticate_signing_metadata', None)) 2463 setattr(self, "_{}".format('sending_tags_font_color'), kwargs.get('sending_tags_font_color', None)) 2464 setattr(self, "_{}".format('sending_tags_font_color_metadata'), kwargs.get('sending_tags_font_color_metadata', None)) 2465 setattr(self, "_{}".format('sending_tags_font_name'), kwargs.get('sending_tags_font_name', None)) 2466 setattr(self, "_{}".format('sending_tags_font_name_metadata'), kwargs.get('sending_tags_font_name_metadata', None)) 2467 setattr(self, "_{}".format('sending_tags_font_size'), kwargs.get('sending_tags_font_size', None)) 2468 setattr(self, "_{}".format('sending_tags_font_size_metadata'), kwargs.get('sending_tags_font_size_metadata', None)) 2469 setattr(self, "_{}".format('send_lockout_recipient_notification'), kwargs.get('send_lockout_recipient_notification', None)) 2470 setattr(self, "_{}".format('send_lockout_recipient_notification_metadata'), kwargs.get('send_lockout_recipient_notification_metadata', None)) 2471 setattr(self, "_{}".format('send_to_certified_delivery_enabled'), kwargs.get('send_to_certified_delivery_enabled', None)) 2472 setattr(self, "_{}".format('send_to_certified_delivery_enabled_metadata'), kwargs.get('send_to_certified_delivery_enabled_metadata', None)) 2473 setattr(self, "_{}".format('session_timeout'), kwargs.get('session_timeout', None)) 2474 setattr(self, "_{}".format('session_timeout_metadata'), kwargs.get('session_timeout_metadata', None)) 2475 setattr(self, "_{}".format('set_recip_email_lang'), kwargs.get('set_recip_email_lang', None)) 2476 setattr(self, "_{}".format('set_recip_email_lang_metadata'), kwargs.get('set_recip_email_lang_metadata', None)) 2477 setattr(self, "_{}".format('set_recip_sign_lang'), kwargs.get('set_recip_sign_lang', None)) 2478 setattr(self, "_{}".format('set_recip_sign_lang_metadata'), kwargs.get('set_recip_sign_lang_metadata', None)) 2479 setattr(self, "_{}".format('shared_template_folders'), kwargs.get('shared_template_folders', None)) 2480 setattr(self, "_{}".format('shared_template_folders_metadata'), kwargs.get('shared_template_folders_metadata', None)) 2481 setattr(self, "_{}".format('show_complete_dialog_in_embedded_session'), kwargs.get('show_complete_dialog_in_embedded_session', None)) 2482 setattr(self, "_{}".format('show_complete_dialog_in_embedded_session_metadata'), kwargs.get('show_complete_dialog_in_embedded_session_metadata', None)) 2483 setattr(self, "_{}".format('show_conditional_routing_on_send'), kwargs.get('show_conditional_routing_on_send', None)) 2484 setattr(self, "_{}".format('show_conditional_routing_on_send_metadata'), kwargs.get('show_conditional_routing_on_send_metadata', None)) 2485 setattr(self, "_{}".format('show_initial_conditional_fields'), kwargs.get('show_initial_conditional_fields', None)) 2486 setattr(self, "_{}".format('show_initial_conditional_fields_metadata'), kwargs.get('show_initial_conditional_fields_metadata', None)) 2487 setattr(self, "_{}".format('show_localized_watermarks'), kwargs.get('show_localized_watermarks', None)) 2488 setattr(self, "_{}".format('show_localized_watermarks_metadata'), kwargs.get('show_localized_watermarks_metadata', None)) 2489 setattr(self, "_{}".format('show_masked_fields_when_downloading_document_as_sender'), kwargs.get('show_masked_fields_when_downloading_document_as_sender', None)) 2490 setattr(self, "_{}".format('show_masked_fields_when_downloading_document_as_sender_metadata'), kwargs.get('show_masked_fields_when_downloading_document_as_sender_metadata', None)) 2491 setattr(self, "_{}".format('show_tutorials'), kwargs.get('show_tutorials', None)) 2492 setattr(self, "_{}".format('show_tutorials_metadata'), kwargs.get('show_tutorials_metadata', None)) 2493 setattr(self, "_{}".format('signature_providers'), kwargs.get('signature_providers', None)) 2494 setattr(self, "_{}".format('signature_providers_metadata'), kwargs.get('signature_providers_metadata', None)) 2495 setattr(self, "_{}".format('sign_date_format'), kwargs.get('sign_date_format', None)) 2496 setattr(self, "_{}".format('sign_date_format_metadata'), kwargs.get('sign_date_format_metadata', None)) 2497 setattr(self, "_{}".format('sign_date_time_account_language_override'), kwargs.get('sign_date_time_account_language_override', None)) 2498 setattr(self, "_{}".format('sign_date_time_account_language_override_metadata'), kwargs.get('sign_date_time_account_language_override_metadata', None)) 2499 setattr(self, "_{}".format('sign_date_time_account_timezone_override'), kwargs.get('sign_date_time_account_timezone_override', None)) 2500 setattr(self, "_{}".format('sign_date_time_account_timezone_override_metadata'), kwargs.get('sign_date_time_account_timezone_override_metadata', None)) 2501 setattr(self, "_{}".format('signer_attach_certificate_to_envelope_pdf'), kwargs.get('signer_attach_certificate_to_envelope_pdf', None)) 2502 setattr(self, "_{}".format('signer_attach_certificate_to_envelope_pdf_metadata'), kwargs.get('signer_attach_certificate_to_envelope_pdf_metadata', None)) 2503 setattr(self, "_{}".format('signer_attach_concat'), kwargs.get('signer_attach_concat', None)) 2504 setattr(self, "_{}".format('signer_attach_concat_metadata'), kwargs.get('signer_attach_concat_metadata', None)) 2505 setattr(self, "_{}".format('signer_can_create_account'), kwargs.get('signer_can_create_account', None)) 2506 setattr(self, "_{}".format('signer_can_create_account_metadata'), kwargs.get('signer_can_create_account_metadata', None)) 2507 setattr(self, "_{}".format('signer_can_sign_on_mobile'), kwargs.get('signer_can_sign_on_mobile', None)) 2508 setattr(self, "_{}".format('signer_can_sign_on_mobile_metadata'), kwargs.get('signer_can_sign_on_mobile_metadata', None)) 2509 setattr(self, "_{}".format('signer_in_session_use_envelope_complete_email'), kwargs.get('signer_in_session_use_envelope_complete_email', None)) 2510 setattr(self, "_{}".format('signer_in_session_use_envelope_complete_email_metadata'), kwargs.get('signer_in_session_use_envelope_complete_email_metadata', None)) 2511 setattr(self, "_{}".format('signer_login_requirements'), kwargs.get('signer_login_requirements', None)) 2512 setattr(self, "_{}".format('signer_login_requirements_metadata'), kwargs.get('signer_login_requirements_metadata', None)) 2513 setattr(self, "_{}".format('signer_must_have_account'), kwargs.get('signer_must_have_account', None)) 2514 setattr(self, "_{}".format('signer_must_have_account_metadata'), kwargs.get('signer_must_have_account_metadata', None)) 2515 setattr(self, "_{}".format('signer_must_login_to_sign'), kwargs.get('signer_must_login_to_sign', None)) 2516 setattr(self, "_{}".format('signer_must_login_to_sign_metadata'), kwargs.get('signer_must_login_to_sign_metadata', None)) 2517 setattr(self, "_{}".format('signer_show_secure_field_initial_values'), kwargs.get('signer_show_secure_field_initial_values', None)) 2518 setattr(self, "_{}".format('signer_show_secure_field_initial_values_metadata'), kwargs.get('signer_show_secure_field_initial_values_metadata', None)) 2519 setattr(self, "_{}".format('signing_session_timeout'), kwargs.get('signing_session_timeout', None)) 2520 setattr(self, "_{}".format('signing_session_timeout_metadata'), kwargs.get('signing_session_timeout_metadata', None)) 2521 setattr(self, "_{}".format('signing_ui_version'), kwargs.get('signing_ui_version', None)) 2522 setattr(self, "_{}".format('signing_ui_version_metadata'), kwargs.get('signing_ui_version_metadata', None)) 2523 setattr(self, "_{}".format('sign_time_format'), kwargs.get('sign_time_format', None)) 2524 setattr(self, "_{}".format('sign_time_format_metadata'), kwargs.get('sign_time_format_metadata', None)) 2525 setattr(self, "_{}".format('sign_time_show_am_pm'), kwargs.get('sign_time_show_am_pm', None)) 2526 setattr(self, "_{}".format('sign_time_show_am_pm_metadata'), kwargs.get('sign_time_show_am_pm_metadata', None)) 2527 setattr(self, "_{}".format('simplified_sending_enabled'), kwargs.get('simplified_sending_enabled', None)) 2528 setattr(self, "_{}".format('simplified_sending_enabled_metadata'), kwargs.get('simplified_sending_enabled_metadata', None)) 2529 setattr(self, "_{}".format('single_sign_on_enabled'), kwargs.get('single_sign_on_enabled', None)) 2530 setattr(self, "_{}".format('single_sign_on_enabled_metadata'), kwargs.get('single_sign_on_enabled_metadata', None)) 2531 setattr(self, "_{}".format('skip_auth_completed_envelopes'), kwargs.get('skip_auth_completed_envelopes', None)) 2532 setattr(self, "_{}".format('skip_auth_completed_envelopes_metadata'), kwargs.get('skip_auth_completed_envelopes_metadata', None)) 2533 setattr(self, "_{}".format('social_id_recip_auth'), kwargs.get('social_id_recip_auth', None)) 2534 setattr(self, "_{}".format('social_id_recip_auth_metadata'), kwargs.get('social_id_recip_auth_metadata', None)) 2535 setattr(self, "_{}".format('specify_document_visibility'), kwargs.get('specify_document_visibility', None)) 2536 setattr(self, "_{}".format('specify_document_visibility_metadata'), kwargs.get('specify_document_visibility_metadata', None)) 2537 setattr(self, "_{}".format('start_in_advanced_correct'), kwargs.get('start_in_advanced_correct', None)) 2538 setattr(self, "_{}".format('start_in_advanced_correct_metadata'), kwargs.get('start_in_advanced_correct_metadata', None)) 2539 setattr(self, "_{}".format('supplemental_documents_must_accept'), kwargs.get('supplemental_documents_must_accept', None)) 2540 setattr(self, "_{}".format('supplemental_documents_must_accept_metadata'), kwargs.get('supplemental_documents_must_accept_metadata', None)) 2541 setattr(self, "_{}".format('supplemental_documents_must_read'), kwargs.get('supplemental_documents_must_read', None)) 2542 setattr(self, "_{}".format('supplemental_documents_must_read_metadata'), kwargs.get('supplemental_documents_must_read_metadata', None)) 2543 setattr(self, "_{}".format('supplemental_documents_must_view'), kwargs.get('supplemental_documents_must_view', None)) 2544 setattr(self, "_{}".format('supplemental_documents_must_view_metadata'), kwargs.get('supplemental_documents_must_view_metadata', None)) 2545 setattr(self, "_{}".format('suppress_certificate_enforcement'), kwargs.get('suppress_certificate_enforcement', None)) 2546 setattr(self, "_{}".format('suppress_certificate_enforcement_metadata'), kwargs.get('suppress_certificate_enforcement_metadata', None)) 2547 setattr(self, "_{}".format('tab_account_settings'), kwargs.get('tab_account_settings', None)) 2548 setattr(self, "_{}".format('timezone_offset_api'), kwargs.get('timezone_offset_api', None)) 2549 setattr(self, "_{}".format('timezone_offset_api_metadata'), kwargs.get('timezone_offset_api_metadata', None)) 2550 setattr(self, "_{}".format('timezone_offset_ui'), kwargs.get('timezone_offset_ui', None)) 2551 setattr(self, "_{}".format('timezone_offset_ui_metadata'), kwargs.get('timezone_offset_ui_metadata', None)) 2552 setattr(self, "_{}".format('universal_signature_opt_in'), kwargs.get('universal_signature_opt_in', None)) 2553 setattr(self, "_{}".format('use_account_level_email'), kwargs.get('use_account_level_email', None)) 2554 setattr(self, "_{}".format('use_account_level_email_metadata'), kwargs.get('use_account_level_email_metadata', None)) 2555 setattr(self, "_{}".format('use_consumer_disclosure'), kwargs.get('use_consumer_disclosure', None)) 2556 setattr(self, "_{}".format('use_consumer_disclosure_metadata'), kwargs.get('use_consumer_disclosure_metadata', None)) 2557 setattr(self, "_{}".format('use_consumer_disclosure_within_account'), kwargs.get('use_consumer_disclosure_within_account', None)) 2558 setattr(self, "_{}".format('use_consumer_disclosure_within_account_metadata'), kwargs.get('use_consumer_disclosure_within_account_metadata', None)) 2559 setattr(self, "_{}".format('use_derived_keys'), kwargs.get('use_derived_keys', None)) 2560 setattr(self, "_{}".format('use_derived_keys_metadata'), kwargs.get('use_derived_keys_metadata', None)) 2561 setattr(self, "_{}".format('use_docu_sign_express_signer_certificate'), kwargs.get('use_docu_sign_express_signer_certificate', None)) 2562 setattr(self, "_{}".format('use_docu_sign_express_signer_certificate_metadata'), kwargs.get('use_docu_sign_express_signer_certificate_metadata', None)) 2563 setattr(self, "_{}".format('use_multi_app_groups_data'), kwargs.get('use_multi_app_groups_data', None)) 2564 setattr(self, "_{}".format('use_multi_app_groups_data_metadata'), kwargs.get('use_multi_app_groups_data_metadata', None)) 2565 setattr(self, "_{}".format('use_new_blob_for_pdf'), kwargs.get('use_new_blob_for_pdf', None)) 2566 setattr(self, "_{}".format('use_new_blob_for_pdf_metadata'), kwargs.get('use_new_blob_for_pdf_metadata', None)) 2567 setattr(self, "_{}".format('use_safe_signer_certificates'), kwargs.get('use_safe_signer_certificates', None)) 2568 setattr(self, "_{}".format('use_safe_signer_certificates_metadata'), kwargs.get('use_safe_signer_certificates_metadata', None)) 2569 setattr(self, "_{}".format('uses_api'), kwargs.get('uses_api', None)) 2570 setattr(self, "_{}".format('uses_api_metadata'), kwargs.get('uses_api_metadata', None)) 2571 setattr(self, "_{}".format('use_signature_provider_platform'), kwargs.get('use_signature_provider_platform', None)) 2572 setattr(self, "_{}".format('use_signature_provider_platform_metadata'), kwargs.get('use_signature_provider_platform_metadata', None)) 2573 setattr(self, "_{}".format('use_smart_contracts_v1'), kwargs.get('use_smart_contracts_v1', None)) 2574 setattr(self, "_{}".format('validations_allowed'), kwargs.get('validations_allowed', None)) 2575 setattr(self, "_{}".format('validations_allowed_metadata'), kwargs.get('validations_allowed_metadata', None)) 2576 setattr(self, "_{}".format('validations_brand'), kwargs.get('validations_brand', None)) 2577 setattr(self, "_{}".format('validations_brand_metadata'), kwargs.get('validations_brand_metadata', None)) 2578 setattr(self, "_{}".format('validations_cadence'), kwargs.get('validations_cadence', None)) 2579 setattr(self, "_{}".format('validations_cadence_metadata'), kwargs.get('validations_cadence_metadata', None)) 2580 setattr(self, "_{}".format('validations_enabled'), kwargs.get('validations_enabled', None)) 2581 setattr(self, "_{}".format('validations_enabled_metadata'), kwargs.get('validations_enabled_metadata', None)) 2582 setattr(self, "_{}".format('validations_report'), kwargs.get('validations_report', None)) 2583 setattr(self, "_{}".format('validations_report_metadata'), kwargs.get('validations_report_metadata', None)) 2584 setattr(self, "_{}".format('water_mark_enabled'), kwargs.get('water_mark_enabled', None)) 2585 setattr(self, "_{}".format('water_mark_enabled_metadata'), kwargs.get('water_mark_enabled_metadata', None)) 2586 setattr(self, "_{}".format('write_reminder_to_envelope_history'), kwargs.get('write_reminder_to_envelope_history', None)) 2587 setattr(self, "_{}".format('write_reminder_to_envelope_history_metadata'), kwargs.get('write_reminder_to_envelope_history_metadata', None)) 2588 setattr(self, "_{}".format('wurfl_min_allowable_screen_size'), kwargs.get('wurfl_min_allowable_screen_size', None)) 2589 setattr(self, "_{}".format('wurfl_min_allowable_screen_size_metadata'), kwargs.get('wurfl_min_allowable_screen_size_metadata', None))
AccountSettingsInformation - a model defined in Swagger
Gets the access_code_format of this AccountSettingsInformation. # noqa: E501
Format of the string provided to a recipient in order to access an envelope. # noqa: E501
Returns
The access_code_format of this AccountSettingsInformation. # noqa: E501
Gets the account_date_time_format of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The account_date_time_format of this AccountSettingsInformation. # noqa: E501
Gets the account_date_time_format_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the accountDateTimeFormat property is editable. # noqa: E501
Returns
The account_date_time_format_metadata of this AccountSettingsInformation. # noqa: E501
Gets the account_default_language of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The account_default_language of this AccountSettingsInformation. # noqa: E501
Gets the account_default_language_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The account_default_language_metadata of this AccountSettingsInformation. # noqa: E501
Gets the account_name of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The account_name of this AccountSettingsInformation. # noqa: E501
Gets the account_name_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the accountName property is editable. # noqa: E501
Returns
The account_name_metadata of this AccountSettingsInformation. # noqa: E501
Gets the account_notification of this AccountSettingsInformation. # noqa: E501
An object that specifies notifications (expirations and reminders) for the envelope. # noqa: E501
Returns
The account_notification of this AccountSettingsInformation. # noqa: E501
Gets the account_ui_settings of this AccountSettingsInformation. # noqa: E501
An object that defines the settings to use in the UI. # noqa: E501
Returns
The account_ui_settings of this AccountSettingsInformation. # noqa: E501
Gets the adopt_sig_config of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The adopt_sig_config of this AccountSettingsInformation. # noqa: E501
Gets the adopt_sig_config_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the adoptSigConfig property is editable. # noqa: E501
Returns
The adopt_sig_config_metadata of this AccountSettingsInformation. # noqa: E501
Gets the advanced_correct of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The advanced_correct of this AccountSettingsInformation. # noqa: E501
Gets the advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the advancedCorrect property is editable. # noqa: E501
Returns
The advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_access_code_format of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_access_code_format of this AccountSettingsInformation. # noqa: E501
Gets the allow_access_code_format_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowAccessCodeFormat property is editable. # noqa: E501
Returns
The allow_access_code_format_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_account_management_granular of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_account_management_granular of this AccountSettingsInformation. # noqa: E501
Gets the allow_account_management_granular_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowAccountManagementGranular property is editable. # noqa: E501
Returns
The allow_account_management_granular_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_account_member_name_change of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_account_member_name_change of this AccountSettingsInformation. # noqa: E501
Gets the allow_account_member_name_change_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowAccountMemberNameChange property is editable. # noqa: E501
Returns
The allow_account_member_name_change_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_advanced_recipient_routing_conditional of this AccountSettingsInformation. # noqa: E501
Gets the allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowAdvancedRecipientRoutingConditional property is editable. # noqa: E501
Returns
The allow_advanced_recipient_routing_conditional_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_agent_name_email_edit of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_agent_name_email_edit of this AccountSettingsInformation. # noqa: E501
Gets the allow_agent_name_email_edit_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowAgentNameEmailEdit property is editable. # noqa: E501
Returns
The allow_agent_name_email_edit_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_agreement_actions of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_agreement_actions of this AccountSettingsInformation. # noqa: E501
Gets the allow_agreement_actions_metadata of this AccountSettingsInformation. # noqa: E501
Metadata about the allowAgreementActions property. # noqa: E501
Returns
The allow_agreement_actions_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_agreement_orchestration_workflows of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_agreement_orchestration_workflows of this AccountSettingsInformation. # noqa: E501
Gets the allow_agreement_orchestration_workflows_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The allow_agreement_orchestration_workflows_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_auto_tagging of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_auto_tagging of this AccountSettingsInformation. # noqa: E501
Gets the allow_auto_tagging_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowAutoTagging property is editable. # noqa: E501
Returns
The allow_auto_tagging_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_bulk_send of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_bulk_send of this AccountSettingsInformation. # noqa: E501
Gets the allow_bulk_send_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowBulkSend property is editable. # noqa: E501
Returns
The allow_bulk_send_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_cd_withdraw of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_cd_withdraw of this AccountSettingsInformation. # noqa: E501
Gets the allow_cd_withdraw_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowCDWithdraw property is editable. # noqa: E501
Returns
The allow_cd_withdraw_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_connect_http_listener_configs of this AccountSettingsInformation. # noqa: E501
Gets the allow_connect_o_auth_ui of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_connect_o_auth_ui of this AccountSettingsInformation. # noqa: E501
Gets the allow_connect_send_finish_later of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_connect_send_finish_later of this AccountSettingsInformation. # noqa: E501
Gets the allow_connect_send_finish_later_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowConnectSendFinishLater property is editable. # noqa: E501
Returns
The allow_connect_send_finish_later_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_connect_unified_payload_ui of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_connect_unified_payload_ui of this AccountSettingsInformation. # noqa: E501
Gets the allow_consumer_disclosure_override of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_consumer_disclosure_override of this AccountSettingsInformation. # noqa: E501
Gets the allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowConsumerDisclosureOverride property is editable. # noqa: E501
Returns
The allow_consumer_disclosure_override_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_data_download of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_data_download of this AccountSettingsInformation. # noqa: E501
Gets the allow_data_download_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowDataDownload property is editable. # noqa: E501
Returns
The allow_data_download_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_delayed_routing of this AccountSettingsInformation. # noqa: E501
"true" if the account has permission to use the delayed routing feature to insert delays before routing an envelope to a recipient, "false" otherwise. # noqa: E501
Returns
The allow_delayed_routing of this AccountSettingsInformation. # noqa: E501
Gets the allow_delayed_routing_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_delayed_routing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_delegated_signing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_delegated_signing of this AccountSettingsInformation. # noqa: E501
Gets the allow_delegated_signing_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_delegated_signing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_doc_gen_documents of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_doc_gen_documents of this AccountSettingsInformation. # noqa: E501
Gets the allow_doc_gen_documents_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The allow_doc_gen_documents_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_document_disclosures of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_document_disclosures of this AccountSettingsInformation. # noqa: E501
Gets the allow_document_disclosures_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowDocumentDisclosures property is editable. # noqa: E501
Returns
The allow_document_disclosures_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_documents_on_signed_envelopes of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_documents_on_signed_envelopes of this AccountSettingsInformation. # noqa: E501
Gets the allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowDocumentsOnSignedEnvelopes property is editable. # noqa: E501
Returns
The allow_documents_on_signed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_document_visibility of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_document_visibility of this AccountSettingsInformation. # noqa: E501
Gets the allow_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowDocumentVisibility property is editable. # noqa: E501
Returns
The allow_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_e_hanko_stamps of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_e_hanko_stamps of this AccountSettingsInformation. # noqa: E501
Gets the allow_e_hanko_stamps_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowEHankoStamps property is editable. # noqa: E501
Returns
The allow_e_hanko_stamps_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_e_note_e_original of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_e_note_e_original of this AccountSettingsInformation. # noqa: E501
Gets the allow_e_note_e_original_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowENoteEOriginal property is editable. # noqa: E501
Returns
The allow_e_note_e_original_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_correct of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_envelope_correct of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_correct_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowEnvelopeCorrect property is editable. # noqa: E501
Returns
The allow_envelope_correct_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_custody_transfer of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_envelope_custody_transfer of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowEnvelopeCustodyTransfer property is editable. # noqa: E501
Returns
The allow_envelope_custody_transfer_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_custom_fields of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_envelope_custom_fields of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_custom_fields_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowEnvelopeCustomFields property is editable. # noqa: E501
Returns
The allow_envelope_custom_fields_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_publish_reporting of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_envelope_publish_reporting of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowEnvelopePublishReporting property is editable. # noqa: E501
Returns
The allow_envelope_publish_reporting_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_reporting of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_envelope_reporting of this AccountSettingsInformation. # noqa: E501
Gets the allow_envelope_reporting_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowEnvelopeReporting property is editable. # noqa: E501
Returns
The allow_envelope_reporting_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_expression of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_expression of this AccountSettingsInformation. # noqa: E501
Gets the allow_expression_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowExpression property is editable. # noqa: E501
Returns
The allow_expression_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_express_signer_certificate of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_express_signer_certificate of this AccountSettingsInformation. # noqa: E501
Gets the allow_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowExpressSignerCertificate property is editable. # noqa: E501
Returns
The allow_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_extended_sending_resource_file of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_extended_sending_resource_file of this AccountSettingsInformation. # noqa: E501
Gets the allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowExtendedSendingResourceFile property is editable. # noqa: E501
Returns
The allow_extended_sending_resource_file_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_external_linked_accounts of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_external_linked_accounts of this AccountSettingsInformation. # noqa: E501
Gets the allow_external_linked_accounts_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_external_linked_accounts_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_external_signature_pad of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_external_signature_pad of this AccountSettingsInformation. # noqa: E501
Gets the allow_external_signature_pad_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowExternalSignaturePad property is editable. # noqa: E501
Returns
The allow_external_signature_pad_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_idv_for_eu_qualified_signatures of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The allow_idv_for_eu_qualified_signatures_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_level1 of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_idv_level1 of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowIDVLevel1 property is editable. # noqa: E501
Returns
The allow_idv_level1_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_level2 of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_idv_level2 of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_idv_level2_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_level3 of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_idv_level3 of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_level3_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_idv_level3_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_platform of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_idv_platform of this AccountSettingsInformation. # noqa: E501
Gets the allow_idv_platform_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowIDVPlatform property is editable. # noqa: E501
Returns
The allow_idv_platform_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_in_person of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_in_person of this AccountSettingsInformation. # noqa: E501
Gets the allow_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501
Account Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501
Returns
The allow_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501
Gets the allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501
MetaData for the allowInPersonElectronicNotary flag # noqa: E501
Returns
The allow_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_in_person_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowInPerson property is editable. # noqa: E501
Returns
The allow_in_person_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_managed_stamps of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_managed_stamps of this AccountSettingsInformation. # noqa: E501
Gets the allow_managed_stamps_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowManagedStamps property is editable. # noqa: E501
Returns
The allow_managed_stamps_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_managing_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501
Gets the allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The allow_managing_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_markup of this AccountSettingsInformation. # noqa: E501
When set to true, Document Markup is enabled for envelope. Account must have Document Markup enabled to use this # noqa: E501
Returns
The allow_markup of this AccountSettingsInformation. # noqa: E501
Gets the allow_markup_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowMarkup property is editable. # noqa: E501
Returns
The allow_markup_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_member_time_zone of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_member_time_zone of this AccountSettingsInformation. # noqa: E501
Gets the allow_member_time_zone_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowMemberTimeZone property is editable. # noqa: E501
Returns
The allow_member_time_zone_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_merge_fields of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_merge_fields of this AccountSettingsInformation. # noqa: E501
Gets the allow_merge_fields_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowMergeFields property is editable. # noqa: E501
Returns
The allow_merge_fields_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_multiple_brand_profiles of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_multiple_brand_profiles of this AccountSettingsInformation. # noqa: E501
Gets the allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowMultipleBrandProfiles property is editable. # noqa: E501
Returns
The allow_multiple_brand_profiles_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_multiple_signer_attachments of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_multiple_signer_attachments of this AccountSettingsInformation. # noqa: E501
Gets the allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowMultipleSignerAttachments property is editable. # noqa: E501
Returns
The allow_multiple_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_non_us_phone_auth of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_non_us_phone_auth of this AccountSettingsInformation. # noqa: E501
Gets the allow_non_us_phone_auth_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowNonUSPhoneAuth property is editable. # noqa: E501
Returns
The allow_non_us_phone_auth_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_ocr_of_envelope_documents of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_ocr_of_envelope_documents of this AccountSettingsInformation. # noqa: E501
Gets the allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_ocr_of_envelope_documents_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_offline_signing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_offline_signing of this AccountSettingsInformation. # noqa: E501
Gets the allow_offline_signing_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowOfflineSigning property is editable. # noqa: E501
Returns
The allow_offline_signing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_open_trust_signer_certificate of this AccountSettingsInformation. # noqa: E501
Gets the allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowOpenTrustSignerCertificate property is editable. # noqa: E501
Returns
The allow_open_trust_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_docusign_monitor of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_docusign_monitor of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_docusign_monitor_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_domain_user_management of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_domain_user_management of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_domain_user_management_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_domain_user_management_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_organizations of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organizations of this AccountSettingsInformation. # noqa: E501
Gets the allow_organizations_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowOrganizations property is editable. # noqa: E501
Returns
The allow_organizations_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_sso_management of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_sso_management of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_sso_management_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_sso_management_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501
Organization Level Flag that determines the availability to perform In Person Electronic Notarial (IPEN) actions # noqa: E501
Returns
The allow_organization_to_use_in_person_electronic_notary of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501
MetaData for the allowOrganizationToUseInPersonElectronicNotary flag # noqa: E501
Returns
The allow_organization_to_use_in_person_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_to_use_remote_notary of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_to_use_remote_notary of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_organization_to_use_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501
Org level flag that determines the abailability to perform Third Party Notary (3PN) actions. # noqa: E501
Returns
The allow_organization_to_use_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501
Gets the allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The allow_organization_to_use_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_participant_recipient_type of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_participant_recipient_type of this AccountSettingsInformation. # noqa: E501
Gets the allow_participant_recipient_type_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The allow_participant_recipient_type_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_payment_processing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_payment_processing of this AccountSettingsInformation. # noqa: E501
Gets the allow_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowPaymentProcessing property is editable. # noqa: E501
Returns
The allow_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_performance_analytics of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_performance_analytics of this AccountSettingsInformation. # noqa: E501
Gets the allow_performance_analytics_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The allow_performance_analytics_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_phone_authentication of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_phone_authentication of this AccountSettingsInformation. # noqa: E501
Gets the allow_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowPhoneAuthentication property is editable. # noqa: E501
Returns
The allow_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_phone_auth_override of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_phone_auth_override of this AccountSettingsInformation. # noqa: E501
Gets the allow_phone_auth_override_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowPhoneAuthOverride property is editable. # noqa: E501
Returns
The allow_phone_auth_override_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_private_signing_groups of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_private_signing_groups of this AccountSettingsInformation. # noqa: E501
Gets the allow_private_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowPrivateSigningGroups property is editable. # noqa: E501
Returns
The allow_private_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_recipient_connect of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_recipient_connect of this AccountSettingsInformation. # noqa: E501
Gets the allow_recipient_connect_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_recipient_connect_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_reminders of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_reminders of this AccountSettingsInformation. # noqa: E501
Gets the allow_reminders_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowReminders property is editable. # noqa: E501
Returns
The allow_reminders_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_remote_notary of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_remote_notary of this AccountSettingsInformation. # noqa: E501
Gets the allow_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_remote_notary_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_resource_file_branding of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_resource_file_branding of this AccountSettingsInformation. # noqa: E501
Gets the allow_resource_file_branding_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowResourceFileBranding property is editable. # noqa: E501
Returns
The allow_resource_file_branding_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_safe_bio_pharma_signer_certificate of this AccountSettingsInformation. # noqa: E501
Gets the allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSafeBioPharmaSignerCertificate property is editable. # noqa: E501
Returns
The allow_safe_bio_pharma_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_scheduled_sending of this AccountSettingsInformation. # noqa: E501
"true" if the account has permission to use the scheduled sending feature to send envelopes at a specified datetime in the future, "false" otherwise. # noqa: E501
Returns
The allow_scheduled_sending of this AccountSettingsInformation. # noqa: E501
Gets the allow_scheduled_sending_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_scheduled_sending_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_security_appliance of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_security_appliance of this AccountSettingsInformation. # noqa: E501
Gets the allow_security_appliance_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSecurityAppliance property is editable. # noqa: E501
Returns
The allow_security_appliance_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_sending_envelopes_on_behalf_of_others of this AccountSettingsInformation. # noqa: E501
Gets the allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The allow_sending_envelopes_on_behalf_of_others_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_send_to_certified_delivery of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_send_to_certified_delivery of this AccountSettingsInformation. # noqa: E501
Gets the allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSendToCertifiedDelivery property is editable. # noqa: E501
Returns
The allow_send_to_certified_delivery_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_send_to_intermediary of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_send_to_intermediary of this AccountSettingsInformation. # noqa: E501
Gets the allow_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSendToIntermediary property is editable. # noqa: E501
Returns
The allow_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_server_templates of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_server_templates of this AccountSettingsInformation. # noqa: E501
Gets the allow_server_templates_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowServerTemplates property is editable. # noqa: E501
Returns
The allow_server_templates_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_set_embedded_recipient_start_url of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_set_embedded_recipient_start_url of this AccountSettingsInformation. # noqa: E501
Gets the allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_set_embedded_recipient_start_url_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_signature_stamps of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_signature_stamps of this AccountSettingsInformation. # noqa: E501
Gets the allow_signature_stamps_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSignatureStamps property is editable. # noqa: E501
Returns
The allow_signature_stamps_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_sign_document_from_home_page of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_sign_document_from_home_page of this AccountSettingsInformation. # noqa: E501
Gets the allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSignDocumentFromHomePage property is editable. # noqa: E501
Returns
The allow_sign_document_from_home_page_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_signer_reassign of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_signer_reassign of this AccountSettingsInformation. # noqa: E501
Gets the allow_signer_reassign_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSignerReassign property is editable. # noqa: E501
Returns
The allow_signer_reassign_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_signer_reassign_override of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_signer_reassign_override of this AccountSettingsInformation. # noqa: E501
Gets the allow_signer_reassign_override_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSignerReassignOverride property is editable. # noqa: E501
Returns
The allow_signer_reassign_override_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_signing_extensions of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_signing_extensions of this AccountSettingsInformation. # noqa: E501
Gets the allow_signing_extensions_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSigningExtensions property is editable. # noqa: E501
Returns
The allow_signing_extensions_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_signing_groups of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_signing_groups of this AccountSettingsInformation. # noqa: E501
Gets the allow_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSigningGroups property is editable. # noqa: E501
Returns
The allow_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_signing_insights of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_signing_insights of this AccountSettingsInformation. # noqa: E501
Gets the allow_signing_insights_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_signing_insights_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_signing_radio_deselect of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_signing_radio_deselect of this AccountSettingsInformation. # noqa: E501
Gets the allow_signing_radio_deselect_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSigningRadioDeselect property is editable. # noqa: E501
Returns
The allow_signing_radio_deselect_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_sign_now of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_sign_now of this AccountSettingsInformation. # noqa: E501
Gets the allow_sign_now_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_sign_now_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_sms_delivery of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_sms_delivery of this AccountSettingsInformation. # noqa: E501
Gets the allow_sms_delivery_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_sms_delivery_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_supplemental_documents of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_supplemental_documents of this AccountSettingsInformation. # noqa: E501
Gets the allow_supplemental_documents_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the allowSupplementalDocuments property is editable. # noqa: E501
Returns
The allow_supplemental_documents_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501
Account level flag that determines the availability to perform Third Party Notary (3PN) actions. # noqa: E501
Returns
The allow_third_party_electronic_notary of this AccountSettingsInformation. # noqa: E501
Gets the allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The allow_third_party_electronic_notary_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_users_to_access_directory of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_users_to_access_directory of this AccountSettingsInformation. # noqa: E501
Gets the allow_users_to_access_directory_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_users_to_access_directory_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_value_insights of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_value_insights of this AccountSettingsInformation. # noqa: E501
Gets the allow_value_insights_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_value_insights_metadata of this AccountSettingsInformation. # noqa: E501
Gets the allow_web_forms of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The allow_web_forms of this AccountSettingsInformation. # noqa: E501
Gets the allow_web_forms_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The allow_web_forms_metadata of this AccountSettingsInformation. # noqa: E501
Gets the anchor_population_scope of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The anchor_population_scope of this AccountSettingsInformation. # noqa: E501
Gets the anchor_population_scope_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the anchorPopulationScope property is editable. # noqa: E501
Returns
The anchor_population_scope_metadata of this AccountSettingsInformation. # noqa: E501
Gets the anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The anchor_tag_versioned_placement_enabled of this AccountSettingsInformation. # noqa: E501
Gets the anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The anchor_tag_versioned_placement_metadata_enabled of this AccountSettingsInformation. # noqa: E501
Gets the attach_completed_envelope of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The attach_completed_envelope of this AccountSettingsInformation. # noqa: E501
Gets the attach_completed_envelope_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the attachCompletedEnvelope property is editable. # noqa: E501
Returns
The attach_completed_envelope_metadata of this AccountSettingsInformation. # noqa: E501
Gets the authentication_check of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The authentication_check of this AccountSettingsInformation. # noqa: E501
Gets the authentication_check_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the authenticationCheck property is editable. # noqa: E501
Returns
The authentication_check_metadata of this AccountSettingsInformation. # noqa: E501
Gets the auto_provision_signer_account of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The auto_provision_signer_account of this AccountSettingsInformation. # noqa: E501
Gets the auto_provision_signer_account_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the autoProvisionSignerAccount property is editable. # noqa: E501
Returns
The auto_provision_signer_account_metadata of this AccountSettingsInformation. # noqa: E501
Gets the bcc_email_archive of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The bcc_email_archive of this AccountSettingsInformation. # noqa: E501
Gets the bcc_email_archive_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the bccEmailArchive property is editable. # noqa: E501
Returns
The bcc_email_archive_metadata of this AccountSettingsInformation. # noqa: E501
Gets the beta_switch_configuration of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The beta_switch_configuration of this AccountSettingsInformation. # noqa: E501
Gets the beta_switch_configuration_metadata of this AccountSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The beta_switch_configuration_metadata of this AccountSettingsInformation. # noqa: E501
Gets the billing_address of this AccountSettingsInformation. # noqa: E501
The billing address for the account. # noqa: E501
Returns
The billing_address of this AccountSettingsInformation. # noqa: E501
Gets the billing_address_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the billingAddress property is editable. # noqa: E501
Returns
The billing_address_metadata of this AccountSettingsInformation. # noqa: E501
Gets the bulk_send of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The bulk_send of this AccountSettingsInformation. # noqa: E501
Gets the bulk_send_action_resend_limit of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The bulk_send_action_resend_limit of this AccountSettingsInformation. # noqa: E501
Gets the bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The bulk_send_max_copies_in_batch of this AccountSettingsInformation. # noqa: E501
Gets the bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The bulk_send_max_unprocessed_envelopes_count of this AccountSettingsInformation. # noqa: E501
Gets the bulk_send_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the bulkSend property is editable. # noqa: E501
Returns
The bulk_send_metadata of this AccountSettingsInformation. # noqa: E501
Gets the can_self_brand_send of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_self_brand_send of this AccountSettingsInformation. # noqa: E501
Gets the can_self_brand_send_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the canSelfBrandSend property is editable. # noqa: E501
Returns
The can_self_brand_send_metadata of this AccountSettingsInformation. # noqa: E501
Gets the can_self_brand_sign of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_self_brand_sign of this AccountSettingsInformation. # noqa: E501
Gets the can_self_brand_sign_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the canSelfBrandSign property is editable. # noqa: E501
Returns
The can_self_brand_sign_metadata of this AccountSettingsInformation. # noqa: E501
Gets the can_use_salesforce_o_auth of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_use_salesforce_o_auth of this AccountSettingsInformation. # noqa: E501
Gets the can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The can_use_salesforce_o_auth_metadata of this AccountSettingsInformation. # noqa: E501
Gets the capture_voice_recording of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The capture_voice_recording of this AccountSettingsInformation. # noqa: E501
Gets the capture_voice_recording_metadata of this AccountSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The capture_voice_recording_metadata of this AccountSettingsInformation. # noqa: E501
Gets the cfr21_simplified_signing_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The cfr21_simplified_signing_enabled of this AccountSettingsInformation. # noqa: E501
Gets the cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The cfr21_simplified_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the cfr_use_wide_image of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The cfr_use_wide_image of this AccountSettingsInformation. # noqa: E501
Gets the cfr_use_wide_image_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the cfrUseWideImage property is editable. # noqa: E501
Returns
The cfr_use_wide_image_metadata of this AccountSettingsInformation. # noqa: E501
Gets the check_for_multiple_admins_on_account of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The check_for_multiple_admins_on_account of this AccountSettingsInformation. # noqa: E501
Gets the check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the checkForMultipleAdminsOnAccount property is editable. # noqa: E501
Returns
The check_for_multiple_admins_on_account_metadata of this AccountSettingsInformation. # noqa: E501
Gets the chrome_signature_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The chrome_signature_enabled of this AccountSettingsInformation. # noqa: E501
Gets the chrome_signature_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the chromeSignatureEnabled property is editable. # noqa: E501
Returns
The chrome_signature_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The comment_email_show_message_text of this AccountSettingsInformation. # noqa: E501
Gets the comment_email_show_message_text_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the commentEmailShowMessageText property is editable. # noqa: E501
Returns
The comment_email_show_message_text_metadata of this AccountSettingsInformation. # noqa: E501
Gets the comments_allow_envelope_override of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The comments_allow_envelope_override of this AccountSettingsInformation. # noqa: E501
Gets the comments_allow_envelope_override_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the commentsAllowEnvelopeOverride property is editable. # noqa: E501
Returns
The comments_allow_envelope_override_metadata of this AccountSettingsInformation. # noqa: E501
Gets the conditional_fields_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The conditional_fields_enabled of this AccountSettingsInformation. # noqa: E501
Gets the conditional_fields_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the conditionalFieldsEnabled property is editable. # noqa: E501
Returns
The conditional_fields_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the consumer_disclosure_frequency of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The consumer_disclosure_frequency of this AccountSettingsInformation. # noqa: E501
Gets the consumer_disclosure_frequency_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the consumerDisclosureFrequency property is editable. # noqa: E501
Returns
The consumer_disclosure_frequency_metadata of this AccountSettingsInformation. # noqa: E501
Gets the convert_pdf_fields of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The convert_pdf_fields of this AccountSettingsInformation. # noqa: E501
Gets the convert_pdf_fields_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the convertPdfFields property is editable. # noqa: E501
Returns
The convert_pdf_fields_metadata of this AccountSettingsInformation. # noqa: E501
Gets the data_population_scope of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The data_population_scope of this AccountSettingsInformation. # noqa: E501
Gets the data_population_scope_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the dataPopulationScope property is editable. # noqa: E501
Returns
The data_population_scope_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_auto_template_matching of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_auto_template_matching of this AccountSettingsInformation. # noqa: E501
Gets the disable_auto_template_matching_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_auto_template_matching_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_mobile_app of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_mobile_app of this AccountSettingsInformation. # noqa: E501
Gets the disable_mobile_app_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the disableMobileApp property is editable. # noqa: E501
Returns
The disable_mobile_app_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_mobile_push_notifications of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_mobile_push_notifications of this AccountSettingsInformation. # noqa: E501
Gets the disable_mobile_push_notifications_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the disableMobilePushNotifications property is editable. # noqa: E501
Returns
The disable_mobile_push_notifications_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_mobile_sending of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_mobile_sending of this AccountSettingsInformation. # noqa: E501
Gets the disable_mobile_sending_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the disableMobileSending property is editable. # noqa: E501
Returns
The disable_mobile_sending_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_multiple_sessions of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_multiple_sessions of this AccountSettingsInformation. # noqa: E501
Gets the disable_multiple_sessions_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the disableMultipleSessions property is editable. # noqa: E501
Returns
The disable_multiple_sessions_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The disable_purge_notifications_for_sender_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_signer_cert_view of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_signer_cert_view of this AccountSettingsInformation. # noqa: E501
Gets the disable_signer_cert_view_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the disableSignerCertView property is editable. # noqa: E501
Returns
The disable_signer_cert_view_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_signer_history_view of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_signer_history_view of this AccountSettingsInformation. # noqa: E501
Gets the disable_signer_history_view_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the disableSignerHistoryView property is editable. # noqa: E501
Returns
The disable_signer_history_view_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_style_signature of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_style_signature of this AccountSettingsInformation. # noqa: E501
Gets the disable_style_signature_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the disableStyleSignature property is editable. # noqa: E501
Returns
The disable_style_signature_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_upload_signature of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_upload_signature of this AccountSettingsInformation. # noqa: E501
Gets the disable_upload_signature_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the disableUploadSignature property is editable. # noqa: E501
Returns
The disable_upload_signature_metadata of this AccountSettingsInformation. # noqa: E501
Gets the disable_user_sharing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The disable_user_sharing of this AccountSettingsInformation. # noqa: E501
Gets the disable_user_sharing_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the disableUserSharing property is editable. # noqa: E501
Returns
The disable_user_sharing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the display_beta_switch of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The display_beta_switch of this AccountSettingsInformation. # noqa: E501
Gets the display_beta_switch_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the displayBetaSwitch property is editable. # noqa: E501
Returns
The display_beta_switch_metadata of this AccountSettingsInformation. # noqa: E501
Gets the document_conversion_restrictions of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The document_conversion_restrictions of this AccountSettingsInformation. # noqa: E501
Gets the document_conversion_restrictions_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the documentConversionRestrictions property is editable. # noqa: E501
Returns
The document_conversion_restrictions_metadata of this AccountSettingsInformation. # noqa: E501
Gets the document_retention of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The document_retention of this AccountSettingsInformation. # noqa: E501
Gets the document_retention_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the documentRetention property is editable. # noqa: E501
Returns
The document_retention_metadata of this AccountSettingsInformation. # noqa: E501
Gets the document_retention_purge_tabs of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The document_retention_purge_tabs of this AccountSettingsInformation. # noqa: E501
Gets the document_visibility of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The document_visibility of this AccountSettingsInformation. # noqa: E501
Gets the document_visibility_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the documentVisibility property is editable. # noqa: E501
Returns
The document_visibility_metadata of this AccountSettingsInformation. # noqa: E501
Gets the dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The dss_sign_28411_enable_leave_page_prompt_radmin_option of this AccountSettingsInformation. # noqa: E501
Gets the dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The dss_sign_29182_slide_up_bar_radmin_option of this AccountSettingsInformation. # noqa: E501
Gets the email_template_version of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The email_template_version of this AccountSettingsInformation. # noqa: E501
Gets the email_template_version_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the emailTemplateVersion property is editable. # noqa: E501
Returns
The email_template_version_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_access_code_generator of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_access_code_generator of this AccountSettingsInformation. # noqa: E501
Gets the enable_access_code_generator_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableAccessCodeGenerator property is editable. # noqa: E501
Returns
The enable_access_code_generator_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_advanced_payments of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_advanced_payments of this AccountSettingsInformation. # noqa: E501
Gets the enable_advanced_payments_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableAdvancedPayments property is editable. # noqa: E501
Returns
The enable_advanced_payments_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_advanced_power_forms of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_advanced_power_forms of this AccountSettingsInformation. # noqa: E501
Gets the enable_advanced_power_forms_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableAdvancedPowerForms property is editable. # noqa: E501
Returns
The enable_advanced_power_forms_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_agreement_actions_for_clm of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_agreement_actions_for_clm of this AccountSettingsInformation. # noqa: E501
Gets the enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_agreement_actions_for_clm_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_agreement_actions_for_e_sign of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_agreement_actions_for_e_sign of this AccountSettingsInformation. # noqa: E501
Gets the enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_agreement_actions_for_e_sign_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_bcc_dummy_link of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_bcc_dummy_link of this AccountSettingsInformation. # noqa: E501
Gets the enable_bcc_dummy_link_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_bcc_dummy_link_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_calculated_fields of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_calculated_fields of this AccountSettingsInformation. # noqa: E501
Gets the enable_calculated_fields_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableCalculatedFields property is editable. # noqa: E501
Returns
The enable_calculated_fields_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_clickwraps of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_clickwraps of this AccountSettingsInformation. # noqa: E501
Gets the enable_clickwraps_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableClickwraps property is editable. # noqa: E501
Returns
The enable_clickwraps_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_combined_pdf_download_for_sbs of this AccountSettingsInformation. # noqa: E501
Gets the enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_comments_history_download_in_signing of this AccountSettingsInformation. # noqa: E501
Gets the enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_comments_history_download_in_signing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_contact_suggestions of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_contact_suggestions of this AccountSettingsInformation. # noqa: E501
Gets the enable_contact_suggestions_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The enable_contact_suggestions_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_customer_satisfaction_metric_tracking of this AccountSettingsInformation. # noqa: E501
Gets the enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableCustomerSatisfactionMetricTracking property is editable. # noqa: E501
Returns
The enable_customer_satisfaction_metric_tracking_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_ds_pro of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_ds_pro of this AccountSettingsInformation. # noqa: E501
Gets the enable_ds_pro_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableDSPro property is editable. # noqa: E501
Returns
The enable_ds_pro_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_envelope_stamping_by_account_admin of this AccountSettingsInformation. # noqa: E501
Gets the enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableEnvelopeStampingByAccountAdmin property is editable. # noqa: E501
Returns
The enable_envelope_stamping_by_account_admin_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_envelope_stamping_by_ds_admin of this AccountSettingsInformation. # noqa: E501
Gets the enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableEnvelopeStampingByDSAdmin property is editable. # noqa: E501
Returns
The enable_envelope_stamping_by_ds_admin_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_e_sign_api_hourly_limit_management of this AccountSettingsInformation. # noqa: E501
Gets the enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The enable_e_sign_api_hourly_limit_management_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_esign_communities of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_esign_communities of this AccountSettingsInformation. # noqa: E501
Gets the enable_esign_communities_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_esign_communities_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_id_fx_accountless_sms_auth_for_part11 of this AccountSettingsInformation. # noqa: E501
Gets the enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The enable_id_fx_accountless_sms_auth_for_part11_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_id_fx_intuit_kba of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_id_fx_intuit_kba of this AccountSettingsInformation. # noqa: E501
Gets the enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_id_fx_intuit_kba_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_id_fx_phone_authentication of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_id_fx_phone_authentication of this AccountSettingsInformation. # noqa: E501
Gets the enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_id_fx_phone_authentication_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_in_browser_editor of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_in_browser_editor of this AccountSettingsInformation. # noqa: E501
Gets the enable_in_browser_editor_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_in_browser_editor_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_key_terms_suggestions_by_document_type of this AccountSettingsInformation. # noqa: E501
Gets the enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The enable_key_terms_suggestions_by_document_type_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_participant_recipient_setting_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The enable_participant_recipient_setting_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_payment_processing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_payment_processing of this AccountSettingsInformation. # noqa: E501
Gets the enable_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enablePaymentProcessing property is editable. # noqa: E501
Returns
The enable_payment_processing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_pdfa_conversion of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_pdfa_conversion of this AccountSettingsInformation. # noqa: E501
Gets the enable_pdfa_conversion_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_pdfa_conversion_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_power_form of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_power_form of this AccountSettingsInformation. # noqa: E501
Gets the enable_power_form_direct of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_power_form_direct of this AccountSettingsInformation. # noqa: E501
Gets the enable_power_form_direct_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enablePowerFormDirect property is editable. # noqa: E501
Returns
The enable_power_form_direct_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_power_form_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enablePowerForm property is editable. # noqa: E501
Returns
The enable_power_form_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_recipient_domain_validation of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_recipient_domain_validation of this AccountSettingsInformation. # noqa: E501
Gets the enable_recipient_domain_validation_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableRecipientDomainValidation property is editable. # noqa: E501
Returns
The enable_recipient_domain_validation_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501
Gets the enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_report_links of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_report_links of this AccountSettingsInformation. # noqa: E501
Gets the enable_report_links_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableReportLinks property is editable. # noqa: E501
Returns
The enable_report_links_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_require_sign_on_paper of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_require_sign_on_paper of this AccountSettingsInformation. # noqa: E501
Gets the enable_require_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableRequireSignOnPaper property is editable. # noqa: E501
Returns
The enable_require_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_reserved_domain of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_reserved_domain of this AccountSettingsInformation. # noqa: E501
Gets the enable_reserved_domain_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableReservedDomain property is editable. # noqa: E501
Returns
The enable_reserved_domain_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_responsive_signing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_responsive_signing of this AccountSettingsInformation. # noqa: E501
Gets the enable_responsive_signing_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableResponsiveSigning property is editable. # noqa: E501
Returns
The enable_responsive_signing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_scheduled_release of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_scheduled_release of this AccountSettingsInformation. # noqa: E501
Gets the enable_scheduled_release_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableScheduledRelease property is editable. # noqa: E501
Returns
The enable_scheduled_release_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_search of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_search of this AccountSettingsInformation. # noqa: E501
Gets the enable_search_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_search_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_search_site_specific_api of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_search_site_specific_api of this AccountSettingsInformation. # noqa: E501
Gets the enable_search_site_specific_api_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The enable_search_site_specific_api_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_search_ui of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_search_ui of this AccountSettingsInformation. # noqa: E501
Gets the enable_search_ui_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_search_ui_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_send_to_agent of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_send_to_agent of this AccountSettingsInformation. # noqa: E501
Gets the enable_send_to_agent_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSendToAgent property is editable. # noqa: E501
Returns
The enable_send_to_agent_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_send_to_intermediary of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_send_to_intermediary of this AccountSettingsInformation. # noqa: E501
Gets the enable_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSendToIntermediary property is editable. # noqa: E501
Returns
The enable_send_to_intermediary_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_send_to_manage of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_send_to_manage of this AccountSettingsInformation. # noqa: E501
Gets the enable_send_to_manage_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSendToManage property is editable. # noqa: E501
Returns
The enable_send_to_manage_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_sequential_signing_api of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sequential_signing_api of this AccountSettingsInformation. # noqa: E501
Gets the enable_sequential_signing_api_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSequentialSigningAPI property is editable. # noqa: E501
Returns
The enable_sequential_signing_api_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_sequential_signing_ui of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sequential_signing_ui of this AccountSettingsInformation. # noqa: E501
Gets the enable_sequential_signing_ui_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSequentialSigningUI property is editable. # noqa: E501
Returns
The enable_sequential_signing_ui_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_signer_attachments of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_signer_attachments of this AccountSettingsInformation. # noqa: E501
Gets the enable_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSignerAttachments property is editable. # noqa: E501
Returns
The enable_signer_attachments_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_signing_extension_comments of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_signing_extension_comments of this AccountSettingsInformation. # noqa: E501
Gets the enable_signing_extension_comments_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSigningExtensionComments property is editable. # noqa: E501
Returns
The enable_signing_extension_comments_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_signing_extension_conversations of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_signing_extension_conversations of this AccountSettingsInformation. # noqa: E501
Gets the enable_signing_extension_conversations_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSigningExtensionConversations property is editable. # noqa: E501
Returns
The enable_signing_extension_conversations_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_signing_order_settings_for_account of this AccountSettingsInformation. # noqa: E501
Gets the enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSigningOrderSettingsForAccount property is editable. # noqa: E501
Returns
The enable_signing_order_settings_for_account_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_sign_on_paper of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sign_on_paper of this AccountSettingsInformation. # noqa: E501
Gets the enable_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSignOnPaper property is editable. # noqa: E501
Returns
The enable_sign_on_paper_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_sign_on_paper_override of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sign_on_paper_override of this AccountSettingsInformation. # noqa: E501
Gets the enable_sign_on_paper_override_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSignOnPaperOverride property is editable. # noqa: E501
Returns
The enable_sign_on_paper_override_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_sign_with_notary of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sign_with_notary of this AccountSettingsInformation. # noqa: E501
Gets the enable_sign_with_notary_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSignWithNotary property is editable. # noqa: E501
Returns
The enable_sign_with_notary_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_smart_contracts of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_smart_contracts of this AccountSettingsInformation. # noqa: E501
Gets the enable_smart_contracts_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSmartContracts property is editable. # noqa: E501
Returns
The enable_smart_contracts_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_sms_authentication of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sms_authentication of this AccountSettingsInformation. # noqa: E501
Gets the enable_sms_authentication_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableSMSAuthentication property is editable. # noqa: E501
Returns
The enable_sms_authentication_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_sms_delivery_additional_notification of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sms_delivery_additional_notification of this AccountSettingsInformation. # noqa: E501
Gets the enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sms_delivery_additional_notification_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_sms_delivery_primary of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_sms_delivery_primary of this AccountSettingsInformation. # noqa: E501
Gets the enable_strike_through of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_strike_through of this AccountSettingsInformation. # noqa: E501
Gets the enable_strike_through_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableStrikeThrough property is editable. # noqa: E501
Returns
The enable_strike_through_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_transaction_point of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_transaction_point of this AccountSettingsInformation. # noqa: E501
Gets the enable_transaction_point_metadata of this AccountSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The enable_transaction_point_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_vaulting of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_vaulting of this AccountSettingsInformation. # noqa: E501
Gets the enable_vaulting_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableVaulting property is editable. # noqa: E501
Returns
The enable_vaulting_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enable_witnessing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enable_witnessing of this AccountSettingsInformation. # noqa: E501
Gets the enable_witnessing_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enableWitnessing property is editable. # noqa: E501
Returns
The enable_witnessing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The enforce_template_name_uniqueness of this AccountSettingsInformation. # noqa: E501
Gets the enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the enforceTemplateNameUniqueness property is editable. # noqa: E501
Returns
The enforce_template_name_uniqueness_metadata of this AccountSettingsInformation. # noqa: E501
Gets the envelope_integration_allowed of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The envelope_integration_allowed of this AccountSettingsInformation. # noqa: E501
Gets the envelope_integration_allowed_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the envelopeIntegrationAllowed property is editable. # noqa: E501
Returns
The envelope_integration_allowed_metadata of this AccountSettingsInformation. # noqa: E501
Gets the envelope_integration_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The envelope_integration_enabled of this AccountSettingsInformation. # noqa: E501
Gets the envelope_integration_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the envelopeIntegrationEnabled property is editable. # noqa: E501
Returns
The envelope_integration_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The envelope_limits_total_document_size_allowed_in_mb of this AccountSettingsInformation. # noqa: E501
Gets the envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The envelope_limits_total_document_size_allowed_in_mb_enabled of this AccountSettingsInformation. # noqa: E501
Gets the envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The envelope_limits_total_document_size_allowed_in_mb_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The envelope_limits_total_document_size_allowed_in_mb_metadata of this AccountSettingsInformation. # noqa: E501
Gets the envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The envelope_stamping_default_value of this AccountSettingsInformation. # noqa: E501
Gets the envelope_stamping_default_value_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the envelopeStampingDefaultValue property is editable. # noqa: E501
Returns
The envelope_stamping_default_value_metadata of this AccountSettingsInformation. # noqa: E501
Gets the exit_prompt of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The exit_prompt of this AccountSettingsInformation. # noqa: E501
Gets the exit_prompt_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The exit_prompt_metadata of this AccountSettingsInformation. # noqa: E501
Gets the express_send of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The express_send of this AccountSettingsInformation. # noqa: E501
Gets the express_send_allow_tabs of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The express_send_allow_tabs of this AccountSettingsInformation. # noqa: E501
Gets the express_send_allow_tabs_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the expressSendAllowTabs property is editable. # noqa: E501
Returns
The express_send_allow_tabs_metadata of this AccountSettingsInformation. # noqa: E501
Gets the express_send_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the expressSend property is editable. # noqa: E501
Returns
The express_send_metadata of this AccountSettingsInformation. # noqa: E501
Gets the external_document_sources of this AccountSettingsInformation. # noqa: E501
A list of external document sources such as DropBox and OneDrive. # noqa: E501
Returns
The external_document_sources of this AccountSettingsInformation. # noqa: E501
Gets the external_signature_pad_type of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The external_signature_pad_type of this AccountSettingsInformation. # noqa: E501
Gets the external_signature_pad_type_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the externalSignaturePadType property is editable. # noqa: E501
Returns
The external_signature_pad_type_metadata of this AccountSettingsInformation. # noqa: E501
Gets the fax_out_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The fax_out_enabled of this AccountSettingsInformation. # noqa: E501
Gets the fax_out_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the faxOutEnabled property is editable. # noqa: E501
Returns
The fax_out_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the finish_reminder of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The finish_reminder of this AccountSettingsInformation. # noqa: E501
Gets the finish_reminder_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The finish_reminder_metadata of this AccountSettingsInformation. # noqa: E501
Gets the guided_forms_html_allowed of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The guided_forms_html_allowed of this AccountSettingsInformation. # noqa: E501
Gets the guided_forms_html_allowed_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The guided_forms_html_allowed_metadata of this AccountSettingsInformation. # noqa: E501
Gets the has_recipient_connect_claimed_domain of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The has_recipient_connect_claimed_domain of this AccountSettingsInformation. # noqa: E501
Gets the hide_account_address_in_co_c of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The hide_account_address_in_co_c of this AccountSettingsInformation. # noqa: E501
Gets the hide_account_address_in_co_c_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the hideAccountAddressInCoC property is editable. # noqa: E501
Returns
The hide_account_address_in_co_c_metadata of this AccountSettingsInformation. # noqa: E501
Gets the hide_pricing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The hide_pricing of this AccountSettingsInformation. # noqa: E501
Gets the hide_pricing_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the hidePricing property is editable. # noqa: E501
Returns
The hide_pricing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the id_check_configurations of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The id_check_configurations of this AccountSettingsInformation. # noqa: E501
Gets the id_check_expire of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The id_check_expire of this AccountSettingsInformation. # noqa: E501
Gets the id_check_expire_days of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The id_check_expire_days of this AccountSettingsInformation. # noqa: E501
Gets the id_check_expire_days_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the idCheckExpireDays property is editable. # noqa: E501
Returns
The id_check_expire_days_metadata of this AccountSettingsInformation. # noqa: E501
Gets the id_check_expire_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the idCheckExpire property is editable. # noqa: E501
Returns
The id_check_expire_metadata of this AccountSettingsInformation. # noqa: E501
Gets the id_check_expire_minutes of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The id_check_expire_minutes of this AccountSettingsInformation. # noqa: E501
Gets the id_check_expire_minutes_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the idCheckExpireMinutes property is editable. # noqa: E501
Returns
The id_check_expire_minutes_metadata of this AccountSettingsInformation. # noqa: E501
Gets the id_check_required of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The id_check_required of this AccountSettingsInformation. # noqa: E501
Gets the id_check_required_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the idCheckRequired property is editable. # noqa: E501
Returns
The id_check_required_metadata of this AccountSettingsInformation. # noqa: E501
Gets the identity_verification of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The identity_verification of this AccountSettingsInformation. # noqa: E501
Gets the identity_verification_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the identityVerification property is editable. # noqa: E501
Returns
The identity_verification_metadata of this AccountSettingsInformation. # noqa: E501
Gets the idfx_phone_authentication_override of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The idfx_phone_authentication_override of this AccountSettingsInformation. # noqa: E501
Gets the idfx_phone_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The idfx_phone_authentication_override_metadata of this AccountSettingsInformation. # noqa: E501
Gets the ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The ignore_error_if_anchor_tab_not_found of this AccountSettingsInformation. # noqa: E501
Gets the ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The ignore_error_if_anchor_tab_not_found_metadata_enabled of this AccountSettingsInformation. # noqa: E501
Gets the in_person_id_check_question of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The in_person_id_check_question of this AccountSettingsInformation. # noqa: E501
Gets the in_person_id_check_question_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the inPersonIDCheckQuestion property is editable. # noqa: E501
Returns
The in_person_id_check_question_metadata of this AccountSettingsInformation. # noqa: E501
Gets the in_person_signing_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The in_person_signing_enabled of this AccountSettingsInformation. # noqa: E501
Gets the in_person_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the inPersonSigningEnabled property is editable. # noqa: E501
Returns
The in_person_signing_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the in_session_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The in_session_enabled of this AccountSettingsInformation. # noqa: E501
Gets the in_session_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the inSessionEnabled property is editable. # noqa: E501
Returns
The in_session_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the in_session_suppress_emails of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The in_session_suppress_emails of this AccountSettingsInformation. # noqa: E501
Gets the in_session_suppress_emails_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the inSessionSuppressEmails property is editable. # noqa: E501
Returns
The in_session_suppress_emails_metadata of this AccountSettingsInformation. # noqa: E501
Gets the linked_external_primary_accounts of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The linked_external_primary_accounts of this AccountSettingsInformation. # noqa: E501
Gets the maximum_signing_groups of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The maximum_signing_groups of this AccountSettingsInformation. # noqa: E501
Gets the maximum_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the maximumSigningGroups property is editable. # noqa: E501
Returns
The maximum_signing_groups_metadata of this AccountSettingsInformation. # noqa: E501
Gets the maximum_users_per_signing_group of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The maximum_users_per_signing_group of this AccountSettingsInformation. # noqa: E501
Gets the maximum_users_per_signing_group_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the maximumUsersPerSigningGroup property is editable. # noqa: E501
Returns
The maximum_users_per_signing_group_metadata of this AccountSettingsInformation. # noqa: E501
Gets the max_number_of_custom_stamps of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The max_number_of_custom_stamps of this AccountSettingsInformation. # noqa: E501
Gets the mobile_session_timeout of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The mobile_session_timeout of this AccountSettingsInformation. # noqa: E501
Gets the mobile_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the mobileSessionTimeout property is editable. # noqa: E501
Returns
The mobile_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501
Gets the number_of_active_custom_stamps of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The number_of_active_custom_stamps of this AccountSettingsInformation. # noqa: E501
Gets the opt_in_mobile_signing_v02 of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The opt_in_mobile_signing_v02 of this AccountSettingsInformation. # noqa: E501
Gets the opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the optInMobileSigningV02 property is editable. # noqa: E501
Returns
The opt_in_mobile_signing_v02_metadata of this AccountSettingsInformation. # noqa: E501
Gets the opt_out_new_platform_seal of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The opt_out_new_platform_seal of this AccountSettingsInformation. # noqa: E501
Gets the opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the optOutNewPlatformSealPlatform property is editable. # noqa: E501
Returns
The opt_out_new_platform_seal_platform_metadata of this AccountSettingsInformation. # noqa: E501
Gets the pdf_max_chunked_upload_part_size of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The pdf_max_chunked_upload_part_size of this AccountSettingsInformation. # noqa: E501
Gets the pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The pdf_max_chunked_upload_part_size_metadata of this AccountSettingsInformation. # noqa: E501
Gets the pdf_max_chunked_upload_total_size of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The pdf_max_chunked_upload_total_size of this AccountSettingsInformation. # noqa: E501
Gets the pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The pdf_max_chunked_upload_total_size_metadata of this AccountSettingsInformation. # noqa: E501
Gets the pdf_max_individual_upload_size of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The pdf_max_individual_upload_size of this AccountSettingsInformation. # noqa: E501
Gets the pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. # noqa: E501
Returns
The pdf_max_individual_upload_size_metadata of this AccountSettingsInformation. # noqa: E501
Gets the phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The phone_auth_recipient_may_provide_phone_number of this AccountSettingsInformation. # noqa: E501
Gets the phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the phoneAuthRecipientMayProvidePhoneNumber property is editable. # noqa: E501
Returns
The phone_auth_recipient_may_provide_phone_number_metadata of this AccountSettingsInformation. # noqa: E501
Gets the pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The pki_sign_downloaded_pdf_docs of this AccountSettingsInformation. # noqa: E501
Gets the pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the pkiSignDownloadedPDFDocs property is editable. # noqa: E501
Returns
The pki_sign_downloaded_pdf_docs_metadata of this AccountSettingsInformation. # noqa: E501
Gets the read_only_mode of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The read_only_mode of this AccountSettingsInformation. # noqa: E501
Gets the read_only_mode_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The read_only_mode_metadata of this AccountSettingsInformation. # noqa: E501
Gets the recipients_can_sign_offline of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The recipients_can_sign_offline of this AccountSettingsInformation. # noqa: E501
Gets the recipients_can_sign_offline_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the recipientsCanSignOffline property is editable. # noqa: E501
Returns
The recipients_can_sign_offline_metadata of this AccountSettingsInformation. # noqa: E501
Gets the require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The require21_cf_rpt11_compliance of this AccountSettingsInformation. # noqa: E501
Gets the require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the require21CFRpt11Compliance property is editable. # noqa: E501
Returns
The require21_cf_rpt11_compliance_metadata of this AccountSettingsInformation. # noqa: E501
Gets the require_decline_reason of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The require_decline_reason of this AccountSettingsInformation. # noqa: E501
Gets the require_decline_reason_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the requireDeclineReason property is editable. # noqa: E501
Returns
The require_decline_reason_metadata of this AccountSettingsInformation. # noqa: E501
Gets the require_external_user_management of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The require_external_user_management of this AccountSettingsInformation. # noqa: E501
Gets the require_external_user_management_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the requireExternalUserManagement property is editable. # noqa: E501
Returns
The require_external_user_management_metadata of this AccountSettingsInformation. # noqa: E501
Gets the require_signer_certificate_type of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The require_signer_certificate_type of this AccountSettingsInformation. # noqa: E501
Gets the require_signer_certificate_type_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the requireSignerCertificateType property is editable. # noqa: E501
Returns
The require_signer_certificate_type_metadata of this AccountSettingsInformation. # noqa: E501
Gets the rsa_verid_account_name of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The rsa_verid_account_name of this AccountSettingsInformation. # noqa: E501
Gets the rsa_verid_password of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The rsa_verid_password of this AccountSettingsInformation. # noqa: E501
Gets the rsa_verid_ruleset of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The rsa_verid_ruleset of this AccountSettingsInformation. # noqa: E501
Gets the rsa_verid_user_id of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The rsa_verid_user_id of this AccountSettingsInformation. # noqa: E501
Gets the self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The self_signed_recipient_email_document of this AccountSettingsInformation. # noqa: E501
Gets the self_signed_recipient_email_document_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the selfSignedRecipientEmailDocument property is editable. # noqa: E501
Returns
The self_signed_recipient_email_document_metadata of this AccountSettingsInformation. # noqa: E501
Gets the self_signed_recipient_email_document_user_override of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The self_signed_recipient_email_document_user_override of this AccountSettingsInformation. # noqa: E501
Gets the self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the selfSignedRecipientEmailDocumentUserOverride property is editable. # noqa: E501
Returns
The self_signed_recipient_email_document_user_override_metadata of this AccountSettingsInformation. # noqa: E501
Gets the sender_can_sign_in_each_location of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The sender_can_sign_in_each_location of this AccountSettingsInformation. # noqa: E501
Gets the sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the senderCanSignInEachLocation property is editable. # noqa: E501
Returns
The sender_can_sign_in_each_location_metadata of this AccountSettingsInformation. # noqa: E501
Gets the sender_must_authenticate_signing of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The sender_must_authenticate_signing of this AccountSettingsInformation. # noqa: E501
Gets the sender_must_authenticate_signing_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the senderMustAuthenticateSigning property is editable. # noqa: E501
Returns
The sender_must_authenticate_signing_metadata of this AccountSettingsInformation. # noqa: E501
Gets the send_lockout_recipient_notification of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The send_lockout_recipient_notification of this AccountSettingsInformation. # noqa: E501
Gets the send_lockout_recipient_notification_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The send_lockout_recipient_notification_metadata of this AccountSettingsInformation. # noqa: E501
Gets the send_to_certified_delivery_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The send_to_certified_delivery_enabled of this AccountSettingsInformation. # noqa: E501
Gets the send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the sendToCertifiedDeliveryEnabled property is editable. # noqa: E501
Returns
The send_to_certified_delivery_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the session_timeout of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The session_timeout of this AccountSettingsInformation. # noqa: E501
Gets the session_timeout_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the sessionTimeout property is editable. # noqa: E501
Returns
The session_timeout_metadata of this AccountSettingsInformation. # noqa: E501
Gets the set_recip_email_lang of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The set_recip_email_lang of this AccountSettingsInformation. # noqa: E501
Gets the set_recip_email_lang_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the setRecipEmailLang property is editable. # noqa: E501
Returns
The set_recip_email_lang_metadata of this AccountSettingsInformation. # noqa: E501
Gets the set_recip_sign_lang of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The set_recip_sign_lang of this AccountSettingsInformation. # noqa: E501
Gets the set_recip_sign_lang_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the setRecipSignLang property is editable. # noqa: E501
Returns
The set_recip_sign_lang_metadata of this AccountSettingsInformation. # noqa: E501
Gets the show_complete_dialog_in_embedded_session of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The show_complete_dialog_in_embedded_session of this AccountSettingsInformation. # noqa: E501
Gets the show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the showCompleteDialogInEmbeddedSession property is editable. # noqa: E501
Returns
The show_complete_dialog_in_embedded_session_metadata of this AccountSettingsInformation. # noqa: E501
Gets the show_conditional_routing_on_send of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The show_conditional_routing_on_send of this AccountSettingsInformation. # noqa: E501
Gets the show_conditional_routing_on_send_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The show_conditional_routing_on_send_metadata of this AccountSettingsInformation. # noqa: E501
Gets the show_initial_conditional_fields of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The show_initial_conditional_fields of this AccountSettingsInformation. # noqa: E501
Gets the show_initial_conditional_fields_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the showInitialConditionalFields property is editable. # noqa: E501
Returns
The show_initial_conditional_fields_metadata of this AccountSettingsInformation. # noqa: E501
Gets the show_localized_watermarks of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The show_localized_watermarks of this AccountSettingsInformation. # noqa: E501
Gets the show_localized_watermarks_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the showLocalizedWatermarks property is editable. # noqa: E501
Returns
The show_localized_watermarks_metadata of this AccountSettingsInformation. # noqa: E501
Gets the show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The show_masked_fields_when_downloading_document_as_sender of this AccountSettingsInformation. # noqa: E501
Gets the show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The show_masked_fields_when_downloading_document_as_sender_metadata of this AccountSettingsInformation. # noqa: E501
Gets the show_tutorials of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The show_tutorials of this AccountSettingsInformation. # noqa: E501
Gets the show_tutorials_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the showTutorials property is editable. # noqa: E501
Returns
The show_tutorials_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signature_providers of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signature_providers of this AccountSettingsInformation. # noqa: E501
Gets the signature_providers_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signatureProviders property is editable. # noqa: E501
Returns
The signature_providers_metadata of this AccountSettingsInformation. # noqa: E501
Gets the sign_date_format of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The sign_date_format of this AccountSettingsInformation. # noqa: E501
Gets the sign_date_format_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signDateFormat property is editable. # noqa: E501
Returns
The sign_date_format_metadata of this AccountSettingsInformation. # noqa: E501
Gets the sign_date_time_account_language_override of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The sign_date_time_account_language_override of this AccountSettingsInformation. # noqa: E501
Gets the sign_date_time_account_language_override_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The sign_date_time_account_language_override_metadata of this AccountSettingsInformation. # noqa: E501
Gets the sign_date_time_account_timezone_override of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The sign_date_time_account_timezone_override of this AccountSettingsInformation. # noqa: E501
Gets the sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The sign_date_time_account_timezone_override_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signer_attach_certificate_to_envelope_pdf of this AccountSettingsInformation. # noqa: E501
Gets the signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signerAttachCertificateToEnvelopePDF property is editable. # noqa: E501
Returns
The signer_attach_certificate_to_envelope_pdf_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signer_attach_concat of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signer_attach_concat of this AccountSettingsInformation. # noqa: E501
Gets the signer_attach_concat_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signerAttachConcat property is editable. # noqa: E501
Returns
The signer_attach_concat_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signer_can_create_account of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signer_can_create_account of this AccountSettingsInformation. # noqa: E501
Gets the signer_can_create_account_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signerCanCreateAccount property is editable. # noqa: E501
Returns
The signer_can_create_account_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signer_can_sign_on_mobile of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signer_can_sign_on_mobile of this AccountSettingsInformation. # noqa: E501
Gets the signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signerCanSignOnMobile property is editable. # noqa: E501
Returns
The signer_can_sign_on_mobile_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signer_in_session_use_envelope_complete_email of this AccountSettingsInformation. # noqa: E501
Gets the signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signerInSessionUseEnvelopeCompleteEmail property is editable. # noqa: E501
Returns
The signer_in_session_use_envelope_complete_email_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signer_login_requirements of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signer_login_requirements of this AccountSettingsInformation. # noqa: E501
Gets the signer_login_requirements_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signerLoginRequirements property is editable. # noqa: E501
Returns
The signer_login_requirements_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signer_must_have_account of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signer_must_have_account of this AccountSettingsInformation. # noqa: E501
Gets the signer_must_have_account_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signerMustHaveAccount property is editable. # noqa: E501
Returns
The signer_must_have_account_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signer_must_login_to_sign of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signer_must_login_to_sign of this AccountSettingsInformation. # noqa: E501
Gets the signer_must_login_to_sign_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signerMustLoginToSign property is editable. # noqa: E501
Returns
The signer_must_login_to_sign_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signer_show_secure_field_initial_values of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signer_show_secure_field_initial_values of this AccountSettingsInformation. # noqa: E501
Gets the signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signerShowSecureFieldInitialValues property is editable. # noqa: E501
Returns
The signer_show_secure_field_initial_values_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signing_session_timeout of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signing_session_timeout of this AccountSettingsInformation. # noqa: E501
Gets the signing_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signingSessionTimeout property is editable. # noqa: E501
Returns
The signing_session_timeout_metadata of this AccountSettingsInformation. # noqa: E501
Gets the signing_ui_version of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The signing_ui_version of this AccountSettingsInformation. # noqa: E501
Gets the signing_ui_version_metadata of this AccountSettingsInformation. # noqa: E501
Reserved for DocuSign. # noqa: E501
Returns
The signing_ui_version_metadata of this AccountSettingsInformation. # noqa: E501
Gets the sign_time_format of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The sign_time_format of this AccountSettingsInformation. # noqa: E501
Gets the sign_time_format_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signTimeFormat property is editable. # noqa: E501
Returns
The sign_time_format_metadata of this AccountSettingsInformation. # noqa: E501
Gets the sign_time_show_am_pm of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The sign_time_show_am_pm of this AccountSettingsInformation. # noqa: E501
Gets the sign_time_show_am_pm_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the signTimeShowAmPm property is editable. # noqa: E501
Returns
The sign_time_show_am_pm_metadata of this AccountSettingsInformation. # noqa: E501
Gets the simplified_sending_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The simplified_sending_enabled of this AccountSettingsInformation. # noqa: E501
Gets the simplified_sending_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the simplifiedSendingEnabled property is editable. # noqa: E501
Returns
The simplified_sending_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the single_sign_on_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The single_sign_on_enabled of this AccountSettingsInformation. # noqa: E501
Gets the single_sign_on_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the singleSignOnEnabled property is editable. # noqa: E501
Returns
The single_sign_on_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the skip_auth_completed_envelopes of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The skip_auth_completed_envelopes of this AccountSettingsInformation. # noqa: E501
Gets the skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the skipAuthCompletedEnvelopes property is editable. # noqa: E501
Returns
The skip_auth_completed_envelopes_metadata of this AccountSettingsInformation. # noqa: E501
Gets the specify_document_visibility of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The specify_document_visibility of this AccountSettingsInformation. # noqa: E501
Gets the specify_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the specifyDocumentVisibility property is editable. # noqa: E501
Returns
The specify_document_visibility_metadata of this AccountSettingsInformation. # noqa: E501
Gets the start_in_advanced_correct of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The start_in_advanced_correct of this AccountSettingsInformation. # noqa: E501
Gets the start_in_advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the startInAdvancedCorrect property is editable. # noqa: E501
Returns
The start_in_advanced_correct_metadata of this AccountSettingsInformation. # noqa: E501
Gets the supplemental_documents_must_accept of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The supplemental_documents_must_accept of this AccountSettingsInformation. # noqa: E501
Gets the supplemental_documents_must_accept_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the supplementalDocumentsMustAccept property is editable. # noqa: E501
Returns
The supplemental_documents_must_accept_metadata of this AccountSettingsInformation. # noqa: E501
Gets the supplemental_documents_must_read of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The supplemental_documents_must_read of this AccountSettingsInformation. # noqa: E501
Gets the supplemental_documents_must_read_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the supplementalDocumentsMustRead property is editable. # noqa: E501
Returns
The supplemental_documents_must_read_metadata of this AccountSettingsInformation. # noqa: E501
Gets the supplemental_documents_must_view of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The supplemental_documents_must_view of this AccountSettingsInformation. # noqa: E501
Gets the supplemental_documents_must_view_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the supplementalDocumentsMustView property is editable. # noqa: E501
Returns
The supplemental_documents_must_view_metadata of this AccountSettingsInformation. # noqa: E501
Gets the suppress_certificate_enforcement of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The suppress_certificate_enforcement of this AccountSettingsInformation. # noqa: E501
Gets the suppress_certificate_enforcement_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the suppressCertificateEnforcement property is editable. # noqa: E501
Returns
The suppress_certificate_enforcement_metadata of this AccountSettingsInformation. # noqa: E501
Gets the tab_account_settings of this AccountSettingsInformation. # noqa: E501
Account-wide tab settings. # noqa: E501
Returns
The tab_account_settings of this AccountSettingsInformation. # noqa: E501
Gets the timezone_offset_api of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The timezone_offset_api of this AccountSettingsInformation. # noqa: E501
Gets the timezone_offset_api_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the timezoneOffsetAPI property is editable. # noqa: E501
Returns
The timezone_offset_api_metadata of this AccountSettingsInformation. # noqa: E501
Gets the timezone_offset_ui of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The timezone_offset_ui of this AccountSettingsInformation. # noqa: E501
Gets the timezone_offset_ui_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the timezoneOffsetUI property is editable. # noqa: E501
Returns
The timezone_offset_ui_metadata of this AccountSettingsInformation. # noqa: E501
Gets the universal_signature_opt_in of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The universal_signature_opt_in of this AccountSettingsInformation. # noqa: E501
Gets the use_account_level_email of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_account_level_email of this AccountSettingsInformation. # noqa: E501
Gets the use_account_level_email_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the useAccountLevelEmail property is editable. # noqa: E501
Returns
The use_account_level_email_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_consumer_disclosure of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_consumer_disclosure of this AccountSettingsInformation. # noqa: E501
Gets the use_consumer_disclosure_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the useConsumerDisclosure property is editable. # noqa: E501
Returns
The use_consumer_disclosure_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_consumer_disclosure_within_account of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_consumer_disclosure_within_account of this AccountSettingsInformation. # noqa: E501
Gets the use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the useConsumerDisclosureWithinAccount property is editable. # noqa: E501
Returns
The use_consumer_disclosure_within_account_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_derived_keys of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_derived_keys of this AccountSettingsInformation. # noqa: E501
Gets the use_derived_keys_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the useDerivedKeys property is editable. # noqa: E501
Returns
The use_derived_keys_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_docu_sign_express_signer_certificate of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_docu_sign_express_signer_certificate of this AccountSettingsInformation. # noqa: E501
Gets the use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the useDocuSignExpressSignerCertificate property is editable. # noqa: E501
Returns
The use_docu_sign_express_signer_certificate_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_multi_app_groups_data of this AccountSettingsInformation. # noqa: E501
Gets the use_multi_app_groups_data_metadata of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_multi_app_groups_data_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_new_blob_for_pdf of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_new_blob_for_pdf of this AccountSettingsInformation. # noqa: E501
Gets the use_new_blob_for_pdf_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the useNewBlobForPdf property is editable. # noqa: E501
Returns
The use_new_blob_for_pdf_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_safe_signer_certificates of this AccountSettingsInformation. # noqa: E501
Gets the use_safe_signer_certificates_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the useSAFESignerCertificates property is editable. # noqa: E501
Returns
The use_safe_signer_certificates_metadata of this AccountSettingsInformation. # noqa: E501
Gets the uses_api of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The uses_api of this AccountSettingsInformation. # noqa: E501
Gets the uses_api_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the usesAPI property is editable. # noqa: E501
Returns
The uses_api_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_signature_provider_platform of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_signature_provider_platform of this AccountSettingsInformation. # noqa: E501
Gets the use_signature_provider_platform_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the useSignatureProviderPlatform property is editable. # noqa: E501
Returns
The use_signature_provider_platform_metadata of this AccountSettingsInformation. # noqa: E501
Gets the use_smart_contracts_v1 of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The use_smart_contracts_v1 of this AccountSettingsInformation. # noqa: E501
Gets the validations_allowed of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The validations_allowed of this AccountSettingsInformation. # noqa: E501
Gets the validations_allowed_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the validationsAllowed property is editable. # noqa: E501
Returns
The validations_allowed_metadata of this AccountSettingsInformation. # noqa: E501
Gets the validations_brand of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The validations_brand of this AccountSettingsInformation. # noqa: E501
Gets the validations_brand_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the validationsBrand property is editable. # noqa: E501
Returns
The validations_brand_metadata of this AccountSettingsInformation. # noqa: E501
Gets the validations_cadence of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The validations_cadence of this AccountSettingsInformation. # noqa: E501
Gets the validations_cadence_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the validationsCadence property is editable. # noqa: E501
Returns
The validations_cadence_metadata of this AccountSettingsInformation. # noqa: E501
Gets the validations_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The validations_enabled of this AccountSettingsInformation. # noqa: E501
Gets the validations_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the validationsEnabled property is editable. # noqa: E501
Returns
The validations_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the validations_report of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The validations_report of this AccountSettingsInformation. # noqa: E501
Gets the validations_report_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the validationsReport property is editable. # noqa: E501
Returns
The validations_report_metadata of this AccountSettingsInformation. # noqa: E501
Gets the water_mark_enabled of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The water_mark_enabled of this AccountSettingsInformation. # noqa: E501
Gets the water_mark_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the waterMarkEnabled property is editable. # noqa: E501
Returns
The water_mark_enabled_metadata of this AccountSettingsInformation. # noqa: E501
Gets the write_reminder_to_envelope_history of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The write_reminder_to_envelope_history of this AccountSettingsInformation. # noqa: E501
Gets the write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the writeReminderToEnvelopeHistory property is editable. # noqa: E501
Returns
The write_reminder_to_envelope_history_metadata of this AccountSettingsInformation. # noqa: E501
Gets the wurfl_min_allowable_screen_size of this AccountSettingsInformation. # noqa: E501
# noqa: E501
Returns
The wurfl_min_allowable_screen_size of this AccountSettingsInformation. # noqa: E501
Gets the wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. # noqa: E501
Metadata that indicates whether the wurflMinAllowableScreenSize property is editable. # noqa: E501
Returns
The wurfl_min_allowable_screen_size_metadata of this AccountSettingsInformation. # noqa: E501
17154 def to_dict(self): 17155 """Returns the model properties as a dict""" 17156 result = {} 17157 17158 for attr, _ in six.iteritems(self.swagger_types): 17159 value = getattr(self, attr) 17160 if isinstance(value, list): 17161 result[attr] = list(map( 17162 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 17163 value 17164 )) 17165 elif hasattr(value, "to_dict"): 17166 result[attr] = value.to_dict() 17167 elif isinstance(value, dict): 17168 result[attr] = dict(map( 17169 lambda item: (item[0], item[1].to_dict()) 17170 if hasattr(item[1], "to_dict") else item, 17171 value.items() 17172 )) 17173 else: 17174 result[attr] = value 17175 if issubclass(AccountSettingsInformation, dict): 17176 for key, value in self.items(): 17177 result[key] = value 17178 17179 return result
Returns the model properties as a dict